From 7e0597a2ddb2d07ff7b72a6fa47245774e04f964 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 2 Jun 2023 15:27:22 +0200 Subject: port HST-S to dfatool --- HST-S/run-paper-strong-full.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 HST-S/run-paper-strong-full.sh (limited to 'HST-S/run-paper-strong-full.sh') diff --git a/HST-S/run-paper-strong-full.sh b/HST-S/run-paper-strong-full.sh new file mode 100755 index 0000000..3706585 --- /dev/null +++ b/HST-S/run-paper-strong-full.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +set -e + +( + +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 + 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 + timeout --foreground -k 1m 30m bin/host_code -w 0 -e 100 -b 256 -x 2 || true + fi + done +done +) | tee log-paper-strong-full.txt -- cgit v1.2.3