Actually, I stand corrected -- we don't have MPI_Comm_set|get_info() at all.  
Oops.  I'll go add them.


On Mar 27, 2014, at 3:25 PM, "Jeff Squyres (jsquyres)" <jsquy...@cisco.com>
 wrote:

> Yoinks.  Those look like oversights.
> 
> I see set_info and get_info on the trunk, for example -- I think we just 
> forgot to bring them to v1.7/v1.8.
> 
> 
> On Mar 27, 2014, at 3:18 PM, Lisandro Dalcin <dalc...@gmail.com> wrote:
> 
>> In 1.7.5, you guys bumped MPI_VERSION to 3 but forgot to add
>> definitions for the following constants:
>> 
>> MPI_ERR_RMA_SHARED
>> MPI_WEIGHTS_EMPTY
>> 
>> Also, the following two functions are missing:
>> 
>> MPI_Comm_set_info()
>> MPI_Comm_get_info()
>> 
>> PS: The two missing functions are trivial to provide, the first could
>> simply ignore the info handle, and the second could just return a
>> brand new empty info handle (well, unless you implemented
>> MPI_Comm_dup_with_info() to actually use the info hints).
>> 
>> 
>> -- 
>> Lisandro Dalcin
>> ---------------
>> CIMEC (UNL/CONICET)
>> Predio CONICET-Santa Fe
>> Colectora RN 168 Km 472, Paraje El Pozo
>> 3000 Santa Fe, Argentina
>> Tel: +54-342-4511594 (ext 1016)
>> Tel/Fax: +54-342-4511169
>> _______________________________________________
>> devel mailing list
>> de...@open-mpi.org
>> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
>> Link to this post: 
>> http://www.open-mpi.org/community/lists/devel/2014/03/14410.php
> 
> 
> -- 
> Jeff Squyres
> jsquy...@cisco.com
> For corporate legal information go to: 
> http://www.cisco.com/web/about/doing_business/legal/cri/
> 
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/devel/2014/03/14411.php


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

Reply via email to