Re: [OMPI devel] behavior of the r2 component

2006-05-26 Thread Andre Lichei
Many thanks for the fast reply!!! I checked again, but it doesn't become clear.:( Look like you miss the bitmap. I ignored the bitmap by purpose. The only lines were the bitmap is change are in the loop were all btl-modules are iterated. Something like that. for each btl{ ompi_bitmap_clear_a

Re: [OMPI devel] behavior of the r2 component

2006-05-24 Thread George Bosilca
Look like you miss the bitmap. Every time, one of the endpoint is reacheable the corresponding bit in the bitmap is set to one. The upper level reparse the bitmap and it will detect the number of registered BTL. Thanks, george. On May 24, 2006, at 6:12 AM, Andre Lichei wrote: Hello