Add -fallow-argument-mismatch for new fortran compatibility
This commit is contained in:
@@ -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 = ../..
|
||||||
|
|||||||
Reference in New Issue
Block a user