Re: [OMPI users] Windows Open MPI question

2012-12-20 Thread Jeff Squyres
Sudhir > Sent: Tuesday, December 18, 2012 1:37 PM > To: 'Open MPI Users' > Subject: RE: [OMPI users] Windows Open MPI question > > Hi > I am getting several Linker errors while doing a build > > Error 194 error LNK2001: unresolved external symbol ompi_mpi_i

Re: [OMPI users] Windows Open MPI question

2012-12-18 Thread Kumar, Sudhir
8, 2012 12:59 PM To: Open MPI Users Subject: Re: [OMPI users] Windows Open MPI question Just curious -- what do you need this struct type for? It's an internal type; you shouldn't need the definition for MPI applications. On Dec 18, 2012, at 12:05 PM, marco atzeri wrote: > On 12

Re: [OMPI users] Windows Open MPI question

2012-12-18 Thread Kumar, Sudhir
PM To: Open MPI Users Subject: Re: [OMPI users] Windows Open MPI question Just curious -- what do you need this struct type for? It's an internal type; you shouldn't need the definition for MPI applications. On Dec 18, 2012, at 12:05 PM, marco atzeri wrote: > On 12/18/2012 5

Re: [OMPI users] Windows Open MPI question

2012-12-18 Thread Jeff Squyres
Just curious -- what do you need this struct type for? It's an internal type; you shouldn't need the definition for MPI applications. On Dec 18, 2012, at 12:05 PM, marco atzeri wrote: > On 12/18/2012 5:49 PM, Kumar, Sudhir wrote: >> Hi >> Is struct ompi_datatype_t defined only for Linux or is

Re: [OMPI users] Windows Open MPI question

2012-12-18 Thread marco atzeri
On 12/18/2012 5:49 PM, Kumar, Sudhir wrote: Hi Is struct ompi_datatype_t defined only for Linux or is there a windows equivalent. If so in which header file can it be found. Thanks ompi/datatype/ompi_datatype.h Regards Marco

[OMPI users] Windows Open MPI question

2012-12-18 Thread Kumar, Sudhir
Hi Is struct ompi_datatype_t defined only for Linux or is there a windows equivalent. If so in which header file can it be found. Thanks