Mercurial > hg > cc > cirrus_work
changeset 295:a63f9c2de887
still hacking var bindings...
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Wed, 23 Apr 2025 11:03:48 +0100 |
| parents | cc2945816b75 |
| children | 9608fe0628b0 |
| files | bin/_runme.sh |
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 }
