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

[OMPI users] Compile WRFV2.2 with OpenMPI

2007-04-26 Thread Jiming Jin
Dear Users: I have been trying to use the intel ifort and icc compilers to compile an atmospheric model called the Weather Research & Forecasting model (WRFV2.2) on a Linux Cluster (x86_64) using Open- MPI v1.2 that were also compiled with INTEL ICC. However, I got a lot of error messag