diff options
-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" |