From: Francis Russell Date: Tue, 7 Aug 2012 17:12:15 +0000 (+0100) Subject: Fix mass matrix benchmark makefile. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=13df199fbc265555eaa36e867ec5711e23c1e08e;p=francis%2Fexcafe_benchmarks.git Fix mass matrix benchmark makefile. --- diff --git a/mass_matrix_2d/Makefile b/mass_matrix_2d/Makefile index 98901c7..2b1e057 100644 --- a/mass_matrix_2d/Makefile +++ b/mass_matrix_2d/Makefile @@ -1,4 +1,6 @@ MAT_TYPE="mass_matrix" +FIELD_RANK="0" + include ../benchmark.mk tractable-benchmarks: benchmark_f1_p1_q1 benchmark_f1_p2_q3 \