Skip to content

Commit

Permalink
msmpi check
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 11, 2024
1 parent 5b7f02b commit 8c26823
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/job4-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Setup MPI
uses: mpi4py/setup-mpi@v1
with:
mpi: intelmpi

- uses: msys2/setup-msys2@v2
with:
Expand Down Expand Up @@ -41,18 +43,13 @@ jobs:
- name: Remove packages
run: pacman -R --noconfirm mingw-w64-x86_64-python mingw-w64-x86_64-gdb mingw-w64-x86_64-gdb-multiarch

- name: CHECK
run: which mpicc

- uses: actions/checkout@v4

- name: Configure
run: |
autoreconf -i
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode \
--prefix="${HOME}/freefem" \
--with-mpipath="/c/Program Files/Microsoft MPI/Bin"
MPICC=mpicc MPICXX=mpicxx MPIFC=mpif90
# ./3rdparty/getall -a -o PETSc
# - name: PETSc
Expand Down

0 comments on commit 8c26823

Please sign in to comment.