sacct, scancel, srun: add page (#4600)

This commit is contained in:
Caughlin Bohn
2020-10-13 06:09:06 -05:00
committed by GitHub
parent a00334e5ad
commit 91fd123241
3 changed files with 48 additions and 0 deletions

12
pages/linux/scancel.md Normal file
View File

@@ -0,0 +1,12 @@
# 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}}`