Skip to content

Commit

Permalink
add flag -fallow-argument-mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Jan 4, 2023
1 parent d364da2 commit 0426233
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mac_mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ jobs:
--enable-romio \
--with-file-system=ufs \
--with-device=ch3:sock \
CC=gcc FC=gfortran
CC=gcc \
FC=gfortran \
FFLAGS=-fallow-argument-mismatch \
FCFLAGS=-fallow-argument-mismatch
make -s LIBTOOLFLAGS=--silent V=1 -j 4 install > qout 2>&1
make -s -j 4 distclean >> qout 2>&1
- name: Build PnetCDF
Expand Down

0 comments on commit 0426233

Please sign in to comment.