Deleting Jobs

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 its own.

Deleting Job Array Tasks

See the information on Job Arrays for how to delete all tasks in the job array or specific tasks.

Last modified on August 7, 2019 at 4:38 pm by George Leaver