I'm trying to display some sort of better output in squeue when job arrays are involved.
I'm using arrays of roughly 100k elements and you can imagine that in its current form, squeue will just flood the terminal as soon as an array is started. I tried to remove all formats that could lead to duplicated lines, using: squeue -o "%.7F %5P %20j %.8u %.2t %.5Q" -St,p but the output lines are not really condensed as I hoped. For arrays, I would really appreciate some shorter form of output by default, like main job id only, and either undefined or cumulative properties for the individual indexes.
