Commit 59fe0c7
Spencer Bryngelson
ci: enable --stepmgr for Frontier jobs to relieve slurmctld pressure
Each CI test/bench job is a single-node allocation that runs the full
regression suite in-process via ./mfc.sh test, launching one srun per
target (pre_process/simulation/post_process) for ~560 cases = ~1700+
srun step-creates per job, up to 32 concurrent. This congests the
Frontier Slurm controller.
--stepmgr delegates step management to each job's slurmstepd instead of
routing every srun through slurmctld, which is the appropriate mechanism
for many-step single-allocation workloads. Added via the existing
extra_sbatch hook for both frontier and frontier_amd; Phoenix unaffected.1 parent 4cebbb0 commit 59fe0c7
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
0 commit comments