Updates for gfortran 11

This commit is contained in:
2022-09-16 14:05:42 +00:00
parent 230d1e7050
commit 561e715efd
4 changed files with 59 additions and 55 deletions
+12 -10
View File
@@ -3,19 +3,17 @@
ALL = piscal
# compiler options
FF = mpif90
#FF = mpif90
FF = gfortran
#FOPTS = -g -C
FOPTS = -g
#Base directory
BASEDIR = ../..
VPATH =$(BASEDIR)/leafres/testarea:\
$(BASEDIR)/dataassim/math/optimization:\
$(BASEDIR)/dataassim/math/othersupmath:\
$(BASEDIR)/dataassim/math/algebra:\
$(BASEDIR)/dataassim/math/specialfuncs:\
$(BASEDIR)/dataassim/math/nonlinsystems/
VPATH =/home/l2g/leafres/testarea:\
/home/l2g/dataassim/math/optimization:\
/home/l2g/dataassim/math/othersupmath:\
/home/l2g/dataassim/math/algebra:\
/home/l2g/dataassim/math/specialfuncs:\
/home/l2g/dataassim/math/nonlinsystems/
# Define objects
@@ -37,3 +35,7 @@ $(ALL): $(OBJS)
depend:
/usr/bin/X11/makedepend -- $(CFLAGS) -- $(SRCS)
clean:
rm -f *.o