Skip to content

Commit

Permalink
Disable timing-out test KokkosContainers_UnitTest_Serial_MPI_1 in 'wa…
Browse files Browse the repository at this point in the history
…terman' cuda-9.2-debug build (trilinos#3336)

Now that this test is running and passing in the new build
Trilinos-atdm-waterman-cuda-9.2-release-debug (see trilinos#3659 and trilinos#3633), it is
fine to disable this in this full -O3 build.
  • Loading branch information
bartlettroscoe committed Oct 18, 2018
1 parent c4be3bb commit c4efc01
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ATDM_SET_ENABLE(TeuchosNumerics_LAPACK_test_MPI_1_DISABLE ON)
#disable from issue #2466
ATDM_SET_ENABLE(Belos_Tpetra_PseudoBlockCG_hb_test_MPI_4_DISABLE ON)

# Disable timing out unit test in this debug build (#3336)
ATDM_SET_ENABLE(KokkosContainers_UnitTest_Serial_MPI_1_DISABLE ON)

# Disable some unit tests that run too slow in this DEBUG build (#2827)
ATDM_SET_CACHE(KokkosKernels_sparse_serial_MPI_1_EXTRA_ARGS
"--gtest_filter=-serial.sparse_block_gauss_seidel_double_int_int_TestExecSpace:serial.sparse_block_gauss_seidel_double_int_size_t_TestExecSpace:serial.sparse_trsv_mv_double_int_int_LayoutLeft_TestExecSpace"
Expand Down

0 comments on commit c4efc01

Please sign in to comment.