From 71f87e1228db7cc49b6c6ec7ffbe78d98ea771e5 Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Wed, 10 Apr 2024 19:19:47 -0600 Subject: [PATCH] Framework: set KokkosKernels_sparse_cuda_MPI_1 to run serial (#12912) Address timeout in the Kokkos Integration nightly build cuda-11.4.2-sems-gnu-10.1.0-sems-openmpi-4.0.5_release_static --- packages/framework/ini-files/config-specs.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/framework/ini-files/config-specs.ini b/packages/framework/ini-files/config-specs.ini index 97fe60a8ff1b..1df8ed3219d2 100644 --- a/packages/framework/ini-files/config-specs.ini +++ b/packages/framework/ini-files/config-specs.ini @@ -1722,6 +1722,7 @@ opt-set-cmake-var Tpetra_INST_SERIAL BOOL FORCE : ON opt-set-cmake-var Zoltan_ENABLE_Scotch BOOL FORCE : OFF [CUDA11-RUN-SERIAL-TESTS] +opt-set-cmake-var KokkosKernels_sparse_cuda_MPI_1_SET_RUN_SERIAL BOOL FORCE : ON 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