Skip to content

Commit dca32a4

Browse files
Fix gb Slurm typo (#68)
1 parent 1e17b6e commit dca32a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/gb2025.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ One consequence of this change is that thread affinity and OpenMP settings that
5555

5656
### SLURM
5757

58-
Explicitly set the number of cores per task using the `--cores-per-task/-c` flag, e.g.:
58+
Explicitly set the number of cores per task using the `--cpus-per-task/-c` flag, e.g.:
5959
```
60-
#SBATCH --cores-per-task=64
61-
#SBATCH --cores-per-task=71
60+
#SBATCH --cpus-per-task=64
61+
#SBATCH --cpus-per-task=71
6262
```
6363
or
6464
```

0 commit comments

Comments
 (0)