.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "oardel 1" .TH oardel 1 2024-04-10 oardel "OAR commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME oardel \- delete or checkpoint job(s). .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBoardel\fR [options] [job_id [...] ] \&\fBoardel\fR [options] \-\-sql .SH DESCRIPTION .IX Header "DESCRIPTION" This command can be used to delete or checkpoint job(s). Jobs are passed by id. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-c, \-\-checkpoint\fR" 4 .IX Item "-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". .IP "\fB\-s, \-\-signal SIG\fR" 4 .IX Item "-s, --signal SIG" Send signal SIG to the process launched by the selected jobs. .IP "\fB\-b, \-\-besteffort\fR" 4 .IX Item "-b, --besteffort" Change jobs to besteffort (or remove them if they are already besteffort) .IP \fB\-\-array\fR 4 .IX Item "--array" Handle array job ids, and their sub-jobs. .IP \fB\-\-sql\fR 4 .IX Item "--sql" Select jobs using a SQL WHERE clause on table jobs (e.g. "project = 'p1'") .IP \fB\-\-force\-terminate\-finishing\-job\fR 4 .IX Item "--force-terminate-finishing-job" Force jobs stuck in the Finishing state to switch to Terminated (Warning: only use as a last resort) .Sp Using this option indicates that something nasty happened: nodes where the jobs were executing will subsequently be turned into Suspected. .IP "\fB\-V, \-\-version\fR" 4 .IX Item "-V, --version" Print OAR version number. .IP "\fB\-h, \-\-help\fR" 4 .IX Item "-h, --help" Print help command message. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBoarsub\fR\|(1), \fBoarstat\fR\|(1), \fBoarnodes\fR\|(1), \fBoarhold\fR\|(1), \fBoarresume\fR\|(1) .SH COPYRIGHTS .IX Header "COPYRIGHTS" .Vb 1 \& Copyright 2003\-2016 Laboratoire d\*(AqInformatique de Grenoble (http://www.liglab.fr). This software is licensed under the GNU General Public License Version 2 or above. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .Ve