Re: [slurm-users] increasing timelimit on array jobs no longer supported?

2019-06-13 Thread Bill Wichser
Thanks. Had no problem setting the individual element of the array. Just thought that it worked differently in the past! Memory apparently isn't what it used to be! Thanks again, Bill On 6/13/19 10:25 AM, Jacob Jenson wrote: scontrol show job

Re: [slurm-users] increasing timelimit on array jobs no longer supported?

2019-06-13 Thread Jacob Jenson
Bill, You can always set the time limit on a job array to a specific value: # scontrol update jobid=123 timelimit=45 You can also increment the time limit on a job array that is still in a single job record. Separate job records are spit off as needed, say when a task starts or an attempt is

[slurm-users] increasing timelimit on array jobs no longer supported?

2019-06-13 Thread Bill Wichser
# scontrol update jobid=3136818 timelimit+=30-00:00:00 scontrol: error: TimeLimit increment/decrement not supported for job arrays This is new to 18.08.7 it appears. Am I just missing something here? Bill