Skip to content

Commit

Permalink
Update FFLAGS for mpich compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Nov 8, 2022
1 parent ffc4424 commit 6eeeca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-mac-nceplibs-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
wget http://www.mpich.org/static/downloads/3.4.1/mpich-3.4.1.tar.gz &> /dev/null
tar -xzf mpich-3.4.1.tar.gz
cd mpich-3.4.1
./configure --prefix=$HOME/mpi --enable-fortran --enable-cxx
./configure --prefix=$HOME/mpi --enable-fortran --enable-cxx FFLAGS="-fallow-argument-mismatch"
make -j2
make install
elif [[ ${{ matrix.mpi_type }} == "openmpi" ]]; then
Expand Down

0 comments on commit 6eeeca2

Please sign in to comment.