Skip to content

Commit

Permalink
test MSMPI install
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 12, 2023
1 parent b76b2dc commit 9d903ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/job4-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
- name: Configure
run: |
autoreconf -i
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode --prefix="${HOME}/freefem" MPICC=mpicc MPICXX=mpicxx MPIFC=mpif90
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode \
--prefix="${HOME}/freefem" \
MPICC=mpicc MPICXX=mpicxx MPIFC=mpif90
./3rdparty/getall -a -o PETSc
- name: PETSc
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/job5-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
- name: Configure
run: |
autoreconf -i
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode --enable-debug --prefix="${HOME}/freefem" MPICC=mpicc MPICXX=mpicxx MPIFC=mpif90
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode --enable-debug \
--prefix="${HOME}/freefem" \
MPICC=mpicc MPICXX=mpicxx MPIFC=mpif90
./3rdparty/getall -a -o PETSc
- name: PETSc
Expand Down

0 comments on commit 9d903ac

Please sign in to comment.