scancel
Cancel a Slurm job. More information: <https://slurm.schedmd.com/scancel.html>.
Install
- All systems
-
curl cmd.cat/scancel.sh
- Debian
-
apt-get install slurm-client - Ubuntu
-
apt-get install slurm-client - Kali Linux
-
apt-get install slurm-client - Fedora
-
dnf install slurm - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install slurm-client - OS X
-
brew install slurm - Raspbian
-
apt-get install slurm-client
Cancel a Slurm job. More information: <https://slurm.schedmd.com/scancel.html>.
-
Cancel a job using its ID:
scancel job_id -
Cancel all jobs from a user:
scancel user_name
© tl;dr; authors and contributors