You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes- this option is needed on newer versions of gfortran. Older
versions do not support this option. There is nothing wrong with
the WARP3D source code in passing arguments.
Maybe add -fallow-argument-mismatch to FCOPTS as the following:
$(FTRAP) $ (INLINE) -fallow-argument-mismatch -J$(ODIR)
FCOPTS = -O3 $(MACHINE_TYPE) -m64 -fbacktrace -ffixed-form
-fcray-pointer -fopenmp -fdec -cpp -Wno-argument-mismatch
The text was updated successfully, but these errors were encountered: