From a0f21c719419ebd316648a39ff4d838df0f895a1 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 15 Dec 2023 15:28:07 +0100 Subject: ... oops --- Microbenchmarks/MRAM-Latency/run-transfer.sh | 2 +- Microbenchmarks/WRAM/run-transfer.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Microbenchmarks') diff --git a/Microbenchmarks/MRAM-Latency/run-transfer.sh b/Microbenchmarks/MRAM-Latency/run-transfer.sh index c11eb06..9e80b6e 100755 --- a/Microbenchmarks/MRAM-Latency/run-transfer.sh +++ b/Microbenchmarks/MRAM-Latency/run-transfer.sh @@ -29,5 +29,5 @@ for ndpu in 1 4 8 16 32 48 64; do done echo "Completed at $(date)" ) | tee "log-$(hostname).txt" -rm -f "log-$(hostname).txt" +rm -f "log-$(hostname).txt.xz" xz -v -9 -M 800M "log-$(hostname).txt" diff --git a/Microbenchmarks/WRAM/run-transfer.sh b/Microbenchmarks/WRAM/run-transfer.sh index c707fbe..784b3ac 100755 --- a/Microbenchmarks/WRAM/run-transfer.sh +++ b/Microbenchmarks/WRAM/run-transfer.sh @@ -30,7 +30,7 @@ for ndpu in 1 4 8 16 32 48 64 128 256; do done echo "Completed at $(date)" ) | tee "log-$(hostname)-wram.txt" -rm -f "log-$(hostname)-wram.txt" +rm -f "log-$(hostname)-wram.txt.xz" xz -v -9 -M 800M "log-$(hostname)-wram.txt" ( @@ -52,5 +52,5 @@ for ndpu in 1 4 8 16 32 48 64 128 256; do done echo "Completed at $(date)" ) | tee "log-$(hostname)-mram.txt" -rm -f "log-$(hostname)-mram.txt" +rm -f "log-$(hostname)-mram.txt.xz" xz -v -9 -M 800M "log-$(hostname)-mramd.txt" -- cgit v1.2.3