Yuri D'Elia
unread,Feb 14, 2014, 1:28:56 PM2/14/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to slurm-dev
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.