Skip to content

Commit

Permalink
Disable Stratimikos_test_aztecoo_thyra_driver_MPI_1 in gnu serial bui…
Browse files Browse the repository at this point in the history
…lds on 'hansen'/'shiller' (#2925)

This test takes a long time and times out for some unknown reason.  See #2925
for a lot of analysis on the crazy behavior of this test.
  • Loading branch information
bartlettroscoe committed Jun 12, 2018
1 parent dbb4640 commit 73ae19c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/std/atdm/shiller/tweaks/GNU-DEBUG-SERIAL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ ATDM_SET_ENABLE(Anasazi_Epetra_BlockDavidson_auxtest_MPI_4_DISABLE ON)

# Disable test takes a long time to complete for some reason (#2455)
ATDM_SET_ENABLE(Anasazi_Epetra_LOBPCG_auxtest_MPI_4_DISABLE ON)

# Disable test that times out for some unkown reason (#2925)
ATDM_SET_ENABLE(Stratimikos_test_aztecoo_thyra_driver_MPI_1_DISABLE ON)
3 changes: 3 additions & 0 deletions cmake/std/atdm/shiller/tweaks/GNU-RELEASE-SERIAL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ ATDM_SET_ENABLE(Anasazi_Epetra_LOBPCG_auxtest_MPI_4_DISABLE ON)

# This test fails consistently with a major numerical error (#2474)
ATDM_SET_ENABLE(Piro_MatrixFreeDecorator_UnitTests_MPI_4_DISABLE ON)

# Disable test that times out randomly for some unkown reason (#2925)
ATDM_SET_ENABLE(Stratimikos_test_aztecoo_thyra_driver_MPI_1_DISABLE ON)

0 comments on commit 73ae19c

Please sign in to comment.