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 update
sudo apt-get install slurm-client
- OS X
-
brew install slurm
- Raspbian
-
apt-get install slurm-client
- Dockerfile
- dockerfile.run/scancel
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