>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
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
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
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