Add -fallow-argument-mismatch for new fortran compatibility

This commit is contained in:
2022-08-15 09:08:46 -04:00
parent faa3f4b6cb
commit 78eb7147d0
+1 -1
View File
@@ -6,7 +6,7 @@ ALL = piscal
# compiler options # compiler options
FF = mpif90 FF = mpif90
#FOPTS = -g -C #FOPTS = -g -C
FOPTS = -g FOPTS = -g -fallow-argument-mismatch
#Base directory #Base directory
BASEDIR = ../.. BASEDIR = ../..