Skip to content

Commit

Permalink
cmake/std/atdm: Disable Kokkos timing based test
Browse files Browse the repository at this point in the history
  - Fixes #8545.
  • Loading branch information
e10harvey committed Jan 22, 2021
1 parent a4903cb commit 7c82673
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 7c82673

Please sign in to comment.