Skip to content

Commit

Permalink
Merge pull request #8625 from e10harvey/issue8545
Browse files Browse the repository at this point in the history
cmake/std/atdm: Disable Kokkos timing based test
  • Loading branch information
e10harvey authored Jan 22, 2021
2 parents a4903cb + 7c82673 commit 9c4684f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/std/atdm/ATDMDisables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ ATDM_SET_ENABLE(Piro_AnalysisDriverTpetra_MPI_4_DISABLE ON)
ATDM_SET_ENABLE(ROL_adapters_tpetra_test_vector_SimulatedVectorTpetraBatchManagerInterface_EXE_DISABLE ON)
ATDM_SET_ENABLE(ROL_adapters_tpetra_test_vector_SimulatedVectorTpetraBatchManagerInterface_MPI_4_DISABLE ON)

# Disable Kokkos timing based test. See #8545.
ATDM_SET_ENABLE(KokkosCore_UnitTest_CudaTimingBased_MPI_1_DISABLE ON)

IF (ATDM_NODE_TYPE STREQUAL "OPENMP")

# Disable ctest DISABLED test (otherwise, this shows up on CDash as "NotRun")
Expand Down

0 comments on commit 9c4684f

Please sign in to comment.