Skip to content

Commit

Permalink
ci: updated cmake compiler flag to use mpi wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
wiltonloch committed Aug 29, 2024
1 parent f428b93 commit b3ffff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: |
mkdir build && cd build
cmake \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++ \
-DCMAKE_C_COMPILER=mpicc \
-DCMAKE_CXX_COMPILER=mpic++ \
-DCMAKE_CXX_FLAGS="-Werror -Wall -pedantic -O3" \
-DKokkos_ENABLE_SERIAL=ON \
-DENABLE_YAC_COUPLING=ON \
Expand Down

0 comments on commit b3ffff5

Please sign in to comment.