# HG changeset patch # User Henry S. Thompson # Date 1591303484 0 # Node ID 1f04bce6ead7198e3f7231e896b05e807190b5f7 # Parent 13182e98a1ab4b23cdd06365ac15cf7e0537bf4b 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 diff -r 13182e98a1ab -r 1f04bce6ead7 master/src/wecu/run_sac.sh --- 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