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