We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e17b6e commit dca32a4Copy full SHA for dca32a4
docs/guides/gb2025.md
@@ -55,10 +55,10 @@ One consequence of this change is that thread affinity and OpenMP settings that
55
56
### SLURM
57
58
-Explicitly set the number of cores per task using the `--cores-per-task/-c` flag, e.g.:
+Explicitly set the number of cores per task using the `--cpus-per-task/-c` flag, e.g.:
59
```
60
-#SBATCH --cores-per-task=64
61
-#SBATCH --cores-per-task=71
+#SBATCH --cpus-per-task=64
+#SBATCH --cpus-per-task=71
62
63
or
64
0 commit comments