table of contents
oarhold(1) | OAR commands | oarhold(1) |
NAME¶
oarhold - hold a job in OAR batch scheduler.
SYNOPSIS¶
oarhold [--array][job_ids][--sql "sql syntax"][-r][-h][-V]
DESCRIPTION¶
Ask OAR to not schedule jobs until oarresume command will be executed.
OPTIONS¶
- -r, --running
- Manage not only Waiting jobs but also Running one (can suspend the job)
- --array
- Hold array job(s) passed as parameter (all the sub-jobs of the given array job(s))
- --sql
- Hold 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¶
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.
2025-03-24 | oarhold |