Difference between revisions of "SLURM-Cancel a Job"
From ALICE Documentation
(Created page with "==Cancel a Job== Whether your job is running or waiting in the queue, you can cancel the job using the scancel <job_id> command. Use squeue if you do not recall the job id....") |
(→Cancel a Job) (Tag: Visual edit) |
||
Line 1: | Line 1: | ||
− | == | + | ==Canceling a Job== |
− | Whether your job is running or waiting in the queue, you can cancel the job using the | + | Whether your job is running or waiting in the queue, you can cancel the job using the Canceling '''<job_id>''' command. Use '''squeue''' if you do not recall the job id. |
− | [ttrojan@ | + | [ttrojan@login1 ~]$ scancel 384 |
− | [ttrojan@ | + | [ttrojan@login1 ~]$ |
Revision as of 12:33, 8 April 2020
Canceling a Job
Whether your job is running or waiting in the queue, you can cancel the job using the Canceling <job_id> command. Use squeue if you do not recall the job id.
[ttrojan@login1 ~]$ scancel 384 [ttrojan@login1 ~]$