Skip to content

Commit

Permalink
msmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 11, 2024
1 parent 3268d71 commit 9aceb76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/job4-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
shell: msys2 {0}

steps:
- uses: mpi4py/setup-mpi@v1
- name: Setup MPI
uses: mpi4py/setup-mpi@v1

- uses: msys2/setup-msys2@v2
with:
Expand All @@ -35,7 +36,6 @@ jobs:
pkgfile
tar
mingw-w64-x86_64-cmake
mingw-w64-x86_64-msmpi
python
- name: Remove packages
Expand All @@ -48,7 +48,7 @@ jobs:
autoreconf -i
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode \
--prefix="${HOME}/freefem" \
--with-mpipath="/c/Program\ Files/Microsoft\ MPI/Bin"
--with-mpipath="/c/Program Files/Microsoft MPI/Bin"
# ./3rdparty/getall -a -o PETSc
# - name: PETSc
Expand Down

0 comments on commit 9aceb76

Please sign in to comment.