summaryrefslogtreecommitdiff
path: root/TS
diff options
context:
space:
mode:
Diffstat (limited to 'TS')
-rwxr-xr-xTS/baselines/cpu/run.sh2
-rwxr-xr-xTS/run-paper-strong-full.sh4
-rwxr-xr-xTS/run-paper-strong-rank.sh4
3 files changed, 6 insertions, 4 deletions
diff --git a/TS/baselines/cpu/run.sh b/TS/baselines/cpu/run.sh
index f69f63f..aacce32 100755
--- a/TS/baselines/cpu/run.sh
+++ b/TS/baselines/cpu/run.sh
@@ -13,11 +13,13 @@ echo "Started at $(date)"
echo "Revision $(git describe --always)"
# input size depends on file -> strong scaling only
+# arguments taken from README / launch.sh
make -B
for i in $(seq 1 10); do
for nr_threads in 88 64 44 1 2 4 6 8 12 16 20 24 32; do
OMP_NUM_THREADS=${nr_threads} timeout --foreground -k 1m 60m ./streamp_openmp inputs/randomlist33M.txt 256 || true
+ sleep 10
done
done
) | tee "${HOST}-explore.txt"
diff --git a/TS/run-paper-strong-full.sh b/TS/run-paper-strong-full.sh
index f1829c1..bb87a93 100755
--- a/TS/run-paper-strong-full.sh
+++ b/TS/run-paper-strong-full.sh
@@ -14,8 +14,8 @@ echo "prim-benchmarks TS strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-# 2544 is not part of upstream
-for nr_dpus in 2544 256 512 1024 2048; do
+# >2048 is not part of upstream
+for nr_dpus in 2543 2304 256 512 1024 2048; do
for nr_tasklets in 1 2 4 8 16; do
echo
# upstream code did not respect $BL in the makefile and used 256B (BL=8) instead.
diff --git a/TS/run-paper-strong-rank.sh b/TS/run-paper-strong-rank.sh
index 72cbff0..58ad641 100755
--- a/TS/run-paper-strong-rank.sh
+++ b/TS/run-paper-strong-rank.sh
@@ -14,8 +14,8 @@ echo "prim-benchmarks TS strong-rank (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-# 256 and 512 are not part of upstream config space
-for nr_dpus in 512 256 1 4 16 64; do
+# >64 are not part of upstream config space
+for nr_dpus in 128 1 4 16 64; do
for nr_tasklets in 1 2 4 8 16; do
echo
# upstream code did not respect $BL in the makefile and used 256B (BL=8) instead.