Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


For instance, a simple job could be:

Code Block
languagebash
themeEmacs
salloc -t 0-01:00

will run an interactive session during 1 h, using 1 CPU on the stardard partition.


The typical configuration for compiling request more than 1 CPU to compile in parallel and reduce the requested required time:

Code Block
languagebash
themeEmacs
salloc -t 0-01:00 -n 4

...