Skip to content

Commit

Permalink
Revert "Merge pull request trilinos#2501 from bartlettroscoe/2473-dis…
Browse files Browse the repository at this point in the history
…able-random-failing-anasazi-tests" (trilinos#2473)

This reverts commit 2e9da0c, reversing
changes made to c828f5a.

The merge branch in PR trilinos#2517 should allow these tests to pass now.
  • Loading branch information
bartlettroscoe committed Apr 23, 2018
1 parent 6768939 commit 2c2a251
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions cmake/std/atdm/ride/tweaks/CUDA-DEBUG-CUDA.cmake
Expand Up @@ -6,9 +6,4 @@ ATDM_SET_ENABLE(TeuchosNumerics_LAPACK_test_MPI_1_DISABLE ON)
# This test segfaults in the 'debug' builds on this system (#2466)
ATDM_SET_ENABLE(Belos_Tpetra_PseudoBlockCG_hb_test_MPI_4_DISABLE ON)

# These tests randomly fail (see #2473)
ATDM_SET_ENABLE(Anasazi_Epetra_ModalSolversTester_MPI_4_DISABLE ON)
ATDM_SET_ENABLE(Anasazi_Epetra_OrthoManagerGenTester_0_MPI_4_DISABLE ON)
ATDM_SET_ENABLE(Anasazi_Epetra_OrthoManagerGenTester_1_MPI_4_DISABLE ON)

INCLUDE("${CMAKE_CURRENT_LIST_DIR}/CUDA_COMMON_TWEAKS.cmake")
5 changes: 0 additions & 5 deletions cmake/std/atdm/ride/tweaks/GNU-DEBUG-OPENMP.cmake
Expand Up @@ -8,8 +8,3 @@ ATDM_SET_ENABLE(PanzerAdaptersSTK_MixedPoissonExample-ConvTest-Hex-Order-3_DISAB

# This test segfaults in the 'debug' builds on this system (#2466)
ATDM_SET_ENABLE(Belos_Tpetra_PseudoBlockCG_hb_test_MPI_4_DISABLE ON)

# These tests randomly fail (see #2473)
ATDM_SET_ENABLE(Anasazi_Epetra_ModalSolversTester_MPI_4_DISABLE ON)
ATDM_SET_ENABLE(Anasazi_Epetra_OrthoManagerGenTester_0_MPI_4_DISABLE ON)
ATDM_SET_ENABLE(Anasazi_Epetra_OrthoManagerGenTester_1_MPI_4_DISABLE ON)

0 comments on commit 2c2a251

Please sign in to comment.