Allow specifying the `qos` parameter for slurm via the batch block. ``` batch: type: slurm ... qos: standby ``` Leading to the additional header line: ``` #SBATCH --qos=standby ```
Allow specifying the
qosparameter for slurm via the batch block.Leading to the additional header line: