Skip to content

General options to submit_slurm.py

Nicholas Luongo requested to merge nicholas/salt:extra_options into main

submit_slurm.py currently only passes to Slurm and Salt those arguments for each that are explicitly handled. This MR allows for a general way to pass arguments that are not. An argument with 'slurm.' ('config.') will now be passed to Slurm (Salt) as is without any further handling. This way a user is not blocked by the fact that we have not implemented an explicit handling for an argument yet.

Documentation is updated to explain this.

Merge request reports