Skip to content

Commit

Permalink
Update linux_and_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokemono authored Nov 26, 2024
1 parent f391dc7 commit d17c20b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,15 @@ jobs:
run: |
brew info gfortran
brew info open-mpi
brew install gfortran open-mpi fftw hdf5-mpi
brew install gfortran
a=`which gfortran-11`; \
b=`dirname $a`; \
c=$b/gfortran; \
ln -s $a $c
brew install open-mpi fftw hdf5-mpi
mpicc -v
mpif90 -v
Expand Down

0 comments on commit d17c20b

Please sign in to comment.