It is a common task to see which of your jobs are currently running. You can achieve this with squeue -t R –me:
squeue -t R –me
$ squeue -t R --me JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) 18015528_41 long gpeA2 n1234 R 2-16:40:06 1 sb063 18015528_42 long gpeA2 n1234 R 2-16:40:06 1 sb050 18015528_43 long gpeA2 n1234 R 2-16:40:06 1 sb051 18015528_44 long gpeA2 n1234 R 2-16:40:06 1 sb053 18015528_45 long gpeA2 n1234 R 2-16:40:06 1 sb054 18015528_46 long gpeA2 n1234 R 2-16:40:06 1 sb097 18015528_47 long gpeA2 n1234 R 2-16:40:06 1 sb098 18015528_48 long gpeA2 n1234 R 2-16:40:06 1 sb100 $
Note: Where the state type R indicates the job is RUNNING.
R
Back to FAQ
Table of Contents
Main Content Sections
Documentation Tools