Skip to content

Commit

Permalink
ATDM/ats2: Disable building and running tests for xl (CDOFA-92)
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Jul 8, 2020
1 parent 5b7828a commit 8f31d1c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
if [ "${Trilinos_TRACK}" == "" ] ; then
export Trilinos_TRACK=Experimental
fi

if [[ "${Trilinos_INNER_ENABLE_TESTS}" == "" ]]; then
# For XL, do not build tests and examples
export Trilinos_INNER_ENABLE_TESTS=OFF
fi

if [[ "${Trilinos_SKIP_CTEST_ADD_TEST}" == "" ]] ; then
# For XL, do not run tests
export Trilinos_SKIP_CTEST_ADD_TEST=TRUE
fi

$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ats2/local-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
if [ "${Trilinos_TRACK}" == "" ] ; then
export Trilinos_TRACK=Experimental
fi

if [[ "${Trilinos_INNER_ENABLE_TESTS}" == "" ]]; then
# For XL, do not build tests and examples
export Trilinos_INNER_ENABLE_TESTS=OFF
fi

if [[ "${Trilinos_SKIP_CTEST_ADD_TEST}" == "" ]] ; then
# For XL, do not run tests
export Trilinos_SKIP_CTEST_ADD_TEST=TRUE
fi

$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ats2/local-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
if [ "${Trilinos_TRACK}" == "" ] ; then
export Trilinos_TRACK=Experimental
fi

if [[ "${Trilinos_INNER_ENABLE_TESTS}" == "" ]]; then
# For XL, do not build tests and examples
export Trilinos_INNER_ENABLE_TESTS=OFF
fi

if [[ "${Trilinos_SKIP_CTEST_ADD_TEST}" == "" ]] ; then
# For XL, do not run tests
export Trilinos_SKIP_CTEST_ADD_TEST=TRUE
fi

$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ats2/local-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
if [ "${Trilinos_TRACK}" == "" ] ; then
export Trilinos_TRACK=Experimental
fi

if [[ "${Trilinos_INNER_ENABLE_TESTS}" == "" ]]; then
# For XL, do not build tests and examples
export Trilinos_INNER_ENABLE_TESTS=OFF
fi

if [[ "${Trilinos_SKIP_CTEST_ADD_TEST}" == "" ]] ; then
# For XL, do not run tests
export Trilinos_SKIP_CTEST_ADD_TEST=TRUE
fi

$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ats2/local-driver.sh

0 comments on commit 8f31d1c

Please sign in to comment.