From 40f943f9e3f11de344ec32e88fc10e1951819d8e Mon Sep 17 00:00:00 2001 From: Alfio Lazzaro Date: Mon, 11 Dec 2023 22:42:52 +0100 Subject: [PATCH] Enable MPI for latest GCC --- .github/workflows/testing-gcc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-gcc.yml b/.github/workflows/testing-gcc.yml index a986213e5c2..fd6b93515fc 100644 --- a/.github/workflows/testing-gcc.yml +++ b/.github/workflows/testing-gcc.yml @@ -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 \