Deleting Jobs
Deleting Jobs – qdel
On occasion it may be necessary to remove a waiting job from the queue, or to stop a running job (and remove it from the queue). This is done using qdel . For example
qdel 18076 # # replace 18076 with your job id #
You can identify the jobid typing the command qstat
on it’s own.
Deleting Job Array Tasks
See the information on the CSF Job Arrays page (applicable to Hydra and Redqueen too) for how to delete all tasks in the job array or specific tasks.