You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new Jenkins system lets runPod request cores via cpus: (HT cores; default
4 = the old 2-physical-core pod). Request cpus:16 = 8 physical cores and run
ctest -j8: 2 concurrent 4-rank tests = 8 ranks, one per physical core, no HT
oversubscription. Should roughly halve test wall-time (~800s -> ~400s).
0 commit comments