Skip to content

Commit

Permalink
Disable 3 Anasazi tests that randomly fail in debug builds on white/r…
Browse files Browse the repository at this point in the history
…ide (trilinos#2473)

These tests randomly fail with massive diffs.  Very strange behavior.  See
Trilinos GitHub issue trilinos#2473 for history and more details.
  • Loading branch information
bartlettroscoe committed Apr 3, 2018
1 parent c828f5a commit 45206c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/std/atdm/ride/tweaks/CUDA-DEBUG-CUDA.cmake
Expand Up @@ -6,4 +6,9 @@ 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: 5 additions & 0 deletions cmake/std/atdm/ride/tweaks/GNU-DEBUG-OPENMP.cmake
Expand Up @@ -8,3 +8,8 @@ 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 45206c2

Please sign in to comment.