summaryrefslogtreecommitdiff
path: root/BFS/baselines/cpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BFS/baselines/cpu/Makefile')
-rw-r--r--BFS/baselines/cpu/Makefile2
1 files changed, 2 insertions, 0 deletions
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