Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch ATDM SEMS 7.2.0 build to use CMake 3.11.1 and all-at-once approach #3093

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ cd $TEST_DIR/

export Trilinos_REPOSITORY_LOCATION=https://github.com/trilinos/Trilinos.git

if [ "${Trilinos_CTEST_DO_ALL_AT_ONCE}" == "" ] ; then
export Trilinos_CTEST_DO_ALL_AT_ONCE=TRUE
fi

env CTEST_DASHBOARD_ROOT=$PWD \
ctest -V -S $DRIVER_SCRIPT_DIR/ctest_linux_mpi_sems_atdm_7.2.0.cmake
2 changes: 1 addition & 1 deletion cmake/std/sems/atdm/load_atdm_7.2_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module purge
module load sems-env
module load atdm-env
module load sems-python/2.7.9
module load atdm-cmake/3.10.1
module load atdm-cmake/3.11.1
module load sems-git/2.10.1
module load atdm-gcc/7.2.0
module load atdm-openmpi/1.6.5/atdm
Expand Down