Re: [OMPI users] where is mpif.h ?

2008-09-24 Thread Jeff Squyres
On Sep 24, 2008, at 10:47 AM, Shafagh Jafer wrote: Yes, I am using the wrapper compilers. But in my simulator Makefile.common I am including the files from gcc and g++. Please see my attached makefile. I am also attaching my previouse Makefile.common which I was MPICH instead of openmpi.

Re: [OMPI users] where is mpif.h ?

2008-09-24 Thread Shafagh Jafer
: Jeff Squyres <jsquy...@cisco.com> Subject: Re: [OMPI users] where is mpif.h ? To: "Open MPI Users" <us...@open-mpi.org> List-Post: users@lists.open-mpi.org Date: Wednesday, September 24, 2008, 5:14 AM On Sep 24, 2008, at 12:15 AM, Shafagh Jafer wrote: > Ok now after i have

Re: [OMPI users] where is mpif.h ?

2008-09-24 Thread Jeff Squyres
On Sep 24, 2008, at 12:15 AM, Shafagh Jafer wrote: Ok now after i have made sure that my code acutally goes and includes the mpi.h from openmpi and not mpich, now I get really wierd errors. Below I will paste my mpic++ configurations from -- showme and the errors i gert from running my

Re: [OMPI users] where is mpif.h ?

2008-09-24 Thread Shafagh Jafer
.h: At top level: ... === --- On Tue, 9/23/08, Jeff Squyres <jsquy...@cisco.com> wrote: From: Jeff Squyres <jsquy...@cisco.com> Subject: Re: [OMPI users] where is mpif.h ? To: "Open MPI Users" <us...@open-mpi.org> List-Post: users@lists.open-mpi.org Date:

Re: [OMPI users] where is mpif.h ?

2008-09-23 Thread Jeff Squyres
wrote: From: Jeff Squyres <jsquy...@cisco.com> Subject: Re: [OMPI users] where is mpif.h ? To: "Open MPI Users" <us...@open-mpi.org> Date: Tuesday, September 23, 2008, 5:11 AM It actually is expected behavior. Open MPI's wrappers do not automatically add -I for /usr/incl

Re: [OMPI users] where is mpif.h ?

2008-09-23 Thread Shafagh Jafer
In mpic++_wrapper-data.txt what do the following statments mean and where do they exactly point to??   -- includedir=${includedir} libdir=${libdir} -- --- On Tue, 9/23/08, Jeff Squyres <jsquy...@cisco.com> wrote: From: Jeff Squyres <jsquy...@cisco.com> Subject: Re:

Re: [OMPI users] where is mpif.h ?

2008-09-23 Thread Jed Brown
On Tue 2008-09-23 08:50, Simon Hammond wrote: > Yes, it should be there. Shouldn't the path be automatically included by the mpif77 wrapper? I ran into this problem when building BLACS (my default OpenMPI 1.2.7 lives in /usr, MPICH2 is at /opt/mpich2). The build tries $ /usr/bin/mpif90 -c

Re: [OMPI users] where is mpif.h ?

2008-09-23 Thread Simon Hammond
Yes, it should be there. Have you configured OpenMPI with Fortran during the build? Si Hammond High Performance Systems Group University of Warwick Coventry, UK 2008/9/23 Shafagh Jafer : > Does openmpi have any "mpif.h" ?? if yes, where? in openmpi_dir/include ??!! > >

[OMPI users] where is mpif.h ?

2008-09-23 Thread Shafagh Jafer
Does openmpi have any "mpif.h" ?? if yes, where? in openmpi_dir/include ??!!