Skip to content

Commit

Permalink
ATDM: Set CTEST_BUILD_NAME by default to env<ATDM_BUILD_NAME>-exp for…
Browse files Browse the repository at this point in the history
… 'dashboard' target

This only impacts the 'dashboard' target.  This gives a nicer build on CDash
when using the universal 'dashboard' target.  This should not impact the usage
of the other ctest -S drivers as part of the ATDM Trilinos configuration at
all.
  • Loading branch information
bartlettroscoe committed May 15, 2021
1 parent 71478b8 commit 27abaa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/std/atdm/ATDMDevEnvSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,9 @@ IF (COMMAND INSTALL AND NOT "${CMAKE_INSTALL_PREFIX}" STREQUAL "")

SET( ATDM_BUILD_NAME $ENV{ATDM_CONFIG_BUILD_NAME} )

ADVANCED_SET(CTEST_BUILD_NAME "${ATDM_BUILD_NAME}-exp" CACHE STRING
"Build name for submit to CDash with 'dashboard' target (default set as env<ATDM_CONFIG_BUILD_NAME>-exp)" )

SET( ATDM_INSTALLED_ENV_LOAD_SCRIPT_NAME load_matching_env.sh
CACHE STRING
"Name of script installed in <CMAKE_INSTALL_PREFIX> to source to load matching env." )
Expand Down

0 comments on commit 27abaa8

Please sign in to comment.