Hola Gestió,
You can have a look at: https://slurm.schedmd.com/core_spec.html and the
"CoreSpecCount" or "CpuSpecList" of the slurm.conf file.
Regards,
Carlos
On Fri, Feb 22, 2019 at 6:50 AM Chris Samuel wrote:
> On Thursday, 21 February 2019 1:00:52 PM PST Sam Hawarden wrote:
>
> > Linux assi
On Thursday, 21 February 2019 1:00:52 PM PST Sam Hawarden wrote:
> Linux assigns numbers to your CPUs. 0-15 will be socket 1, thread 1. 16-31
> are socket 2, thread 1, 32-47 are socket 1, thread 2. 48-63 are socket 2,
> thread 2.
This isn't strictly true, for x86 for instance the kernel will read
schedmd.com
Subject: [slurm-users] Only one socket for SLURM
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=
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=27000