[OMPI devel] MPI_Grequest_start and MPI_Wait clarification

2009-10-25 Thread Christopher Yeoh
Hi, I've been running some threaded test suites against OpenMPI and was just wanting to clarify something in the specification and how OpenMPI implements it. One page 360 of the 2.1 spec there is (in reference to mpi_grequest_start query function): Advice to users. query_fn must not set the

Re: [OMPI devel] MPI_Grequest_start and MPI_Wait clarification

2009-11-02 Thread Jeff Squyres
On Oct 25, 2009, at 9:10 PM, Christopher Yeoh wrote: I've been running some threaded test suites against OpenMPI and was just wanting to clarify something in the specification and how OpenMPI implements it. Sorry for the delay in replying (my inbox has become a disaster lately -- please don

Re: [OMPI devel] MPI_Grequest_start and MPI_Wait clarification

2009-11-05 Thread Christopher Yeoh
Hi Jeff, On Mon, 2 Nov 2009 21:15:15 -0500 Jeff Squyres wrote: > > I had to go re-read that whole section on generalized requests; I > agree with your analysis. Could you open a ticket and submit a > patch? You might want to look at the back ends to MPI_TEST[_ANY] > and MPI_WAIT_ANY as wel