Skip to content
Snippets Groups Projects
Commit 7a973621 authored by Natasha Pavlovikj's avatar Natasha Pavlovikj
Browse files

Merge branch 'update_srun' into 'master'

Make it bold

See merge request !443
parents 695adb38 b6169fb7
No related branches found
No related tags found
1 merge request!443Make it bold
......@@ -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:
{{< highlight bash >}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment