# HG changeset patch # User Henry S. Thompson # Date 1745402628 -3600 # Node ID a63f9c2de887f9f817b3650607f188163ddeb9ba # Parent cc2945816b7584978f610f2c21a00a8da54abed8 still hacking var bindings... diff -r cc2945816b75 -r a63f9c2de887 bin/_runme.sh --- a/bin/_runme.sh Tue Apr 22 14:32:07 2025 +0100 +++ b/bin/_runme.sh Wed Apr 23 11:03:48 2025 +0100 @@ -11,6 +11,7 @@ node=$SLURM_NODEID task=$SLURM_PROCID +# Following has been removed from service for now... if [ "$1" = "-a" ] then shift @@ -45,7 +46,7 @@ echo $(date) ${xa}task $n.$task on $nodename:$N.$node start $pjobs jobs 1>&2 PATH=$W/$USER/bin:$W/shared/bin:$PATH -export task PATH n xarg +export task PATH n node #xarg if [ "$1" = "-b" ] then @@ -73,7 +74,7 @@ doit () { arg="$1" i="$2" - echo $(date) start $task $i "|$xarg|$arg|" + echo $(date) start $task $i "|$node|$arg|" eval "$cmd" echo $(date) end $task $i }