diff --git a/util/cron/test-perf.hpe-cray-ex.ofi.bash b/util/cron/test-perf.hpe-cray-ex.ofi.bash index 8a5e71a43ee6..b9d016740a30 100755 --- a/util/cron/test-perf.hpe-cray-ex.ofi.bash +++ b/util/cron/test-perf.hpe-cray-ex.ofi.bash @@ -4,7 +4,13 @@ CWD=$(cd $(dirname $0) ; pwd) -source $CWD/common.bash +export CHPL_TEST_PERF_SUBDIR="hpe-cray-ex" +export CHPL_TEST_PERF_CONFIG_NAME='16-node-hpe-cray-ex' + +source $CWD/common-perf.bash + +export CHPL_NIGHTLY_TEST_CONFIG_NAME="perf.hpe-cray-ex.ofi" + source $CWD/common-ofi.bash || \ ( echo "Could not set up comm=ofi testing." && exit 1 ) source $CWD/common-hpe-cray-ex.bash @@ -12,12 +18,8 @@ source $CWD/common-hpe-cray-ex.bash export CHPL_RT_COMM_OFI_EXPECTED_PROVIDER="cxi" export CHPL_RT_MAX_HEAP_SIZE=16g -export CHPL_TEST_PERF_SUBDIR="hpe-cray-ex" -export CHPL_TEST_PERF_CONFIG_NAME='16-node-hpe-cray-ex' -export CHPL_NIGHTLY_TEST_CONFIG_NAME="perf.hpe-cray-ex.ofi" - nightly_args="${nightly_args} -no-buildcheck" -perf_args="-numtrials 1" +perf_args="-performance -numtrials 1" perf_hpe_cray_ex_args="-startdate 06/25/24" $CWD/nightly -cron ${perf_args} ${perf_hpe_cray_ex_args} ${nightly_args}