From 5471a47f7e130e3103a83ca512eeb1de227f2504 Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Wed, 4 Sep 2024 02:28:29 +0000 Subject: [PATCH] Remove GASNet-1 test scripts Signed-off-by: Dan Bonachea --- util/cron/test-gasnet-1-everything.bash | 19 -------------- ...erf.hpe-apollo-hdr.gasnet-1-ibv.large.bash | 26 ------------------- .../test-slurm-gasnet-1-ibv.c-backend.bash | 19 -------------- util/cron/test-slurm-gasnet-1-ibv.fast.bash | 20 -------------- util/cron/test-slurm-gasnet-1-ibv.large.bash | 20 -------------- util/cron/test-slurm-gasnet-1-mpi.bash | 17 ------------ 6 files changed, 121 deletions(-) delete mode 100755 util/cron/test-gasnet-1-everything.bash delete mode 100755 util/cron/test-perf.hpe-apollo-hdr.gasnet-1-ibv.large.bash delete mode 100755 util/cron/test-slurm-gasnet-1-ibv.c-backend.bash delete mode 100755 util/cron/test-slurm-gasnet-1-ibv.fast.bash delete mode 100755 util/cron/test-slurm-gasnet-1-ibv.large.bash delete mode 100755 util/cron/test-slurm-gasnet-1-mpi.bash diff --git a/util/cron/test-gasnet-1-everything.bash b/util/cron/test-gasnet-1-everything.bash deleted file mode 100755 index 3ec29699ebc2..000000000000 --- a/util/cron/test-gasnet-1-everything.bash +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env bash -# -# Test gasnet EX (segment everything) against full suite on linux64. - -CWD=$(cd $(dirname $0) ; pwd) -source $CWD/common-gasnet.bash -source $CWD/common-localnode-paratest.bash - -export CHPL_NIGHTLY_TEST_CONFIG_NAME="gasnet-1-everything" - -export GASNET_QUIET=Y - -# Test a GASNet compile using the default segment (everything for linux64) -export CHPL_GASNET_SEGMENT=everything - -# Test GASNet 1 -export CHPL_GASNET_VERSION=1 - -$CWD/nightly -cron $(get_nightly_paratest_args 8) diff --git a/util/cron/test-perf.hpe-apollo-hdr.gasnet-1-ibv.large.bash b/util/cron/test-perf.hpe-apollo-hdr.gasnet-1-ibv.large.bash deleted file mode 100755 index 45a25845bfbe..000000000000 --- a/util/cron/test-perf.hpe-apollo-hdr.gasnet-1-ibv.large.bash +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/env bash -# -# Run performance tests on an HPE Apollo - -CWD=$(cd $(dirname $0) ; pwd) - -export CHPL_TEST_PERF_SUBDIR="hpe-apollo" -export CHPL_TEST_PERF_CONFIG_NAME='16-node-apollo-hdr' - -source $CWD/common-perf.bash - -export CHPL_NIGHTLY_TEST_CONFIG_NAME="perf.hpe-apollo-hdr.gasnet-1-ibv.large" - -source $CWD/common-hpe-apollo.bash -source $CWD/common-perf-hpe-apollo-hdr.bash -perf_hpe_apollo_args="-performance-configs gn-ibv-large:v,gn-1-ibv-large:v -perflabel ml- -startdate 08/28/23" - -export GASNET_PHYSMEM_MAX="0.90" - -# Test GASNet 1 -export CHPL_GASNET_VERSION=1 - -nightly_args="${nightly_args} -no-buildcheck" -perf_args="-performance-description gn-1-ibv-large -numtrials 1 -sync-dir-suffix g1" - -$CWD/nightly -cron ${perf_args} ${perf_hpe_apollo_args} ${nightly_args} diff --git a/util/cron/test-slurm-gasnet-1-ibv.c-backend.bash b/util/cron/test-slurm-gasnet-1-ibv.c-backend.bash deleted file mode 100755 index 291aa7552175..000000000000 --- a/util/cron/test-slurm-gasnet-1-ibv.c-backend.bash +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env bash -# -# Multi-node, multi-locale testing on a cray-cs with slurm-gasnetrun_ibv -# launcher: -# test gasnet configuration with CHPL_LLVM=none & CHPL_TARGET_COMPILER=gnu -# test against "examples" - -CWD=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd) -source $CWD/common-slurm-gasnet-cray-cs.bash -source $CWD/common-c-backend.bash - -export CHPL_NIGHTLY_TEST_CONFIG_NAME="slurm-gasnet-1-ibv.c-backend" - -export CHPL_COMM_SUBSTRATE=ibv - -# Test GASNet 1 -export CHPL_GASNET_VERSION=1 - -$CWD/nightly -cron -examples ${nightly_args} < /dev/null diff --git a/util/cron/test-slurm-gasnet-1-ibv.fast.bash b/util/cron/test-slurm-gasnet-1-ibv.fast.bash deleted file mode 100755 index 21459f984872..000000000000 --- a/util/cron/test-slurm-gasnet-1-ibv.fast.bash +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash -# -# Multi-node, multi-locale testing on a cray-cs cluster with slurm-gasnetrun_ibv -# launcher: -# test gasnet (segment fast) against "examples" - -CWD=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd) -source $CWD/common-slurm-gasnet-cray-cs.bash - -export CHPL_NIGHTLY_TEST_CONFIG_NAME="slurm-gasnet-1-ibv.fast" - -export CHPL_COMM_SUBSTRATE=ibv - -# Test a GASNet compile using the fast segment -export CHPL_GASNET_SEGMENT=fast - -# Test GASNet 1 -export CHPL_GASNET_VERSION=1 - -$CWD/nightly -cron -examples ${nightly_args} < /dev/null diff --git a/util/cron/test-slurm-gasnet-1-ibv.large.bash b/util/cron/test-slurm-gasnet-1-ibv.large.bash deleted file mode 100755 index 73473de4c2c0..000000000000 --- a/util/cron/test-slurm-gasnet-1-ibv.large.bash +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash -# -# Multi-node, multi-locale testing on a cray-cs cluster with slurm-gasnetrun_ibv -# launcher: -# test gasnet (segment large) against "examples" - -CWD=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd) -source $CWD/common-slurm-gasnet-cray-cs.bash - -export CHPL_NIGHTLY_TEST_CONFIG_NAME="slurm-gasnet-1-ibv.large" - -export CHPL_COMM_SUBSTRATE=ibv - -# Test a GASNet compile using the large segment -export CHPL_GASNET_SEGMENT=large - -# Test GASNet 1 -export CHPL_GASNET_VERSION=1 - -$CWD/nightly -cron -examples ${nightly_args} < /dev/null diff --git a/util/cron/test-slurm-gasnet-1-mpi.bash b/util/cron/test-slurm-gasnet-1-mpi.bash deleted file mode 100755 index 69c160a9a1ea..000000000000 --- a/util/cron/test-slurm-gasnet-1-mpi.bash +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash -# -# Test gasnet mpi against hellos on cray-cs. - -CWD=$(cd $(dirname $0) ; pwd) -source $CWD/common-slurm-gasnet-cray-cs.bash - -export CHPL_NIGHTLY_TEST_CONFIG_NAME="slurm-gasnet-1-mpi" - -# setup for mpi -module load openmpi/gcc -export CHPL_COMM_SUBSTRATE=mpi - -# Test GASNet 1 -export CHPL_GASNET_VERSION=1 - -$CWD/nightly -cron -hellos ${nightly_args}