earthlab/rslurm

enable setting jobarraytasklimit

qdread opened this issue · 1 comments

Using sbatch you can specify for example --array=1-20%10 which sets JobArrayTaskLimit to 10 so that no more than 10 jobs can run at once. I don't think our submit script template currently allows this. Should be an easy feature to add.

Added the feature in 46ed384