diff --git a/.github/workflows/cmake-test.yml b/.github/workflows/cmake-test.yml index 3bfb6003..51d4f983 100644 --- a/.github/workflows/cmake-test.yml +++ b/.github/workflows/cmake-test.yml @@ -53,7 +53,7 @@ jobs: options: '-DCMAKE_CXX_STANDARD=17 -DBUILD_SHARED_LIBS=OFF -DKokkos_ENABLE_SERIAL=ON - -DKokkos_ENABLE_OPENMP=ON + -DKokkos_ENABLE_OPENMP=OFF -DKokkos_ENABLE_CUDA=OFF -DKokkos_ENABLE_CUDA_LAMBDA=OFF -DKokkos_ENABLE_CUDA_CONSTEXPR=OFF' @@ -170,7 +170,6 @@ jobs: - name: Run CTest run: | - export OMP_NUM_THREADS=1 ctest --test-dir ${{ runner.temp }}/build-pcms - name: Print Test