problems with cclm runs – in #9: CCLM

in #9: CCLM

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

  @burkhardtrockel in #450d425

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

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