Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
related to:
* #494
* #482
  • Loading branch information
Foadsf committed Jul 16, 2024
1 parent 712d123 commit 851b1d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
mingw-w64-x86_64-cmake
mingw-w64-x86_64-openblas
mingw-w64-x86_64-parmetis
mingw-w64-x86_64-msmpi
base-devel
- name: Configure
Expand All @@ -130,7 +131,9 @@ jobs:
-DWITH_Zoltan=OFF \
-DWITH_Mumps=OFF \
-DCREATE_PKGCONFIG_FILE=ON \
-DWITH_MPI=OFF
-DWITH_MPI=ON

This comment has been minimized.

Copy link
@mmuetzel

mmuetzel Jul 16, 2024

Contributor
           -DWITH_MPI=ON \
           -DMPIEXEC_EXECUTABLE="C:/Program Files/Microsoft MPI/Bin/mpiexec.exe" \

But for this to actually pass in CI, you'd need a new step to install MSMPI.
To install it locally, you can get to the installer from here: https://www.microsoft.com/en-us/download/details.aspx?id=105289 (The MS server seems to be down currently.)

I haven't looked into how that could be installed in CI though...

-DCMAKE_Fortran_FLAGS="-fno-allow-invalid-boz"
- name: Build
run: |
Expand Down

0 comments on commit 851b1d4

Please sign in to comment.