problems with cclm runs – in #9: CCLM

in #9: CCLM

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

  @burkhardtrockel in #450d425

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

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