-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always request all of the memory on a node as `--exclusive` does not imply this according to the current SLURM documentation (https://slurm.schedmd.com/sbatch.html#OPT_exclusive). This can make a difference to benchmark results when not using all of the cores on a node due to the increased memory bandwidth available. Also increase the job_submit_timeout as the SLURM controller can be a bit slow on CSD3.
- Loading branch information
1 parent
8d06e62
commit 85e00a6
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters