Add -fallow-argument-mismatch for new fortran compatibility
This commit is contained in:
@@ -6,7 +6,7 @@ ALL = piscal
|
||||
# compiler options
|
||||
FF = mpif90
|
||||
#FOPTS = -g -C
|
||||
FOPTS = -g
|
||||
FOPTS = -g -fallow-argument-mismatch
|
||||
|
||||
#Base directory
|
||||
BASEDIR = ../..
|
||||
|
||||
Reference in New Issue
Block a user