I underestimated the amount of time a job would take. Would it be possible to change the time limit for a job while it is running?
Submitting the Job To do that, we use the 'qsub' command and give it the name of the . pbs script. Since the script contains the PBS directives for everything our job needs, we don't need to specify any other commandline options.
STANDARD INPUT The qsub command reads the script for the job from standard input if the script operand is missing or is the single character "-". INPUT FILES The script file is read by the qsub command. Qsub acts upon any directives found in the script.
qalter jobid -l walltime=X
You can read the qalter
docs here.
Yes You can use:
qalter [-l resource_list] Job_ID
For Example:
qalter -l walltime=01:00:00 121214
Also, try to do it while the job is still queued because once it starts, this may not work & you will get a response "Unauthorized Request". Then you would need root permission to overwrite an unauthorized request.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With