From 8efae785cb97e2781f81219365fd5a6317a53916 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Tue, 8 Jun 2021 11:55:27 -0600 Subject: [PATCH] atdm: sems-rhel7: Change to what is actually being tested (#7376) In commit 36b53f6 jmgate tried to update this to clang-10 but that does not automatically update what is actaully being run on jenkins and displaysed on CDash and therefore listed builds in this file along does not make them supported builds. Someone needs to actually add the driver scripts for these builds under cmake/ctest/drivers/atdm/sems-rhel7/drivers/ and update the Jenkins jobs, and triage any new failing Trilinos tests. Making this change allows one to run 'ctest-s-local-test-driver.sh all' properly (as I was trying to do with #7376). --- cmake/std/atdm/sems-rhel7/all_supported_builds.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmake/std/atdm/sems-rhel7/all_supported_builds.sh b/cmake/std/atdm/sems-rhel7/all_supported_builds.sh index 03a5bbaec6b6..7c2f2a817728 100644 --- a/cmake/std/atdm/sems-rhel7/all_supported_builds.sh +++ b/cmake/std/atdm/sems-rhel7/all_supported_builds.sh @@ -3,8 +3,9 @@ export ATDM_CONFIG_CTEST_S_BUILD_NAME_PREFIX=Trilinos-atdm- export ATDM_CONFIG_ALL_SUPPORTED_BUILDS=( - sems-rhel7-clang-10.0.0-openmp-shared-release - sems-rhel7-clang-10.0.0-openmp-shared-release-debug + #sems-rhel7-clang-10.0.0-openmp-shared-release + #sems-rhel7-clang-10.0.0-openmp-shared-release-debug + sems-rhel7-clang-7.0.1-openmp-shared-release-debug sems-rhel7-cuda-10.1-Volta70-complex-shared-release-debug sems-rhel7-gnu-7.2.0-openmp-complex-shared-release-debug sems-rhel7-intel-18.0.5-openmp-complex-shared-release-debug