Hi,

One node of my cluster has 2 CPU sockets (with 2 32-cores CPUs). Now, I would 
like to configure my SLURM to share only CPUs of first socket. I have 
configured slurm.conf in this way:
NodeName=mynode CPUs=32 SocketsPerBoard=1 CoresPerSocket=16 ThreadsPerCore=2 
RealMemory=515703 TmpDisk=270000
but, with this line, how can I know slurm is using only firsts 32 cores (or 
seconds 32 cores) and not 16 of first and others 16 of the other socket?

Thanks.

Reply via email to