Managing Jobs
Listing running and queued jobs
myq List only your own jobs.
allq List all jobs, but organized by partition, and a summary of the nodes in use in the
partition.
allq <partition> List all jobs in a single partition.
myjobinfo Get the time and memory used for your jobs.Viewing estimated time until completion for pending jobs
squeue -u <your-username> -t PENDING --startCanceling jobs
scancel <jobid>View details about completed jobs
sacct
sacctmyjobinfo
myjobinfojobstats
jobstatsLast updated
Was this helpful?