diff --git a/leafres/testrun/Makefile b/leafres/testrun/Makefile index bb3c27e..b6149a8 100644 --- a/leafres/testrun/Makefile +++ b/leafres/testrun/Makefile @@ -1,6 +1,7 @@ # This is the makefile for piscal # name of executable -ALL = mpipiscal +ALL = piscal +#mpipiscal # compiler options FF = mpif90 @@ -8,7 +9,7 @@ FF = mpif90 FOPTS = -g #Base directory -BASEDIR = /home/piscaladmin +BASEDIR = ../.. VPATH =$(BASEDIR)/leafres/testarea:\ $(BASEDIR)/dataassim/math/optimization:\