Hi, How can I get GRES allocation statistics per node/partition in Slurm? For example, how many unoccupied GPUs is there on a specific node.
`scontrol show nodes` and `sinfo` gives total number of GRES, and `squeue` gives GRES allocation info per job. Now I must calculate the number of unoccupied GPUs by myself from these commands. Is there any convinient command? -- 崔灏 / CUI Hao Homepage: i-yu.me Twitter: @cuihaoleo
