Re: [slurm-users] Problem with squeue reporting of GPUs in use

2020-02-25 Thread Yair Yarom
Hi, I've also encountered this issue of the deprecated %b. I'm currently parsing the output of "scontrol show jobs -dd" to see what was requested (and which exact GPUs were allocated). Hope this helps, Yair. On Mon, Feb 24, 2020 at 11:56 PM Venable, Richard (NIH/NHLBI) [E] < venab...@nhlbi.n

[slurm-users] Problem with squeue reporting of GPUs in use

2020-02-24 Thread Venable, Richard (NIH/NHLBI) [E]
I’m seeing a problem with GPU usage reporting via squeue in the 19.05.3 release. I’ve been using a custom script to track GPUs in use, and had been relying on the ‘%b’ field of squeue -o formatting (which now seems to be undocumented) to capture usage requested via --gres option of sbatch. Unfo