Skip to content

Commit

Permalink
OpenMP not found for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Aug 29, 2024
1 parent 9ddfebe commit 549643c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cxx: clang++
cmake_flags:
cxx_standard: 17
kokkos: -DKokkos_ENABLE_OPENMP=ON
kokkos: -DKokkos_ENABLE_SERIAL=ON
kokkos_fft: -DCMAKE_CXX_FLAGS="-Wall -Wextra" -DCMAKE_COMPILE_WARNING_AS_ERROR=ON -DCMAKE_CXX_CLANG_TIDY="clang-tidy;-warnings-as-errors=*"
- name: openmp
image: gcc
Expand Down

0 comments on commit 549643c

Please sign in to comment.