makefile now uses relative directories

This commit is contained in:
2022-08-15 12:50:27 +00:00
parent 2d39dd5b6a
commit fc82e33057
+3 -2
View File
@@ -1,6 +1,7 @@
# This is the makefile for piscal # This is the makefile for piscal
# name of executable # name of executable
ALL = mpipiscal ALL = piscal
#mpipiscal
# compiler options # compiler options
FF = mpif90 FF = mpif90
@@ -8,7 +9,7 @@ FF = mpif90
FOPTS = -g FOPTS = -g
#Base directory #Base directory
BASEDIR = /home/piscaladmin BASEDIR = ../..
VPATH =$(BASEDIR)/leafres/testarea:\ VPATH =$(BASEDIR)/leafres/testarea:\
$(BASEDIR)/dataassim/math/optimization:\ $(BASEDIR)/dataassim/math/optimization:\