[SOLVED] Trying to understand the CPU configuration for 4 sockets and 4 core

Aug 16, 2023
29
1
3
Dear All,
Good morning
I am doing some setup/experiment for HPC (SLURM) using virtual clients as diskless nodes
In the the SLURM I have to give the code configuration

on the "/etc/slurm/slurm-nodes.conf"
right now The same configuration is given below
Code:
NodeName=DEFAULT Boards=1 SocketsPerBoard=1 CoresPerSocket=1 ThreadsPerCore=1 RealMemory=12000 State=UNKNOWN
I need to give the correct values for

Code:
Boards=,  SocketsPerBoard=,  CoresPerSocket= ,ThreadsPerCore=

I am not sure about what to give , I tried with
Boards=1, SocketsPerBoard=4, CoresPerSocket=4 ,ThreadsPerCore=1
but the SLURM message shows out of thread,
like to request guidance on the above
the proxmox CPU configuration, I am giving below, based on it Like to request recommendation for what is the value of
Boards=, SocketsPerBoard=, CoresPerSocket= ,ThreadsPerCore=
1729661291221.png

Thanks
Joseph John
 
Like to update I got the ciorrect values, want to update how I got
I gave slurmd -C


Code:
slurmd -C


NodeName=controller1 CPUs=36 Boards=1 SocketsPerBoard=4 CoresPerSocket=9 ThreadsPerCore=1 RealMemory=15728