Skip to content
Snippets Groups Projects
Commit 49224e97 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'slurm-warning' into 'preview'

Add warning as Noah suggessted

See merge request !698
parents 25fb3c9a c9b5279f
No related branches found
No related tags found
2 merge requests!701Automated merge from preview to main,!698Add warning as Noah suggessted
...@@ -97,6 +97,9 @@ can find it via `squeue --me`. The job ID allows you to ...@@ -97,6 +97,9 @@ can find it via `squeue --me`. The job ID allows you to
using code from github projects, double-check it's configuration by looking for a line like using code from github projects, double-check it's configuration by looking for a line like
'submit command mpirun -n $ranks ./app' and replace it with 'srun ./app'. 'submit command mpirun -n $ranks ./app' and replace it with 'srun ./app'.
Otherwise, this may lead to wrong resource distribution and thus job failure, or tremendous
slowdowns of your application.
## Options ## Options
The following table contains the most important options for `srun`, `sbatch`, `salloc` to specify The following table contains the most important options for `srun`, `sbatch`, `salloc` to specify
......
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