Skip to content

Commit 3fb4f7e

Browse files
authored
Use correct launcher with gasnet nightly tests (#27078)
Fixes two nightly configs that have the incorrect launcher after #26236. These configs should default to using the GASNet launcher, not a slurm one [Not reviewed - trivial]
2 parents 9203ea3 + 7b67289 commit 3fb4f7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

util/cron/test-gasnet.darwin.bash

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ UTIL_CRON_DIR=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd)
66
source $UTIL_CRON_DIR/common-gasnet.bash
77
source $UTIL_CRON_DIR/common-darwin.bash
88
source $UTIL_CRON_DIR/common-localnode-paratest.bash
9+
unset CHPL_LAUNCHER
910

1011
export CHPL_NIGHTLY_TEST_CONFIG_NAME="gasnet.darwin"
1112

util/cron/test-gasnet.fast.darwin.bash

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ source $UTIL_CRON_DIR/common-gasnet.bash
77
export CHPL_GASNET_SEGMENT=fast
88
source $UTIL_CRON_DIR/common-darwin.bash
99
source $UTIL_CRON_DIR/common-localnode-paratest.bash
10+
unset CHPL_LAUNCHER
1011

1112
export CHPL_NIGHTLY_TEST_CONFIG_NAME="gasnet.fast.darwin"
1213

0 commit comments

Comments
 (0)