qdel | (delete job) |
qdel [{-a <asynchronous delete>|-m <message>|-p|-W <delay>|-t <array_range>}] <JOBID>[ <JOBID>]... | 'all' | 'ALL'
The qdel command deletes jobs in the order in which their job identifiers are presented to the command. A job is deleted by sending a Delete Job batch request to the batch server that owns the job. A job that has been deleted is no longer subject to management by batch services.
A batch job may be deleted by its owner, the batch operator, or the batch administrator.
A batch job being deleted by a server will be sent a SIGTERM signal following by a SIGKILL signal. The time delay between the two signals is an attribute of the execution queue from which the job was run (set table by the administrator). This delay may be overridden by the -W option.
See the PBS ERS section 3.1.3.3, "Delete Job Request", for more information.
If an array range isn't specified, the command tries to operate on the entire array. The command acts on the array (or specified range of the array) just as it would on an individual job.
sequence_number[.server_name][@server]or
all
> qdel 1324 > qdel 1324-3 To delete one job of a job array > qdel all To delete all jobs (Version 2.3.0 and later)
The qdel command will write a diagnostic messages to standard error for each error occurrence.
Upon successful processing of all the operands presented to the qdel command, the exit status will be a value of zero.
If the qdel command fails to process any operand, the command exits with a value greater than zero.