Re: [OMPI devel] MCA BTL Fragment lists

2012-03-09 Thread George Bosilca
On Mar 9, 2012, at 08:38 , Alex Margolin wrote: > Hi, > > I'm implementing a new BTL component, and > > 1. I read the TCP code and ran into the three fragment lists: > >/* free list of fragment descriptors */ >ompi_free_list_t tcp_frag_eager; >ompi_free_list_t tcp_frag_max; >om

[OMPI devel] MCA BTL Fragment lists

2012-03-09 Thread Alex Margolin
Hi, I'm implementing a new BTL component, and 1. I read the TCP code and ran into the three fragment lists: /* free list of fragment descriptors */ ompi_free_list_t tcp_frag_eager; ompi_free_list_t tcp_frag_max; ompi_free_list_t tcp_frag_user; I've looked it up, and found that