Skip to content

Commit

Permalink
check msmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Mar 11, 2024
1 parent f092637 commit c3a9c62
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/job4-msmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,21 @@ jobs:
autoreconf -i
./configure --enable-generic --enable-optim --enable-download --enable-maintainer-mode \
--prefix="${HOME}/freefem" \
MPICC=mpicc MPICXX=mpicxx MPIFC=mpif90
./3rdparty/getall -a -o PETSc
# ./3rdparty/getall -a -o PETSc
- name: PETSc
run: |
cd 3rdparty/ff-petsc
make petsc-slepc
cd -
./reconfigure
# - name: PETSc
# run: |
# cd 3rdparty/ff-petsc
# make petsc-slepc
# cd -
# ./reconfigure

- name: Build
run: make -j2
# - name: Build
# run: make -j2

- name: Check
continue-on-error: true
run: make check
# - name: Check
# continue-on-error: true
# run: make check

- name: Install
run: make install
# - name: Install
# run: make install
10 changes: 5 additions & 5 deletions .github/workflows/release-dmg-arm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release MacOS ARM64
on:
push
# workflow_run:
# workflows: ['Release']
# types:
# - completed
# push
workflow_run:
workflows: ['Release']
types:
- completed

jobs:
macos:
Expand Down

0 comments on commit c3a9c62

Please sign in to comment.