summaryrefslogtreecommitdiff
path: root/Microbenchmarks
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2023-12-15 14:45:33 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2023-12-15 14:45:33 +0100
commit1e4425961d2a8ab1ec2504276dd2029a9092385c (patch)
treed10d93be089d3783643c0814335e8ba8a43fdbef /Microbenchmarks
parentb58839b84fc85465bcb62b6e73ec35900e83da11 (diff)
nit
Diffstat (limited to 'Microbenchmarks')
-rwxr-xr-xMicrobenchmarks/MRAM-Latency/run-transfer.sh3
1 files changed, 2 insertions, 1 deletions
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"