Skip to content

Commit 7fc845c

Browse files
msimbergbcumming
andauthored
Fix small --hint=nomultithread typo on slurm page (#186)
Co-authored-by: Ben Cumming <[email protected]>
1 parent 97708a4 commit 7fc845c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running/slurm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ rank 3 @ nid001515: thread 0 -> cores [ 64: 95,192:223]
401401
srun --nodes=4 --ntasks-per-node=2
402402
```
403403

404-
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.
404+
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.
405405
```console title="One MPI rank per socket with 1 PU per core"
406406
$ srun -n2 -N1 -c64 --hint=nomultithread ./affinity.mpi
407407
affinity test for 2 MPI ranks

0 commit comments

Comments
 (0)