@@ -14,7 +14,7 @@ Submitting an interactive job is done with the command `srun`.
$ srun --pty $SHELL
{{</highlight>}}
This command will allocate the default resources of 1GB of RAM, 1 hour of running time, and a single CPU core. Oftentimes, these resources are not enough. If the job is terminated, there is a high chance that the reason is exceeded resources, so please make sure you set the memory and time requirements appropriately.
This command will allocate the **default resources of 1GB of RAM, 1 hour of running time, and a single CPU core**. Oftentimes, these resources are not enough. If the job is terminated, there is a high chance that the reason is exceeded resources, so please make sure you set the memory and time requirements appropriately.
Submitting an interactive job to allocate 4 CPU cores per node for 3 hours with RAM memory of 1GB per core on the general `batch` partition: