snippetbashTip
squeue — View the jobs queued in the SLURM scheduler. More information: <https://manned.org/squeue>.
Viewed 0 times
thecommandqueuedsqueueclijobsview
linux
Problem
How to use the
squeue command: View the jobs queued in the SLURM scheduler. More information: <https://manned.org/squeue>.Solution
squeue — View the jobs queued in the SLURM scheduler. More information: <https://manned.org/squeue>.View the queue:
squeueView jobs queued by a specific user:
squeue {{[-u|--user]}} {{username}}View the queue and refresh every 5 seconds:
squeue {{[-i|--iterate]}} {{5}}View the queue with expected start times:
squeue --startCode Snippets
View the queue
squeueView jobs queued by a specific user
squeue {{[-u|--user]}} {{username}}View the queue and refresh every 5 seconds
squeue {{[-i|--iterate]}} {{5}}View the queue with expected start times
squeue --startContext
tldr-pages: linux/squeue
Revisions (0)
No revisions yet.