Hi all!
Would there be a way to limit the number of map tasks that can be executed in parallel?
In submitit one can use the parameter slurm_array_parallelism as in the job array example.
Passing additional_parameters: {"array_parallelism": 2} does not work since it's not a slurm argument.
Cheers,
Emile
This sounds like a nice addition, want to try to put out a pull request?
Would the idea to add in SlurmQueueConf a parameter array_parallelism: int = 256?
Would the idea to add in SlurmQueueConf a parameter
array_parallelism: int = 256?
Yes, looks like a good place to add the config :)
Most helpful comment
Would the idea to add in SlurmQueueConf a parameter
array_parallelism: int = 256?