summaryrefslogtreecommitdiff
path: root/TRNS/run.sh
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2023-12-05 15:13:39 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2023-12-05 15:13:39 +0100
commit8834dec80ce31b44bcc280453f761c5be3fd7116 (patch)
tree993232782538c2b6ebb6b3f15c380ded02f734c0 /TRNS/run.sh
parentce2605e690ce9d4bf3cd43e4f1959200ea406a51 (diff)
TRNS: updated and extended benchmark scripts
Diffstat (limited to 'TRNS/run.sh')
-rwxr-xr-xTRNS/run.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/TRNS/run.sh b/TRNS/run.sh
index ef6f71e..8d574a9 100755
--- a/TRNS/run.sh
+++ b/TRNS/run.sh
@@ -14,8 +14,8 @@ echo "prim-benchmarks TRNS (dfatool edition)"
echo "Started at $(date)"
echo "Revision $(git describe --always)"
-for nr_dpus in 1 4 8 16 32 64 128 256 512 768 1024 1536 2048; do
- for nr_tasklets in 8 12 16 20 24; do
+for nr_dpus in 2542 2304 1 4 8 16 32 64 128 256 512 768 1024 1536 2048; do
+ for nr_tasklets in 8 12 16; do
# 12288 run-paper-weak, run-paper-strong-full
for i in 12288; do
echo
@@ -26,4 +26,7 @@ for nr_dpus in 1 4 8 16 32 64 128 256 512 768 1024 1536 2048; do
done
done
done
+
+echo "Completed at $(date)"
+
) | tee "log-$(hostname).txt"