Skip to content

Commit

Permalink
contrib/intel/jenkins: Update slurm partitions for new head node
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Dworkin <[email protected]>
  • Loading branch information
zachdworkin committed Dec 17, 2024
1 parent 17d9cf2 commit 2c200a4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ pipeline {
steps {
script {
dir (CI_LOCATION) {
slurm_batch("totodile", "1",
slurm_batch("water", "1",
"${env.LOG_DIR}/build_mpich_water_log",
"""python$PYTHON_VERSION ${RUN_LOCATION}/build.py \
--build_item=mpich --build_hw=water"""
Expand Down Expand Up @@ -761,7 +761,7 @@ pipeline {
}
for (def mpi in MPIS) {
run_middleware(providers, "mpichtestsuite", "mpichtestsuite",
"grass", "bulbasaur", "2", "${mpi}")
"grass", "bulbasaur,ivysaur", "2", "${mpi}")
}
}
}
Expand All @@ -778,7 +778,8 @@ pipeline {
}
for (def mpi in MPIS) {
run_middleware(providers, "mpichtestsuite", "mpichtestsuite",
"water", "totodile", "2", "${mpi}")
"water", "squirtle,wartortle,articuno", "2",
"${mpi}")
}
}
}
Expand Down Expand Up @@ -821,13 +822,15 @@ pipeline {
script {
dir (RUN_LOCATION) {
run_middleware([["verbs", null]], "oneCCL",
"oneccl", "water", "totodile", "2")
"oneccl", "water",
"squirtle,wartortle,articuno", "2")
run_middleware([["shm", null]], "oneCCL",
"oneccl", "grass", "bulbasaur,chikorita", "1")
"oneccl", "grass", "bulbasaur,ivysaur", "1")
run_middleware([["psm3", null]], "oneCCL",
"oneccl", "water", "totodile", "2")
"oneccl", "water",
"squirtle,wartortle,articuno", "2")
run_middleware([["tcp", null]], "oneCCL",
"oneccl", "grass", "bulbasaur,chikorita", "2")
"oneccl", "grass", "bulbasaur,ivysaur", "2")
run_middleware([["shm", null]], "oneCCL_DSA",
"oneccl", "electric", "pikachu", "1", null, null,
"""CCL_ATL_SHM=1 FI_SHM_DISABLE_CMA=1 \
Expand Down

0 comments on commit 2c200a4

Please sign in to comment.