From fc82e330574ed1e223416990cfdb5d417916b293 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Mon, 15 Aug 2022 12:50:27 +0000 Subject: [PATCH] makefile now uses relative directories --- leafres/testrun/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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:\