Re: [slurm-users] Number of allocated cores/threads ..

2022-12-12 Thread Kilian Cavalotti
Hi Sefa, `scontrol -d show job ` should give you that information: # scontrol -d show job 2781284 | grep Nodes= NumNodes=10 NumCPUs=256 NumTasks=128 CPUs/Task=2 ReqB:S:C:T=0:0:*:* Nodes=sh03-01n29 CPU_IDs=4-6,12-19,22-23,25 Mem=71680 GRES= Nodes=sh03-01n[38,40] CPU_IDs=0-31 Mem=1638

Re: [slurm-users] CPUSpecList confusion

2022-12-12 Thread Sean Maxwell
Hi Paul, Nodename=foobar \ >CPUs=64 Boards=1 SocketsPerBoard=2 CoresPerSocket=16 ThreadsPerCore=2 \ >RealMemory=256312 MemSpecLimit=32768 CpuSpecList=14-63 \ >TmpDisk=600 Gres=gpu:nvidia_rtx_a6000:1 > > The slurm.conf also has: > > ProctrackType=proctrack/cgroup > TaskPlugin=task/a

[slurm-users] Number of allocated cores/threads ..

2022-12-12 Thread Sefa Arslan
Hi All, Is there a way to find the number of allocated cores on a node for a particular multinode job? squeue or sacct give only the min core per node or total number of cores of a job. Regards, Sefa..