.\" -*- 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 "oarresume 1" .TH oarresume 1 2024-04-10 oarresume "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 oarresume \- resume a job in OAR batch scheduler. .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBoarresume\fR [\-\-array][job_ids][\-\-sql "sql syntax"][\-V][\-h] .SH DESCRIPTION .IX Header "DESCRIPTION" Ask OAR to change job_ids states into Waiting when it is Hold or in Running if it is Suspended. .SH OPTIONS .IX Header "OPTIONS" .IP \fB\-\-array\fR 4 .IX Item "--array" Resume array job(s) passed as parameter (all the sub-jobs of the given array job(s)) .IP \fB\-\-sql\fR 4 .IX Item "--sql" Resume jobs which repond to the SQL where clause on the table jobs (ex: "project = 'p1'") .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), \fBoardel\fR\|(1) \fBoarstat\fR\|(1), \fBoarnodes\fR\|(1), \fBoarhold\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