[MITgcm-devel] sx8 latest testing
Jean-Michel Campin
jmc at ocean.mit.edu
Sat Jan 16 16:20:39 EST 2010
Martin,
> 2. I am trying to install a testreport on our new ibm-p6 (successor of the edvir).
> I am having this problem: I cannot compile in the queue, because the compute nodes do
> not have any compilers, so the argument to the -command flat is "llsubmit jobscript".
> This works but testreport does recognize the successfull run, because it looks for
> an "NORMAL END" and "NORMAL END" is not part of "$RUNLOG" (which contains just the
> result of the llsubmit, for example: "llsubmit: The job "iblade1.awi.de.414" has
> been submitted.") Do you have any idea, how I could fix that?
> (I tried -command "llsubmit jobscript && echo NORMAL END" , but somehow the
> shell swallows the second part.)
Can you try in jobscript (assumed in sh/bash) something like:
> mpirun -machinefile ../../mf -v -np 2 ./mitgcmuv > stdout.mpirun 2>&1
> grep 'NORMAL END' stdout.mpirun >> run.log
and then just with -command "llsubmit jobscript".
It works for me, since on both side (testreport & jobscript) we use ">>"
which does not try to remove run.log
Cheers,
Jean-Michel
More information about the MITgcm-devel
mailing list