From a27736998b1326f8bdf927b6f856d0592269a895 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 1 Jun 2023 15:27:02 +0200 Subject: BFS: update dfatool port; add eval scripts --- BFS/baselines/cpu/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BFS/baselines/cpu/Makefile') diff --git a/BFS/baselines/cpu/Makefile b/BFS/baselines/cpu/Makefile index 1b1d57c..6f082b1 100644 --- a/BFS/baselines/cpu/Makefile +++ b/BFS/baselines/cpu/Makefile @@ -10,6 +10,8 @@ bfs_O0: app.c bfs_O2: app.c gcc -O2 -o bfs_O2 -fopenmp app.c +# each bfs invocation performs 100 iterations + .PHONY: run run: bfs ./bfs -f ../../data/loc-gowalla_edges.txt -- cgit v1.2.3