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

Reply via email to