Skip to content

Commit

Permalink
framework: Disable two Kokkos sub-tests in config-specs.ini
Browse files Browse the repository at this point in the history
Mark Intrepid2_unit-test_MonolithicExecutable_Intrepid2_Tests_MPI_1
as SET_RUN_SERIAL for Cuda builds to prevent random failures
  • Loading branch information
ndellingwood committed Feb 24, 2023
1 parent 62672e4 commit 612650d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/framework/ini-files/config-specs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,13 @@ opt-set-cmake-var Anasazi_Epetra_OrthoManagerGenTester_0_MPI_4_DISABLE BOOL : ON
# Disable Random_XorShift64 and Random_XorShift1024 due to random failures. See #3282.
opt-set-cmake-var KokkosAlgorithms_UnitTest_MPI_1_EXTRA_ARGS STRING : --gtest_filter=-*Random_XorShift64:-*Random_XorShift1024

# Disable this test due to temporary requirement on Kokkos_ENABLE_DEPRECATED_CODE_3
opt-set-cmake-var KokkosCore_UnitTest_Serial1_MPI_1_EXTRA_ARGS STRING : --gtest_filter=-*join_backward_compatibility
opt-set-cmake-var KokkosCore_UnitTest_Serial1_EXTRA_ARGS STRING : --gtest_filter=-*join_backward_compatibility
# Disable this test to avoid spurious failures, see kokkos/kokkos#5502
opt-set-cmake-var KokkosCore_UnitTest_Default_MPI_1_EXTRA_ARGS STRING : --gtest_filter=-*defaultdevicetype.shared_space
opt-set-cmake-var KokkosCore_UnitTest_Default_EXTRA_ARGS STRING : --gtest_filter=-*defaultdevicetype.shared_space

# Options from SEMSDevEnv.cmake
opt-set-cmake-var Trilinos_ENABLE_PyTrilinos BOOL : OFF
opt-set-cmake-var Boost_INCLUDE_DIRS PATH : ${SEMS_BOOST_INCLUDE_PATH|ENV}
Expand Down Expand Up @@ -1511,6 +1518,7 @@ opt-set-cmake-var Zoltan_ENABLE_Scotch BOOL FORCE : OFF

[CUDA11-RUN-SERIAL-TESTS]
opt-set-cmake-var KokkosKernels_batched_dla_cuda_MPI_1_SET_RUN_SERIAL BOOL FORCE : ON
opt-set-cmake-var Intrepid2_unit-test_MonolithicExecutable_Intrepid2_Tests_MPI_1_SET_RUN_SERIAL BOOL FORCE : ON

[GCC_PACKAGE_SPECIFIC_WARNING_FLAGS]
opt-set-cmake-var Amesos_CXX_FLAGS STRING : ${CMAKE_CXX_FLAGS|CMAKE} -Wno-error=shadow
Expand Down

0 comments on commit 612650d

Please sign in to comment.