snippetbashTip
scancel — Cancel a Slurm job. More information: <https://slurm.schedmd.com/scancel.html>.
Viewed 0 times
commandslurmclimoreinformationjobscancelcancel
linux
Problem
How to use the
scancel command: Cancel a Slurm job. More information: <https://slurm.schedmd.com/scancel.html>.Solution
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}}Code Snippets
Cancel a job using its ID
scancel {{job_id}}Cancel all jobs from a user
scancel {{user_name}}Context
tldr-pages: linux/scancel
Revisions (0)
No revisions yet.