Updates for gfortran 11
This commit is contained in:
+12
-10
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user