Re: [OMPI users] Compile WRFV2.2 with OpenMPI

2007-04-27 Thread Daniel Gruner
>From Jiming's error messages, it seems that he is using 1.1 libraries and header files, while supposedly compiling for ompi 1.2, therefore causing undefined stuff. Am I wrong in this assessment? Daniel On Fri, Apr 27, 2007 at 08:03:34AM -0400, Jeff Squyres wrote: > This is quite odd; we have

Re: [OMPI users] Compile WRFV2.2 with OpenMPI

2007-04-27 Thread Jeff Squyres
This is quite odd; we have tested OMPI 1.1.x with the intel compilers quite a bit. In particular, it seems to be complaining about MPI_Fint and MPI_Comm, but these two types should have been typedef'ed earlier in mpi.h. Can you send along the information listed on the "Getting Help" page

Re: [OMPI users] Compile WRFV2.2 with OpenMPI

2007-04-27 Thread Jeff Squyres
This is quite odd; we have tested OMPI 1.1.x with the intel compilers quite a bit. In particular, it seems to be complaining about MPI_Fint and MPI_Comm, but these two types should have been typedef'ed earlier in mpi.h. Can you send along the information listed on the "Getting Help" page