diff --git a/docs/guides/gb2025.md b/docs/guides/gb2025.md index 8f241b2b..daf0de46 100644 --- a/docs/guides/gb2025.md +++ b/docs/guides/gb2025.md @@ -55,10 +55,10 @@ One consequence of this change is that thread affinity and OpenMP settings that ### SLURM -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.: ``` -#SBATCH --cores-per-task=64 -#SBATCH --cores-per-task=71 +#SBATCH --cpus-per-task=64 +#SBATCH --cpus-per-task=71 ``` or ```