Skip to content

Commit

Permalink
disable MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Mar 25, 2024
1 parent 6592d23 commit 5931fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Compile flame_wave
run: |
cd Exec/science/subchandra
make USE_CLANG_TIDY=TRUE CLANG_TIDY=clang-tidy-17 CLANG_TIDY_WARN_ERROR=TRUE -j 4
make USE_MPI=FALSE USE_CLANG_TIDY=TRUE CLANG_TIDY=clang-tidy-17 CLANG_TIDY_WARN_ERROR=TRUE -j 4

0 comments on commit 5931fb3

Please sign in to comment.