Skip to content

Commit

Permalink
try without openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Jan 18, 2025
1 parent 0e09456 commit 95896f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -170,7 +170,6 @@ jobs:

- name: Run CTest
run: |
export OMP_NUM_THREADS=1
ctest --test-dir ${{ runner.temp }}/build-pcms
- name: Print Test
Expand Down

0 comments on commit 95896f7

Please sign in to comment.