summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xVA/dimes-hetsim-hbm.sh2
-rwxr-xr-xVA/dimes-hetsim-nmc.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/VA/dimes-hetsim-hbm.sh b/VA/dimes-hetsim-hbm.sh
index b4809dc..4b651c8 100755
--- a/VA/dimes-hetsim-hbm.sh
+++ b/VA/dimes-hetsim-hbm.sh
@@ -34,6 +34,6 @@ parallel -j1 --eta --joblog ${fn}.2.joblog --resume --header : \
::: ram $(seq 0 15) \
::: input_size 167772160
-) | tee ${fn}.txt
+) > ${fn}.txt
xz -f -v -9 -M 800M ${fn}.txt
diff --git a/VA/dimes-hetsim-nmc.sh b/VA/dimes-hetsim-nmc.sh
index 455f369..97aef94 100755
--- a/VA/dimes-hetsim-nmc.sh
+++ b/VA/dimes-hetsim-nmc.sh
@@ -30,7 +30,7 @@ parallel -j1 --eta --joblog ${fn}.joblog --resume --header : \
::: nr_dpus 64 128 256 512 768 1024 1536 2048 2304 \
::: input_size 167772160
-) | tee ${fn}.txt
+) > ${fn}.txt
xz -f -v -9 -M 800M ${fn}.txt
@@ -53,6 +53,6 @@ parallel -j1 --eta --joblog ${fn}.2.joblog --resume --header : \
::: nr_threads 48 64 \
::: input_size 167772160
-) | tee ${fn}.txt
+) > ${fn}.txt
xz -f -v -9 -M 800M ${fn}.txt