Targeting CPU type using SLURM Using Features and Constraints
CPU type user-addressable SLURM features:
- xeon_E52470
- xeon_E52620
- xeon_silver_4208
- xeon_X5680
- xeon_X5690
Requesting Features/Constraints
To request a feature/constraint, you must add the following line to your submit script:
#SBATCH --constraint=xeon_X5680
– Or –
include it in your srun command:
[dpane@mind ~]$ srun -p cpu --mem=1G --constraint=xeon_X5680 --pty $SHELL [dpane@mind-0-37-1 ~]$ scontrol show node mind-0-37-1 | grep Features AvailableFeatures=xeon_X5680 ActiveFeatures=xeon_X5680 [dpane@mind-0-37-1 ~]$ hostname mind-0-37-1.eth [dpane@mind-0-37-1 ~]$ exit exit [dpane@mind ~]$
CPU Release dates of the processors in the gpu nodes of our cluster
E5-2620 – June 20, 2016
mind-1-11
mind-1-13
mind-1-1
mind-1-23
mind-1-26
mind-1-28
mind-1-30
mind-1-3
mind-1-5
mind-1-7
mind-1-9
Xeon Silver 4208 – April 2, 2019
mind-1-32