The latest version of SLURM installed on Shaheen during the last maintenance session introduced a new option for squeue. Compact and easy to remember, if you want to filter your own jobs in the queue, run:
squeue --me
JOBID PARTITION NAME USER STATE TIME TIME_LIMI NODES NODELIST(REASON)
14185711 workq my_jobName kortass RUNNING 43:53 2:00:00 1 nid00312
Similar commands filters jobs:
squeue --nodelist=f16n35,f16n37
Show Jobs Running on Compute Nodes
squeue --user=xxxx
Show Jobs for user xxxx
squeue --start
Show the Estimated Start Time
squeue -j jobid
Show Job jobid
Looking for other tips? Check this page for more than 90 previous tips covering a wide range of domains: job management, compilers, code debugging, use of highly tuned libraries, MPI, performance monitoring & tuning, filesystems and even domain specific topics such as CFD and Numerical Analysis.