Re: [OMPI devel] Missing error strings for MPI_ERR_RMA_XXX error classes

2014-04-10 Thread Jeff Squyres (jsquyres)
Thanks Lisandro; I filed https://svn.open-mpi.org/trac/ompi/ticket/4509 for this. On Apr 10, 2014, at 7:50 AM, Lisandro Dalcin wrote: > I'm testing openmpi-1.8. > > MPI_Get_error_string() for the following error classes is failing. I > guess you just forgot to update the list of error string

[OMPI devel] Missing error strings for MPI_ERR_RMA_XXX error classes

2014-04-10 Thread Lisandro Dalcin
I'm testing openmpi-1.8. MPI_Get_error_string() for the following error classes is failing. I guess you just forgot to update the list of error strings. MPI_ERR_RMA_RANGE MPI_ERR_RMA_ATTACH MPI_ERR_RMA_FLAVOR MPI_ERR_RMA_SHARED I'm attaching a simple test code for you to verify t