summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBFS/run-paper-strong-full.sh3
-rwxr-xr-xBFS/run-paper-strong-rank.sh2
-rwxr-xr-xBS/run-paper-strong-full.sh3
-rwxr-xr-xGEMV/run-paper-strong-full.sh3
-rwxr-xr-xHST-S/run-paper-strong-full.sh3
-rwxr-xr-xSCAN-RSS/run-paper-strong-full.sh3
-rwxr-xr-xSEL/run-paper-strong-full.sh3
-rwxr-xr-xSpMV/run-paper-strong-full.sh11
-rwxr-xr-xTS/run-paper-strong-full.sh3
-rwxr-xr-xUNI/run-paper-strong-full.sh8
10 files changed, 30 insertions, 12 deletions
diff --git a/BFS/run-paper-strong-full.sh b/BFS/run-paper-strong-full.sh
index 8d64d63..e00a4d5 100755
--- a/BFS/run-paper-strong-full.sh
+++ b/BFS/run-paper-strong-full.sh
@@ -8,7 +8,8 @@ echo "prim-benchmarks BFS strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 256 512 1024 2048; do
+# 2544 are not part of upstream
+for nr_dpus in 2544 256 512 1024 2048; do
for nr_tasklets in 1 2 4 8 16; do
echo
if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} verbose=1; then
diff --git a/BFS/run-paper-strong-rank.sh b/BFS/run-paper-strong-rank.sh
index 0b20323..bd6d460 100755
--- a/BFS/run-paper-strong-rank.sh
+++ b/BFS/run-paper-strong-rank.sh
@@ -8,7 +8,7 @@ echo "prim-benchmarks BFS strong-rank (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-# 256 and 512 are not part of upstream
+# >= 256 are not part of upstream
for nr_dpus in 256 512 1 4 16 64; do
for nr_tasklets in 1 2 4 8 16; do
echo
diff --git a/BS/run-paper-strong-full.sh b/BS/run-paper-strong-full.sh
index a5195f9..610a6ff 100755
--- a/BS/run-paper-strong-full.sh
+++ b/BS/run-paper-strong-full.sh
@@ -14,7 +14,8 @@ echo "prim-benchmarks BS strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 256 512 1024 2048; do
+# 2544 is not part of uptsream
+for nr_dpus in 2544 256 512 1024 2048; do
for nr_tasklets in 1 2 4 8 16; do
echo
if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10 verbose=1; then
diff --git a/GEMV/run-paper-strong-full.sh b/GEMV/run-paper-strong-full.sh
index 735b89a..8e0be2a 100755
--- a/GEMV/run-paper-strong-full.sh
+++ b/GEMV/run-paper-strong-full.sh
@@ -8,7 +8,8 @@ echo "prim-benchmarks GEMV strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 256 512 1024 2048; do
+# 2544 is not part of upstream
+for nr_dpus in 2544 256 512 1024 2048; do
for nr_tasklets in 1 2 4 8 16; do
echo
if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10 verbose=1; then
diff --git a/HST-S/run-paper-strong-full.sh b/HST-S/run-paper-strong-full.sh
index 3706585..d55f9db 100755
--- a/HST-S/run-paper-strong-full.sh
+++ b/HST-S/run-paper-strong-full.sh
@@ -8,7 +8,8 @@ echo "prim-benchmarks HST-S strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 256 512 1024 2048; do
+# 2544 is not part of upstream
+for nr_dpus in 2544 256 512 1024 2048; do
for nr_tasklets in 1 2 4 8 16; do
echo
if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10 verbose=1; then
diff --git a/SCAN-RSS/run-paper-strong-full.sh b/SCAN-RSS/run-paper-strong-full.sh
index c418eeb..755f0b2 100755
--- a/SCAN-RSS/run-paper-strong-full.sh
+++ b/SCAN-RSS/run-paper-strong-full.sh
@@ -8,7 +8,8 @@ echo "prim-benchmarks SCAN-RSS strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 256 512 1024 2048; do
+# 2544 is not part of upstream
+for nr_dpus in 2544 256 512 1024 2048; do
for nr_tasklets in 1 2 4 8 16; do
echo
if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10 verbose=1; then
diff --git a/SEL/run-paper-strong-full.sh b/SEL/run-paper-strong-full.sh
index cc1a99d..2a35e55 100755
--- a/SEL/run-paper-strong-full.sh
+++ b/SEL/run-paper-strong-full.sh
@@ -14,7 +14,8 @@ echo "prim-benchmarks UNI strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 256 512 1024 2048; do
+# 2544 is not in upstream
+for nr_dpus in 2544 256 512 1024 2048; do
for nr_tasklets in 1 2 4 8 16; do
echo
if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10; then
diff --git a/SpMV/run-paper-strong-full.sh b/SpMV/run-paper-strong-full.sh
index 21f3d25..e4d7260 100755
--- a/SpMV/run-paper-strong-full.sh
+++ b/SpMV/run-paper-strong-full.sh
@@ -8,15 +8,22 @@ echo "prim-benchmarks SpMV strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 256 512 1024 2048; do
+cd data/generate
+./replicate ../bcsstk30.mtx 64 ../bcsstk30.mtx.64.mtx
+cd ../..
+
+# 2544 is not in upstream
+for nr_dpus in 2544 256 512 1024 2048; do
for nr_tasklets in 1 2 4 8 16; do
echo
if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} verbose=1; then
# repetition is not part of upstream setup
for i in `seq 1 50`; do
- timeout --foreground -k 1m 3m bin/host_code -v 0 || true
+ timeout --foreground -k 1m 3m bin/host_code -v 0 -f data/bcsstk30.mtx.64.mtx || true
done
fi
done
done
) | tee log-paper-strong-full.txt
+
+rm -f data/bcsstk30.mtx.64.mtx
diff --git a/TS/run-paper-strong-full.sh b/TS/run-paper-strong-full.sh
index 029ea4f..f1829c1 100755
--- a/TS/run-paper-strong-full.sh
+++ b/TS/run-paper-strong-full.sh
@@ -14,7 +14,8 @@ echo "prim-benchmarks TS strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 256 512 1024 2048; do
+# 2544 is not part of upstream
+for nr_dpus in 2544 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/UNI/run-paper-strong-full.sh b/UNI/run-paper-strong-full.sh
index 9e5ac97..a9f3597 100755
--- a/UNI/run-paper-strong-full.sh
+++ b/UNI/run-paper-strong-full.sh
@@ -8,15 +8,19 @@ set -e
# -e: number of timed iterations
# -i; ignored, always uses 262144 elements
+(
+
echo "prim-benchmarks UNI strong-full (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 256 512 1024 2048; do
+# 2544 is not part of upstream
+for nr_dpus in 2544 256 512 1024 2048; do
for nr_tasklets in 1 2 4 8 16; do
echo
if make -B NR_DPUS=${nr_dpus} NR_TASKLETS=${nr_tasklets} BL=10; then
timeout --foreground -k 1m 30m bin/host_code -w 0 -e 100 -i 251658240 -x 1 || true
fi
done
-done | tee log-paper-strong-full.txt
+done
+) | tee log-paper-strong-full.txt