[MITgcm-devel] testreport and cross compiling
Ed Hill
ed at eh3.com
Fri Feb 8 12:19:49 EST 2008
On Fri, 8 Feb 2008 18:07:45 +0100 Martin Losch wrote:
> This is what I do for a workaround for the qsub -W block=true option
> of PBS:
> ./testreport .... -command runit
> where runit is a script that like this:
> #!/bin/sh
> qsub job_script
> while [ ! -ef output.txt ]
> do
> sleep 10
> done
>
> and job_script
> #NQS ....
> ./mpirun -np 2 ./mitgcmuv
> cp STDOUT.0000 output.txt
>
> This actually works now, but I have problems with the comparison
> code and the mpack build.
Hi Martin,
Just out of curiosity, what architecture (i386, x86_64, IA64, ?) is
the "head" node running for your SX-6 machine?
To build mpack and the comparison code you could use a different C
compiler (one that targets the "head node" architecture) and then
you'll have all the needed tools...
Ed
--
Edward H. Hill III, PhD | ed at eh3.com | http://eh3.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mitgcm.org/pipermail/mitgcm-devel/attachments/20080208/27b2c859/attachment.sig>
More information about the MITgcm-devel
mailing list