Hi,

One of our users reported a change in behavior in 17.02-2 with the gres output 
in the `squeue` command.  Specifically it doesn’t show details about the gres 
resources being used.  For example:

On 15.08:

-bash-4.2$ sbatch --gres=gpu:1 test.sh 
Submitted batch job 1124 
-bash-4.2$ sbatch --gres=gpu:m40:1 test.sh 
Submitted batch job 1125 

-bash-4.2$ squeue -o "%i %b" 
JOBID GRES 
1124 gpu:1 
1125 gpu:m40:1 

And on 17.02:

-bash-4.2$ sbatch --partition=scavenger --qos=scavenger --gres=gpu:1 test.sh 
Submitted batch job 20094
-bash-4.2$ sbatch --partition=scavenger --qos=scavenger --gres=gpu:p6000:1 
test.sh 
Submitted batch job 20095

-bash-4.2$ squeue -o "%i %b" | grep -e '20094' -e '20095'
20095 gpu
20094 gpu:1


In 15.08 squeue lists whats GPUs are being consumed, and in 17.02 it does not.  
We wanted to check in and see if this was an expected change in behavior or a 
bug.  I briefly searched through the changelog, and didn’t see any mention.


Thanks!
—Shawn

Reply via email to