Is your feature request related to a problem? Please describe.
I would like to specify --exclude=<nodelist> to each sbatch call.
Unfortunately, I did not find a way to do that.
Describe the solution you'd like
Add --slurm_extra_args setting that gets appended to the sbatch arguments, e.g.:
--slurm_extra_args="--exclude=<nodelist>"
Describe alternatives you've considered
playing with sbatch environment variables, without success. Did not find any that would work for this use case
Is your feature request related to a problem? Please describe.
I would like to specify
--exclude=<nodelist>to each sbatch call.Unfortunately, I did not find a way to do that.
Describe the solution you'd like
Add
--slurm_extra_argssetting that gets appended to thesbatcharguments, e.g.:--slurm_extra_args="--exclude=<nodelist>"Describe alternatives you've considered
playing with sbatch environment variables, without success. Did not find any that would work for this use case