diff options
Diffstat (limited to 'Microbenchmarks/CPU-DPU/run-transfer-idle.sh')
-rwxr-xr-x | Microbenchmarks/CPU-DPU/run-transfer-idle.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Microbenchmarks/CPU-DPU/run-transfer-idle.sh b/Microbenchmarks/CPU-DPU/run-transfer-idle.sh index 58751c7..dcbde5d 100755 --- a/Microbenchmarks/CPU-DPU/run-transfer-idle.sh +++ b/Microbenchmarks/CPU-DPU/run-transfer-idle.sh @@ -1,9 +1,9 @@ #!/bin/sh -ts="$(date +%Y%m%d)" - mkdir -p "$(hostname)-transfer" -./run-transfer-rank.sh | tee "$(hostname)-transfer/${ts}-idle.txt" +ts="$(date +%Y%m%d)" + +./run-transfer.sh | tee "$(hostname)-transfer/${ts}-idle.txt" xz -f -v -9 -M 800M "$(hostname)-transfer/${ts}-idle.txt" |