The
CCLM
run seems to be OK, but the next
subchain
command was not executed:
more sp001_wk/joblogs/cclm/cclm_sp001_1980_01.o%j
/opt/tsce/share/cu100/mom_priv/jobs/6911.mu01.SC: line 309: subchain: command not found
Can’t find file /lustre/home/uon_schinyoka/.vnc/mu01:81.pid
You’ll have to kill the Xvnc process manually
I guess you need to put a
./
before your subchain command.
Therefore please change in
cclm.job.tmpl
“@subchain arch@” to “@./subchain arch@“
and
in
arch.job.tmpl
“@subchain post@” to “@./subchain post@” and “@subchain cclm”@ to “@./subchain cclm@“
In
prep.job.tmpl
and
int2lm.job.tmpl
this is already OK.
After that you may either try a
subchain arch
or start clean again with
subchain clean subchain start
Push notifications in your browser are not yet configured.
The CCLM run seems to be OK, but the next
subchain
command was not executed:Can’t find file /lustre/home/uon_schinyoka/.vnc/mu01:81.pid
You’ll have to kill the Xvnc process manually
I guess you need to put a
./
before your subchain command.Therefore please change in
cclm.job.tmpl
“@subchain arch@” to “@./subchain arch@“and
in
arch.job.tmpl
“@subchain post@” to “@./subchain post@” and “@subchain cclm”@ to “@./subchain cclm@“In
prep.job.tmpl
andint2lm.job.tmpl
this is already OK.After that you may either try a
or start clean again with