Commit 55068ae
authored
feat: new flag for SLURM qos (#351)
a new flag `--slurm-qos` has been added to conform with reservations
requiring a particular qos upon job submission.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Added optional SLURM QoS support for job submissions. Users can
specify a QoS via a new --slurm-qos=<qos> CLI option or corresponding
executor setting; no change occurs when unset.
* **Documentation**
* Added “Using SLURM QoS” under SLURM reservations, explaining how to
configure QoS alongside reservations and the new option.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 28924a7 commit 55068ae
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
630 | 634 | | |
631 | 635 | | |
632 | 636 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
143 | 151 | | |
144 | 152 | | |
145 | 153 | | |
| |||
309 | 317 | | |
310 | 318 | | |
311 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
312 | 323 | | |
313 | 324 | | |
314 | 325 | | |
| |||
0 commit comments