Skip to content
Snippets Groups Projects
Commit 9b5dc9f6 authored by Thomas Lynn Marcus's avatar Thomas Lynn Marcus
Browse files

typo

parent 700fbc1f
No related branches found
No related tags found
2 merge requests!717Automated merge from preview to main,!715make clear that typing `srun` does nothing and other typos
...@@ -94,7 +94,7 @@ can find it via `squeue --me`. The job ID allows you to ...@@ -94,7 +94,7 @@ can find it via `squeue --me`. The job ID allows you to
On ZIH systems, `srun` is used to run your parallel application. The use of `mpirun` is provenly On ZIH systems, `srun` is used to run your parallel application. The use of `mpirun` is provenly
broken on partitions `ml` and `alpha` for jobs requiring more than one node. Especially when broken on partitions `ml` and `alpha` for jobs requiring more than one node. Especially when
using code from github projects, double-check it's configuration by looking for a line like using code from github projects, double-check its 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 Otherwise, this may lead to wrong resource distribution and thus job failure, or tremendous
......
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