From 78eb7147d014a6ac922ec7928ed17d65ff5e7af4 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Mon, 15 Aug 2022 09:08:46 -0400 Subject: [PATCH] Add -fallow-argument-mismatch for new fortran compatibility --- leafres/testrun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leafres/testrun/Makefile b/leafres/testrun/Makefile index b6149a8..189af25 100644 --- a/leafres/testrun/Makefile +++ b/leafres/testrun/Makefile @@ -6,7 +6,7 @@ ALL = piscal # compiler options FF = mpif90 #FOPTS = -g -C -FOPTS = -g +FOPTS = -g -fallow-argument-mismatch #Base directory BASEDIR = ../..