Scroll to navigation

oardel(1) OAR commands oardel(1)

NAME

oardel - delete or checkpoint job(s).

SYNOPSIS

oardel [-c|-b][--array][job_ids][-h][-V]

DESCRIPTION

This command is used to delete or checkpoint job(s). Jobs are designed by their number.

OPTIONS

-c, --checkpoint
Send the checkpoint signal designed from the "--signal" oarsub command option (default is SIGUSR2) to the process launched by the job "job_id".
-s, --signal
Send the signal given as parameter to the process launched by the job "job_id".
-b, --besteffort
Tag specified jobs as besteffort (or remove it if they are already besteffort)
--array
Delete/checkpoint array job(s) passed as parameter (all the sub-jobs of the given array job(s))
--sql
Delete/checkpoint jobs which respond to the SQL where clause on the table jobs (ex: "project = 'p1'").
-V, --version
Print OAR version number.
-h, --help
Print help command message.

SEE ALSO

oarsub(1), oarstat(1), oarnodes(1), oarhold(1), oarresume(1)

COPYRIGHTS

 Copyright 2008 Laboratoire d'Informatique de Grenoble (http://www.liglab.fr). This software is licensed under the GNU Library General Public License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2012-05-23 oardel