From 6d25badce5b5503cbd9162b6e930eb86262e4b29 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 19 Nov 2020 05:58:39 -0800 Subject: [PATCH] Hack - may revert this in future --- benchmarks/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am index 9d9f1a3e..7733e82e 100644 --- a/benchmarks/Makefile.am +++ b/benchmarks/Makefile.am @@ -4,4 +4,10 @@ bench-local: all ./Benchmark_su3 ./Benchmark_memory_bandwidth ./Benchmark_wilson - ./Benchmark_dwf --dslash-unroll \ No newline at end of file + ./Benchmark_dwf --dslash-unroll + +OBJECTS=$(shell find ../Grid/ -name '*.o') + +Benchmark_dwf_fp32.nolib: Benchmark_dwf_fp32.o + $(CXXLINK) Benchmark_dwf_fp32.o $(OBJECTS) $(LIBS) +