diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-04 15:24:08 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-04 15:24:08 +0200 |
commit | 308d09c666faa489398236f140fdfd7db24ed7d4 (patch) | |
tree | 48e28993f5306cfe07695c31e7a5085409e29944 /VA/dimes-hetsim-nmc.sh | |
parent | 8f6a2cdecc182906300a3362112304d7ad3dfc0e (diff) |
VA: write directly to output; no tee
Diffstat (limited to 'VA/dimes-hetsim-nmc.sh')
-rwxr-xr-x | VA/dimes-hetsim-nmc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |