Skip to content

Commit

Permalink
Trilinos: testing: reenable MueLu unit test
Browse files Browse the repository at this point in the history
because issue #3035 is resolved
  • Loading branch information
jhux2 committed Jul 23, 2018
1 parent 4dc44d4 commit 62fa666
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ TRIL_SET_BOOL_CACHE_VAR(ShyLU_DDFROSch_test_frosch_laplacian_epetra_2d_gdsw_MPI_
TRIL_SET_BOOL_CACHE_VAR(ShyLU_DDFROSch_test_frosch_laplacian_epetra_2d_rgdsw_MPI_4_DISABLE TRUE)
TRIL_SET_BOOL_CACHE_VAR(ShyLU_DDFROSch_test_frosch_interfacesets_2D_MPI_4_DISABLE TRUE)

# Disable this MueLu test until it can be fixed for OpenMP (#3035)
TRIL_SET_BOOL_CACHE_VAR(MueLu_UnitTestsTpetra_MPI_4_DISABLE TRUE)

# NOTE: The order of these includes matters!

include("${CMAKE_CURRENT_LIST_DIR}/MpiReleaseDebugSharedPtSettings.cmake")
Expand Down
3 changes: 0 additions & 3 deletions cmake/std/PullRequestLinuxGCC4.8.4TestingSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ set(Tpetra_INST_SERIAL ON CACHE BOOL "Set by default for PR testing")
# Disable just one Teko sub-unit test that fails with openmpi 1.10 (#2712)
set (Teko_DISABLE_LSCSTABALIZED_TPETRA_ALPAH_INV_D ON CACHE BOOL "Temporarily disabled in PR testing")

# Disable just one Mule/Tpetra test that fails with openmp (#)
set (MueLu_UnitTestsTpetra_MPI_4_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")

# Disable three ShyLu_DD tests - see #2691
set (ShyLU_DDFROSch_test_frosch_laplacian_epetra_2d_gdsw_MPI_4_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
set (ShyLU_DDFROSch_test_frosch_laplacian_epetra_2d_rgdsw_MPI_4_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
Expand Down
1 change: 0 additions & 1 deletion cmake/std/PullRequestLinuxIntelTestingSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
set (MueLu_UnitTestsEpetra_MPI_1_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
set (MueLu_UnitTestsEpetra_MPI_4_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
set (MueLu_UnitTestsTpetra_MPI_1_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
set (MueLu_UnitTestsTpetra_MPI_4_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
set (KokkosCore_UnitTest_Serial_MPI_1_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
set (Zoltan2_simplePamgenTest_MPI_3_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")

Expand Down
5 changes: 0 additions & 5 deletions cmake/std/atdm/ATDMDevEnvSettings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,3 @@ ATDM_SET_CACHE(TPL_DLlib_LIBRARIES "-ldl" CACHE FILEPATH)
# makes more sense to disbale it once in this file instead of in every openmp
# buid's tweaks file
#

# Disable test that fails for all openmp builds (#3035)
IF (ATDM_USE_OPENMP)
ATDM_SET_ENABLE(MueLu_UnitTestsTpetra_MPI_4_DISABLE ON)
ENDIF()

0 comments on commit 62fa666

Please sign in to comment.