logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

oarresume - resume a job in OAR batch scheduler.

Copyrights

        Copyright 2003-2016 Laboratoire d'Informatique 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.

oarresume                                          2025-02-18                                       oarresume(1)

Description

       Ask OAR to change job_ids states into Waiting when it is Hold or in Running if it is Suspended.

Name

       oarresume - resume a job in OAR batch scheduler.

Options

--array
           Resume array job(s) passed as parameter (all the sub-jobs of the given array job(s))

       --sql
           Resume jobs which repond 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), oardel(1) oarstat(1), oarnodes(1), oarhold(1)

Synopsis

oarresume [--array][job_ids][--sql "sql syntax"][-V][-h]

See Also