Re: [slurm-users] how to know the real utilization of a node when oversubscribe is set to FORCE (Mark Hahn)

2020-07-17 Thread Sebastian T Smith
p://rc.unr.edu<http://rc.unr.edu/> From: slurm-users on behalf of 肖正刚 Sent: Thursday, July 16, 2020 8:15 PM To: slurm-users@lists.schedmd.com ; Mark Hahn Subject: Re: [slurm-users] how to know the real utilization of a node when oversubscribe is set to

Re: [slurm-users] how to know the real utilization of a node when oversubscribe is set to FORCE (Mark Hahn)

2020-07-16 Thread 肖正刚
. > > -- > > Message: 1 > Date: Thu, 16 Jul 2020 11:03:07 -0400 (EDT) > From: Mark Hahn > To: Slurm User Community List > Subject: Re: [slurm-users] how to know the real utilization of a node > when ov

Re: [slurm-users] how to know the real utilization of a node when oversubscribe is set to FORCE

2020-07-16 Thread Mark Hahn
srun -N 1 -n 1 -p testA sleep 10 then the cpurawtime of this job recorded by slurm is 640s, but actually this job only used 10s; so, I want to know are there any way to get the real cputime used by this job in slurm. if you really mean cpu time (compute-bound, not elapsed), then don't you just w

[slurm-users] how to know the real utilization of a node when oversubscribe is set to FORCE

2020-07-16 Thread 肖正刚
Hi, all In my slurm.conf node selecttype configured as SelectType=select/linear Some partitions enabled OverSubscribe as OverSubscribe=FORCE:64 or OverSubscribe=FORCE:4 Assume a partition named testA with a node has 64 cpu cores, enabled OverSubscribe with OverSubscribe=FORCE:64. if I submit a job