[MITgcm-devel] sx8 latest testing
Martin Losch
Martin.Losch at awi.de
Sat Jan 16 16:40:47 EST 2010
Hi Jean-Michel,
as you can see, I have managed to get testreport send something useful out (your latest trick did it, somehow I hesitated to hardwire "run.log" into the jobscript). I'll run a full test later tonight and we'll see on sunday if it went through.
"iblade" is short for iblade1.awi.de, it's an IBM POWER 6 with AIX and xlf-compilers. uname -a gives: AIX iblade1 3 5 0007465AD400 powerpc unknown AIX
Martin
On Jan 16, 2010, at 10:20 PM, Jean-Michel Campin wrote:
> 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
>
> _______________________________________________
> MITgcm-devel mailing list
> MITgcm-devel at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-devel
More information about the MITgcm-devel
mailing list