Skip to content

Commit df4fa0a

Browse files
authored
Merge pull request trilinos#3172 from trilinos/jhu-62fa666
reenable MueLu unit tests w/ Tpetra and OpenMP
2 parents 51dee83 + 62fa666 commit df4fa0a

4 files changed

+0
-12
lines changed

cmake/std/GCC-4.8.4-OpenMPI-1.10.1-MpiReleaseDebugSharedPtOpenMP.cmake

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ TRIL_SET_BOOL_CACHE_VAR(ShyLU_DDFROSch_test_frosch_laplacian_epetra_2d_gdsw_MPI_
3131
TRIL_SET_BOOL_CACHE_VAR(ShyLU_DDFROSch_test_frosch_laplacian_epetra_2d_rgdsw_MPI_4_DISABLE TRUE)
3232
TRIL_SET_BOOL_CACHE_VAR(ShyLU_DDFROSch_test_frosch_interfacesets_2D_MPI_4_DISABLE TRUE)
3333

34-
# Disable this MueLu test until it can be fixed for OpenMP (#3035)
35-
TRIL_SET_BOOL_CACHE_VAR(MueLu_UnitTestsTpetra_MPI_4_DISABLE TRUE)
36-
3734
# NOTE: The order of these includes matters!
3835

3936
include("${CMAKE_CURRENT_LIST_DIR}/MpiReleaseDebugSharedPtSettings.cmake")

cmake/std/PullRequestLinuxGCC4.8.4TestingSettings.cmake

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ set(Tpetra_INST_SERIAL ON CACHE BOOL "Set by default for PR testing")
2222
# Disable just one Teko sub-unit test that fails with openmpi 1.10 (#2712)
2323
set (Teko_DISABLE_LSCSTABALIZED_TPETRA_ALPAH_INV_D ON CACHE BOOL "Temporarily disabled in PR testing")
2424

25-
# Disable just one Mule/Tpetra test that fails with openmp (#)
26-
set (MueLu_UnitTestsTpetra_MPI_4_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
27-
2825
# Disable three ShyLu_DD tests - see #2691
2926
set (ShyLU_DDFROSch_test_frosch_laplacian_epetra_2d_gdsw_MPI_4_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
3027
set (ShyLU_DDFROSch_test_frosch_laplacian_epetra_2d_rgdsw_MPI_4_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")

cmake/std/PullRequestLinuxIntelTestingSettings.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
set (MueLu_UnitTestsEpetra_MPI_1_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
1515
set (MueLu_UnitTestsEpetra_MPI_4_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
1616
set (MueLu_UnitTestsTpetra_MPI_1_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
17-
set (MueLu_UnitTestsTpetra_MPI_4_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
1817
set (KokkosCore_UnitTest_Serial_MPI_1_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
1918
set (Zoltan2_simplePamgenTest_MPI_3_DISABLE ON CACHE BOOL "Temporarily disabled in PR testing")
2019

cmake/std/atdm/ATDMDevEnvSettings.cmake

-5
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,3 @@ ATDM_SET_CACHE(TPL_DLlib_LIBRARIES "-ldl" CACHE FILEPATH)
243243
# makes more sense to disbale it once in this file instead of in every openmp
244244
# buid's tweaks file
245245
#
246-
247-
# Disable test that fails for all openmp builds (#3035)
248-
IF (ATDM_USE_OPENMP)
249-
ATDM_SET_ENABLE(MueLu_UnitTestsTpetra_MPI_4_DISABLE ON)
250-
ENDIF()

0 commit comments

Comments
 (0)