From da4b7b4e2743d133cae478405516ad8f22c6513a Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Fri, 4 Mar 2022 13:16:07 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/software/visualization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/visualization.md b/doc.zih.tu-dresden.de/docs/software/visualization.md index 987e59b67..b1a103a0c 100644 --- a/doc.zih.tu-dresden.de/docs/software/visualization.md +++ b/doc.zih.tu-dresden.de/docs/software/visualization.md @@ -39,7 +39,7 @@ parallel, if it was built using MPI. 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>`, -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 obtained by -- GitLab