-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from bartlettroscoe/cdofa-92-atdm-ats2-xl-2
Hopefuly final tweaks to 'ats2' 'xl' ctest -S builds (CDOFA-92)
- Loading branch information
Showing
7 changed files
with
34 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 1 addition & 11 deletions
12
...m/ats2/drivers/Trilinos-atdm-ats2-cuda-10.1.243-xl-2020.03.18_spmpi-rolling_static_dbg.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
#!/bin/bash | ||
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 | ||
export Trilinos_TRACK=ATDM | ||
fi | ||
|
||
$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ats2/local-driver.sh |
12 changes: 1 addition & 11 deletions
12
...m/ats2/drivers/Trilinos-atdm-ats2-cuda-10.1.243-xl-2020.03.18_spmpi-rolling_static_opt.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
#!/bin/bash | ||
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 | ||
export Trilinos_TRACK=ATDM | ||
fi | ||
|
||
$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ats2/local-driver.sh |
12 changes: 1 addition & 11 deletions
12
...ers/atdm/ats2/drivers/Trilinos-atdm-ats2-xl-2020.03.18_spmpi-rolling_serial_static_dbg.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
#!/bin/bash | ||
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 | ||
export Trilinos_TRACK=ATDM | ||
fi | ||
|
||
$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ats2/local-driver.sh |
12 changes: 1 addition & 11 deletions
12
...ers/atdm/ats2/drivers/Trilinos-atdm-ats2-xl-2020.03.18_spmpi-rolling_serial_static_opt.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
#!/bin/bash | ||
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 | ||
export Trilinos_TRACK=ATDM | ||
fi | ||
|
||
$WORKSPACE/Trilinos/cmake/ctest/drivers/atdm/ats2/local-driver.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Include this file in the driver that calls TRIBITS_CTEST_DRIVER() to set the | ||
# list of packages used by SPARC. | ||
INCLUDE("${CMAKE_CURRENT_LIST_DIR}/SPARCTrilinosPackagesList.cmake") | ||
SET(Trilinos_PACKAGES ${SPARC_Trilinos_Packages}) | ||
# NOTE: Above, even though SPARC_Trilinos_Packages may list a bunch of | ||
# packages that we don't want to test, the file ATDMDisables.cmake has | ||
# <Package>_ENABLE_TESTS set to OFF for all fo the packages that we don't want | ||
# to test. |