Mercurial > hg > cc > cirrus_work
diff bin/_runme.sh @ 364:bd931adc820b plus
working on new shrunk cdb en- and de-coding
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Tue, 07 Apr 2026 15:04:09 +0100 |
| parents | d921f4a569d8 |
| children | c5b4f3e9f909 |
line wrap: on
line diff
--- a/bin/_runme.sh Thu Mar 26 17:27:53 2026 +0000 +++ b/bin/_runme.sh Tue Apr 07 15:04:09 2026 +0100 @@ -11,12 +11,12 @@ node=$SLURM_NODEID task=$SLURM_PROCID -# Following has been removed from service for now... +# Not working if [ "$1" = "-a" ] then shift xarg="$1" - xa="run $1 " + xa="job $1 " shift else xarg= @@ -43,10 +43,10 @@ pjobs=$((c / $threadsPerJob)) -echo $(date) ${xa}task $n.$task on $nodename:$N.$node start $pjobs jobs 1>&2 +echo $(date) ${xa}task $n.$task on $nodename:$N.$node start $pjobs 1>&2 PATH=$W/$USER/bin:$W/shared/bin:$PATH -export task PATH n node xarg +export task PATH n node #xarg if [ "$1" = "-b" ] then @@ -74,7 +74,7 @@ doit () { arg="$1" i="$2" - echo $(date) start $task $i "|$node|$arg|" + echo $(date) start $task $i "|$node|$arg|" # |$xarg eval "$cmd" echo $(date) end $task $i }
