From 52ae277de3a403d1c638452c93ddbdd6269d4405 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 7 Jul 2025 14:32:48 +0200 Subject: [PATCH] Fix small --hint=nomultithread typo on slurm page --- docs/running/slurm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running/slurm.md b/docs/running/slurm.md index 0593b703..8370dcb0 100644 --- a/docs/running/slurm.md +++ b/docs/running/slurm.md @@ -401,7 +401,7 @@ rank 3 @ nid001515: thread 0 -> cores [ 64: 95,192:223] srun --nodes=4 --ntasks-per-node=2 ``` -It is often more efficient to only run one task per core instead of the default two PU, which can be achieved using the `--hint=nomultithreading` option. +It is often more efficient to only run one task per core instead of the default two PU, which can be achieved using the `--hint=nomultithread` option. ```console title="One MPI rank per socket with 1 PU per core" $ srun -n2 -N1 -c64 --hint=nomultithread ./affinity.mpi affinity test for 2 MPI ranks