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
