Re: [OMPI users] Windows Open MPI question

2012-12-20 Thread Jeff Squyres
Glad you got it resolved!

On Dec 18, 2012, at 8:53 PM, Kumar, Sudhir wrote:

> Hi
> The error is resolved. The solution was actually in a previous post.
> http://www.open-mpi.org/community/lists/users/2011/03/15954.php
> 
> 
> 
> -Original Message-
> From: Kumar, 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_int  
> 
> 
> -Original Message-
> From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On 
> Behalf Of Jeff Squyres
> Sent: Tuesday, December 18, 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/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
>> 
>> ___
>> users mailing list
>> us...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/users
> 
> 
> -- 
> Jeff Squyres
> jsquy...@cisco.com
> For corporate legal information go to: 
> http://www.cisco.com/web/about/doing_business/legal/cri/
> 
> 
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
> 
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/




Re: [OMPI users] Windows Open MPI question

2012-12-18 Thread Kumar, Sudhir
Hi
 The error is resolved. The solution was actually in a previous post.
http://www.open-mpi.org/community/lists/users/2011/03/15954.php



-Original Message-
From: Kumar, 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_int  


-Original Message-
From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf 
Of Jeff Squyres
Sent: Tuesday, December 18, 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/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
> 
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/


___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users



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