From 5c008581ebb873b04e68b38cdec619600b4bcb5d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 25 May 2023 14:01:15 +0200 Subject: Note that BFS only supports strong scaling --- BFS/baselines/cpu/run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BFS/baselines/cpu') 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 -- cgit v1.2.3