oarwalltime(1) | OAR commands | oarwalltime(1) |
oarwalltime - query or request a change of the walltime of a job handled by the OAR batch scheduler.
oarwalltime [options] <job_id> [<[+/-]new walltime>]
This command manages requests to change the walltime of a job.
If no new walltime is given, the command shows the current walltime change status for the job.
If a new walltime is given, the command requests a change of the walltime of the job, or update a previous request.
The new walltime is to be passed in the format [+-]h:m:s. If no sign is used, The value is a new walltime absolute value (like passed to oarsub). If prefixed by +, the request is an increase of the walltime by the passed value. If prefixed by -, it is a decrease request.
Walltime changes can only be requested for a running job.
There is no warranty that walltime can be increased, since it depends on the resources availability (next jobs).
Once a request is registered, it will by handled during the next pass of scheduling and granted if it fits with other jobs.
As per configuration:
Read your site's documentation or ask your administrator to know the configured settings.
All changes are logged. Changes using the force or delay-next-jobs options are accounted.
Please mind the walltime of the job and do not rely too much on that functionality.
The shell environment variables of the job are not updated (OAR_JOB_WALLTIME, OAR_JOB_WALLTIME_SECONDS).
Walltime change events for a job are listed in the oarstat output.
Copyright 2003-2017 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.
2021-01-11 | oarwalltime |