To be honest it was hanging in one of my repos for some time. If I'm not mistaken it is somehow related to one active ticket (but I couldn't find the info). It might be good to push it upstream.
George. On Jan 22, 2013, at 16:27 , "Jeff Squyres (jsquyres)" <jsquy...@cisco.com> wrote: > George -- > > Is there any reason not to CMR this to v1.6 and v1.7? > > > On Jan 21, 2013, at 6:35 AM, svn-commit-mai...@open-mpi.org wrote: > >> Author: bosilca (George Bosilca) >> Date: 2013-01-21 06:35:42 EST (Mon, 21 Jan 2013) >> New Revision: 27880 >> URL: https://svn.open-mpi.org/trac/ompi/changeset/27880 >> >> Log: >> My understanding is that an MPI_WAIT() on an inactive request should >> return the empty status (MPI 3.0 page 52 line 46). >> >> Text files modified: >> trunk/ompi/request/req_wait.c | 3 +++ >> >> 1 files changed, 3 insertions(+), 0 deletions(-) >> >> Modified: trunk/ompi/request/req_wait.c >> ============================================================================== >> --- trunk/ompi/request/req_wait.c Sat Jan 19 19:33:42 2013 (r27879) >> +++ trunk/ompi/request/req_wait.c 2013-01-21 06:35:42 EST (Mon, 21 Jan >> 2013) (r27880) >> @@ -61,6 +61,9 @@ >> } >> if( req->req_persistent ) { >> if( req->req_state == OMPI_REQUEST_INACTIVE ) { >> + if (MPI_STATUS_IGNORE != status) { >> + *status = ompi_status_empty; >> + } >> return OMPI_SUCCESS; >> } >> req->req_state = OMPI_REQUEST_INACTIVE; >> _______________________________________________ >> svn-full mailing list >> svn-f...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/svn-full > > > -- > 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 > http://www.open-mpi.org/mailman/listinfo.cgi/devel