Skip to content
Snippets Groups Projects
Commit da4b7b4e authored by Jan Frenzel's avatar Jan Frenzel Committed by Martin Schroschk
Browse files

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

parent 7d8bf241
No related branches found
No related tags found
2 merge requests!530Automated merge from preview to main,!505Issue286
...@@ -39,7 +39,7 @@ parallel, if it was built using MPI. ...@@ -39,7 +39,7 @@ parallel, if it was built using MPI.
The resources for the MPI processes have to be allocated via the The resources for the MPI processes have to be allocated via the
[batch system](../jobs_and_resources/slurm.md) option `--cpus-per-task=<NUM>` (not `--ntasks=<NUM>`, [batch system](../jobs_and_resources/slurm.md) option `--cpus-per-task=<NUM>` (not `--ntasks=<NUM>`,
as it would be usually for MPI processes). It might be valuable in terms of runtime to bind/pin the as it would be usual for MPI processes). It might be valuable in terms of runtime to bind/pin the
MPI processes to hardware. A convenient option is `-bind-to core`. All other options can be MPI processes to hardware. A convenient option is `-bind-to core`. All other options can be
obtained by obtained by
......
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