Re: [OMPI devel] MPI_STARTALL commit yesterday

2007-01-11 Thread Jeff Squyres
Ya -- see my later post -- I stood corrected. :-) I already applied the patch to the 1.1 branch. Thanks for the PML explanation. On Jan 11, 2007, at 3:28 PM, George Bosilca wrote: Don't worry, I know what I'm doing. Moreover, the correct behavior is implemented in the f77 version of MPI_Sta

Re: [OMPI devel] MPI_STARTALL commit yesterday

2007-01-11 Thread George Bosilca
Don't worry, I know what I'm doing. Moreover, the correct behavior is implemented in the f77 version of MPI_Start, but not in the f77 version of MPI_Startall. On Jan 11, 2007, at 3:13 PM, Jeff Squyres wrote: George -- Why would the request ID numbers change after the invocation to the back

Re: [OMPI devel] MPI_STARTALL commit yesterday

2007-01-11 Thread Jeff Squyres
Disregard -- I stand corrected. STARTALL *does* mark the requests argument as INOUT. So do we sometimes actually return new requests? Just curious -- why do we do that? Some kind of resource limits or something? On Jan 11, 2007, at 3:13 PM, Jeff Squyres wrote: George -- Why would the

[OMPI devel] MPI_STARTALL commit yesterday

2007-01-11 Thread Jeff Squyres
George -- Why would the request ID numbers change after the invocation to the back-end MPI_Startall()? The request ID numbers were allocated when the requests were created, so there's no reason that MPI_Startall() should change them -- hence, there's no need to re-assign the same values