diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md index 057c1e45950edba5413a800b9bbdc62aa79ef898..cf23e1ed51bb560d679e54fa5c81e5cff5e9d821 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md @@ -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 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'. Otherwise, this may lead to wrong resource distribution and thus job failure, or tremendous