From 27ffb80c76aee5a67fcbad732d9ea89375aaaa3e Mon Sep 17 00:00:00 2001 From: Holger Brunst <holger.brunst@tu-dresden.de> Date: Wed, 11 Aug 2021 18:40:14 +0200 Subject: [PATCH] Fix wording. --- .../docs/software/mpi_usage_error_detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md index 7b19cc43d..964f65af5 100644 --- a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md +++ b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md @@ -60,7 +60,7 @@ marie@login$ mustrun -np <number of MPI processes> ./<your binary> Besides replacing the srun command you need to be aware that **MUST always allocates an extra process**, i.e. if you issue a `mustrun -np 4 ./a.out` then MUST will start 5 processes instead. -This is usually not critical, however in batch jobs **make sure to allocate CPUs for this extra +This is usually not critical, however in batch jobs **make sure to allocate an extra CPU for this task**. Finally, MUST assumes that your application may crash at any time. To still gather correctness -- GitLab