[cig-commits] [commit] master: update dirs in tangurnis benchmark Makefile (90b1eef)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 12 12:38:42 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/485a82a477d4e359644ce65c4155a55cdde612d7...7b60f0be040eacf5c8619a8e155331ef57bec890

>---------------------------------------------------------------

commit 90b1eef63c114105b3d2e97f903e001eb0a95e53
Author: Timo Heister <timo.heister at gmail.com>
Date:   Wed May 7 17:10:43 2014 -0400

    update dirs in tangurnis benchmark Makefile


>---------------------------------------------------------------

90b1eef63c114105b3d2e97f903e001eb0a95e53
 benchmark/tangurnis/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmark/tangurnis/Makefile b/benchmark/tangurnis/Makefile
index 36f40af..8b792f6 100644
--- a/benchmark/tangurnis/Makefile
+++ b/benchmark/tangurnis/Makefile
@@ -6,10 +6,10 @@ tala_c: tala_c/vel_8.csv tala_c/vel_16.csv tala_c/vel_32.csv tala_c/vel_64.csv t
 
 
 
-%.csv: ../lib/aspect ba/tan.prm tala/tan.prm tala_c/tan.prm
+%.csv: ../../aspect ba/tan.prm tala/tan.prm tala_c/tan.prm
 	@echo "- generating $@"
 	@cp $(*D)/tan.prm $@temp.prm
 	@ref=`echo $@ | tr -cd '[[:digit:]]' | awk '{print log($$1)/log(2)}'` && (echo  "subsection Mesh refinement"; echo "set Initial global refinement = $$ref ";echo "end";echo "set Output directory=tangurnis/$(*D)") >> $@temp.prm
-	@cd ..; ./lib/aspect tangurnis/$@temp.prm
+	@cd ..; ../aspect tangurnis/$@temp.prm
 	@cd $(*D); rm -f parameters* statistics *temp.prm
 



More information about the CIG-COMMITS mailing list