Commit e4e4bf2
authored
feat(slurm): add reservation support to job configuration (#147)
- Updated SlurmDeployment to include a new "reservation" field in the job configuration, allowing users to specify job reservations.
- Modified job.sh.j2 template to conditionally include the reservation directive in the SLURM job script if a reservation is provided.
This enhancement improves the flexibility of job submissions in SLURM environments.1 parent d28f2f5 commit e4e4bf2
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
| 679 | + | |
679 | 680 | | |
680 | 681 | | |
681 | 682 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments