Skip to content

Commit

Permalink
Enable MPI for latest GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
alazzaro committed Dec 11, 2023
1 parent 21971fd commit 40f943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cd build
cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Debug \
-DUSE_MPI=OFF \
-DUSE_MPI=ON \
-DUSE_OPENMP=ON \
-DUSE_SMM=blas \
-DUSE_MPI_F08=ON \
Expand Down

0 comments on commit 40f943f

Please sign in to comment.