That’s it thanks! I looked right past it since they changed terminology from “simultaneously” (in the sbatch man page) To “execute at the same time” (in the scontrol man page)
☺ Brian From: Ryan Clough [mailto:[email protected]] Sent: Wednesday, January 20, 2016 10:49 PM To: slurm-dev Subject: [slurm-dev] Re: Adjust an array job's maximum simultaneous running tasks Might I suggest this(gleaned from scontrol manpage): scontrol update ArrayTaskThrottle=<count> JobId=<job_list> ___________________________________________ ¯\_(ツ)_/¯ Ryan Clough Information Systems Decision Sciences International Corporation<http://www.decisionsciencescorp.com/> On Wed, Jan 20, 2016 at 6:49 PM, Andrus, Brian Contractor <[email protected]<mailto:[email protected]>> wrote: All, Is there a way to change the maximum simultaneous running tasks of an array job that is currently running? For example I have sbatch --array=1-100%2 and I want to change it to effectively be: sbatch --array=1-100%5 to cause slurm to start running 5 at a time right away. And be able to do the inverse to effectively throttle or slow down the rate of a particular array job. Brian Andrus This email and its contents are confidential. If you are not the intended recipient, please do not disclose or use the information within this email or its attachments. If you have received this email in error, please report the error to the sender by return email and delete this communication from your records.
