makefile now uses relative directories
This commit is contained in:
@@ -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:\
|
||||||
|
|||||||
Reference in New Issue
Block a user