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

2022-12-13 Thread Sefa Arslan
Thanks a a lot. That is what I was looking for. Regards. > Kilian Cavalotti şunları yazdı (12 Ara 2022 > 20:51): > > 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/T

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

[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..