From 1e4425961d2a8ab1ec2504276dd2029a9092385c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 15 Dec 2023 14:45:33 +0100 Subject: nit --- Microbenchmarks/MRAM-Latency/run-transfer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Microbenchmarks') diff --git a/Microbenchmarks/MRAM-Latency/run-transfer.sh b/Microbenchmarks/MRAM-Latency/run-transfer.sh index f4b8e08..c11eb06 100755 --- a/Microbenchmarks/MRAM-Latency/run-transfer.sh +++ b/Microbenchmarks/MRAM-Latency/run-transfer.sh @@ -22,11 +22,12 @@ for ndpu in 1 4 8 16 32 48 64; do for ntask in 1 2 4 8 12 16 20; do for bl in 4 5 6 7 8 9 10 11; do if make -B NR_DPUS=$ndpu NR_TASKLETS=$ntask BL=$bl; then - bin/host_code -w 0 -e 100 || true + bin/host_code -w 0 -e 50 || true fi done done done echo "Completed at $(date)" ) | tee "log-$(hostname).txt" +rm -f "log-$(hostname).txt" xz -v -9 -M 800M "log-$(hostname).txt" -- cgit v1.2.3