I am trying to understand how to use squeue to sort by submittime. I know I can use queue as following so it will show the submittime,
squeue -O "stepid:6,username:8,account:7,name:53,partition:15,submittime:20"
but how do I make it to sort by the sumbittime.
(Sorting by submbittime is very useful if the policy is first in first out)
Thanks.