Re: [OMPI devel] Ticket 1224: disable early completion in v1.2.x series

2008-03-03 Thread Jeff Squyres
On Mar 3, 2008, at 12:48 PM, Shipman, Galen M. wrote: Unfortunately this adds an "if" to the critical path. You should at least use OPAL_UNLIKELY.. I could have sworn there was no OPAL_UNLIKELY in the 1.2 series, which is why I didn't add it. But I just checked right now and I see that it

Re: [OMPI devel] Ticket 1224: disable early completion in v1.2.x series

2008-03-03 Thread Shipman, Galen M.
Unfortunately this adds an "if" to the critical path. You should at least use OPAL_UNLIKELY.. On Mar 3, 2008, at 12:28 PM, Jeff Squyres wrote: The topic of the "early completion" behavior in OB1 for IB optimizations has come up several times in the v1.2 series (it causes problems in some scena

[OMPI devel] Ticket 1224: disable early completion in v1.2.x series

2008-03-03 Thread Jeff Squyres
The topic of the "early completion" behavior in OB1 for IB optimizations has come up several times in the v1.2 series (it causes problems in some scenarios). - leave the default the way it is now (early completions enabled) - add an MCA parameter for disabling early completions I mention thi