From f6cc2e95efa8c590ab1f5f319ce573a519973dbf Mon Sep 17 00:00:00 2001 From: Henry Swantner Date: Mon, 21 Dec 2020 14:05:26 -0700 Subject: [PATCH] Turn Teko tests back on. --- cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake b/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake index d2666adea4ba..6fa8ecdfbc80 100644 --- a/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake +++ b/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake @@ -87,8 +87,7 @@ set (Trilinos_ENABLE_ShyLU_NodeTacho OFF CACHE BOOL # Force some tests to run in serial in this PR build (usually to resolve random timeouts that can occur under contention) set (Intrepid2_unit-test_Discretization_Basis_HierarchicalBases_Hierarchical_Basis_Tests_MPI_1_SET_RUN_SERIAL ON CACHE BOOL "Run serial for CUDA PR testing") -# Temporary options to clean up build -set (Teko_ModALPreconditioner_MPI_1_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") +# Options used to clean up build set (MueLu_ParameterListInterpreterTpetra_MPI_1_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") set (MueLu_ParameterListInterpreterTpetraHeavy_MPI_1_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") set (STKUnit_tests_stk_ngp_test_utest_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") @@ -132,9 +131,6 @@ set (EpetraExt_inout_test_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUD set (Teko_testdriver_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") set (Zoltan2_fix4785_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") set (Intrepid2_unit-test_Discretization_Basis_HierarchicalBases_Hierarchical_Basis_Tests_MPI_1_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") -# Disabled for Launch Blocking: 0 -set (Teko_testdriver_tpetra_MPI_1_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") -set (Teko_testdriver_tpetra_MPI_4_DISABLE ON CACHE BOOL "Temporary disable for CUDA PR testing") include("${CMAKE_CURRENT_LIST_DIR}/PullRequestLinuxCommonTestingSettings.cmake")