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

Apply 1 suggestion(s) to 1 file(s)

parent 1c6e541e
No related branches found
No related tags found
2 merge requests!701Automated merge from preview to main,!697Updated "Batch System Slurm" (slurm.md)
......@@ -98,7 +98,7 @@ at runtime) which you can find via `squeue --me`. The id allows you to
'submit command mpirun -n $ranks ./app' and replace it with 'srun ./app'
??? warning "Issues with mpirun"
Using `mpirun` on partitions alpha and ml leads to wrong resource distribution when more than
Using `mpirun` on partitions `alpha` and `ml` leads to wrong resource distribution when more than
one node is involved. This yields a strange distribution like e.g. `SLURM_NTASKS_PER_NODE=15,1`
even though `--tasks-per-node=8` was specified. Unless you really know what you're doing (e.g.
use rank pinning via perl script), avoid using mpirun.
......
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