summaryrefslogtreecommitdiff
path: root/BFS/baselines
diff options
context:
space:
mode:
Diffstat (limited to 'BFS/baselines')
-rwxr-xr-xBFS/baselines/cpu/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/BFS/baselines/cpu/run.sh b/BFS/baselines/cpu/run.sh
index 1fe82e9..4174fc3 100755
--- a/BFS/baselines/cpu/run.sh
+++ b/BFS/baselines/cpu/run.sh
@@ -8,6 +8,8 @@ echo "Revision $(git describe --always)"
# default threads: 4
+# input size depends on file -> strong scaling only
+
make
for nr_threads in 1 2 4 6 8 12 16 20 24 32; do
for f in loc-gowalla_edges roadNet-CA; do