Re: [OMPI devel] "unknown" in-coming fragment in sm BTL

2009-02-05 Thread Richard Graham
In the pt-2-pt code, the default case should never be hit - it would be a bug in the code. Don't know about other uses of the sm btl. Rich On 2/5/09 12:30 PM, "Eugene Loh" wrote: > In btl_sm_component.c, mca_btl_sm_component_progress() polls on FIFOs. > If it gets something, it has a "switch"

[OMPI devel] "unknown" in-coming fragment in sm BTL

2009-02-05 Thread Eugene Loh
In btl_sm_component.c, mca_btl_sm_component_progress() polls on FIFOs. If it gets something, it has a "switch" statement with cases for send fragments, returned fragments (ACKs) to be returned to the freelist, and default/unknown. What's that default/unknown case about? What behavior should