Re: [OMPI users] request_get_status: Recheck request status [PATCH]

2010-05-27 Thread Jeff Squyres
Thanks for the ping -- sorry it took so long! Committed to the SVN trunk in r23215; I filed CMR's for v1.4 and v1.5. It's technically not a bug, so I don't know if the v1.4 RM's will allow it. On May 27, 2010, at 12:02 PM, Shaun Jackman wrote: > Ping. > > On Tue, 2010-05-04 at 14:06 -0700, S

Re: [OMPI users] request_get_status: Recheck request status [PATCH]

2010-05-27 Thread Shaun Jackman
Ping. On Tue, 2010-05-04 at 14:06 -0700, Shaun Jackman wrote: > Hi Jeff, > > request_get_status polls request->req_complete before calling > opal_progress. Ideally, it would check req_complete, call opal_progress, > and check req_complete one final time. This patch identically mirrors > the logic

[OMPI users] request_get_status: Recheck request status [PATCH]

2010-05-04 Thread Shaun Jackman
Hi Jeff, request_get_status polls request->req_complete before calling opal_progress. Ideally, it would check req_complete, call opal_progress, and check req_complete one final time. This patch identically mirrors the logic of ompi_request_default_test in ompi/request/req_test.c. We've discussed