changeset 68:1f04bce6ead7 default tip

use basefile instead of transferfile, and remove cleanup: belt and braces wrt lossage of sac_schemes.py in 15% of 1000_k3, this as used in a_2
author Henry S. Thompson <ht@markup.co.uk>
date Thu, 04 Jun 2020 20:44:44 +0000
parents 13182e98a1ab
children
files master/src/wecu/run_sac.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/master/src/wecu/run_sac.sh	Thu Jun 04 17:58:10 2020 +0000
+++ b/master/src/wecu/run_sac.sh	Thu Jun 04 20:44:44 2020 +0000
@@ -94,13 +94,13 @@
     --joblog parlog.txt \
     --sshloginfile $hosts \
     --retries 3 \
-    --transferfile $(which $mapper|sed 's/\(^.*\/\)/\1.\//') \
+    --basefile $(which $mapper|sed 's/\(^.*\/\)/\1.\//') \
     --will-cite \
     --jobs $cores \
     --workdir $wd \
     -a input_paths \
     --env worker --env tryread --env lrand \
-    --return 'logs/{#}_log' --return 'res/{#}.tsv' --cleanup \
+    --return 'logs/{#}_log' --return 'res/{#}.tsv' \
     worker '{}' '{#}' "$mapper" "$filter" "$keyHandler" "$@"
 res=$?
 echo reducing... $(date) pres=$res 1>&2