Skip to content

Commit

Permalink
atdm: sems-rhel7: Change to what is actually being tested (trilinos#7376
Browse files Browse the repository at this point in the history
)

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 trilinos#7376).
  • Loading branch information
bartlettroscoe committed Jun 11, 2021
1 parent 77c31f0 commit 8efae78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/std/atdm/sems-rhel7/all_supported_builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8efae78

Please sign in to comment.