[RegCNET] another question about parallel running
XUNQIANG BI
bixq at ictp.it
Mon Nov 6 15:16:23 CET 2006
Hi, Yang Yawei:
On Mon, 6 Nov 2006, ywyang wrote:
> Hi,everyone!
> I am trying to run in parallel RegCM3 too. I have install MPICH and in Main directory I changed the path in Makefile_CL2 according my install path.But when make,there is a error message as following:
>
> [ywyang at node3 Main]$ ln Makefile_CL2 Makefile
> [ywyang at node3 Main]$ make
> /home01/ywyang/mpich/bin/mpif90 -L/usr/gm/lib -convert big_endian -c -o aermix.
> pgf90-warning-Extraneous argument for option ignored -c
I haven't found the full solution for you, but I found two errors:
1. remove the -L/usr/gm/lib in your Makefile, I don't think you
have the same library.
2. In Makefile_CL2, the mpif90 we used is derived from IFC version 8.0
(ifort), but you are using pgf90, So you should replace
-convert big_endian
with
-byteswapio
Regards,
Bi Xunqiang
More information about the RegCNET
mailing list