Skip to content

qs

qs is a powertools program that will display list of jobs currently on the SLURM queue for a giver user account. See also the documentation on scheduling jobs with SLURM. Running qs on its own will generate the following table listing your jobs that are currently on the queue:

input
qs
output
Tue Feb  7 12:29:28 EST 2023
                                                                                            Start_Time/
          JobID         User    Account      Name  Node CPUs  TotMem    GPU    WallTime  ST  Elapsed_Time  NodeList(Reason)
---------------------------------------------------------------------------------------------------------------------------
         4304840     panchyni   general test_SLURM    1    1    750M    N/A        10:00  R         0:05   css-118
         4304842     panchyni   general test_SLURM    1    1    750M    N/A        10:00  R         0:05   css-121

A full description of arguments for qs can be found by accessing the help for the program by running "qs -h" on the command line (this information is also reproduced below)

input
qs -h
output
Usage:   -a  -->  all jobs
         -F  -->  all (52) fields
         -E  -->  every (107) fields
         -j  -->  specific job
         -u  -->  specific user
         -r  -->  all job array elements

Default: -u $USER