diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-12-15 15:28:07 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2023-12-15 15:28:07 +0100 |
commit | a0f21c719419ebd316648a39ff4d838df0f895a1 (patch) | |
tree | 0161149cff1d019a6bafcbf2cb429732fda1f190 /Microbenchmarks | |
parent | a3e2763c547352544b320aaab626d173680a6a15 (diff) |
... oops
Diffstat (limited to 'Microbenchmarks')
-rwxr-xr-x | Microbenchmarks/MRAM-Latency/run-transfer.sh | 2 | ||||
-rwxr-xr-x | Microbenchmarks/WRAM/run-transfer.sh | 4 |
2 files changed, 3 insertions, 3 deletions
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" |