Ah -- I see -- we have 2 different fields with the same name (just different places within the struct hierarchy) with different meanings. That was a good idea. ;-)

Thanks; that actually helps understand things quite a bit.


On Jun 23, 2008, at 5:45 PM, Shipman, Galen M. wrote:

Oh, I see, you are confusing the req_state on the OMPI request with the req_state on the PML request.

The ompi request state is for persistent requests, the PML request state is not and does not use that enum.

- Galen


On Jun 23, 2008, at 5:18 PM, Jeff Squyres wrote:

On Jun 23, 2008, at 4:43 PM, Shipman, Galen M. wrote:

We use req_state currently to track that we receive both RNDV completion and RNDV ack prior to freeing the request..

Does that mean you're not using the enum values, but rather just to indicate that the value is >= 0?

--
Jeff Squyres
Cisco Systems

_______________________________________________
devel mailing list
de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/devel

_______________________________________________
devel mailing list
de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/devel


--
Jeff Squyres
Cisco Systems

Reply via email to