squeue

View the jobs queued in the SLURM scheduler. More information: <https://manned.org/squeue>.

Install

All systems
curl cmd.cat/squeue.sh
Debian Debian
apt-get install slurm-client
Ubuntu
apt-get install slurm-client
image/svg+xml Kali Linux
apt-get install slurm-client
Fedora
dnf install slurm
Windows (WSL2)
sudo apt-get update sudo apt-get install slurm-client
OS X
brew install slurm
Raspbian
apt-get install slurm-client

View the jobs queued in the SLURM scheduler. More information: <https://manned.org/squeue>.

  • View the queue:
    squeue
  • View jobs queued by a specific user:
    squeue -u username
  • View the queue and refresh every 5 seconds:
    squeue -i 5
  • View the queue with expected start times:
    squeue --start

© tl;dr; authors and contributors