Re: [OMPI devel] Possible buffer overrun bug in opal_free_list_grow, called by MPI::Init

2008-10-21 Thread George Bosilca
Stephan, The fix was committed in the trunk (revision 19778). Fixes for the 1.2, as well as the 1.3 are pending. Thanks for your help, george. On Oct 20, 2008, at 5:43 PM, George Bosilca wrote: Stephen, I think you're completely right, and that I had a wrong understanding of the m

Re: [OMPI devel] Possible buffer overrun bug in opal_free_list_grow, called by MPI::Init

2008-10-21 Thread Stephan Kramer
George Bosilca wrote: Stephan, The fix was committed in the trunk (revision 19778). Fixes for the 1.2, as well as the 1.3 are pending. Thanks for your help, george. Ah brilliant. Yes, modulos get me confused in Fortran as well (there are 2 functions in the standard!). Glad, that's sort

[OMPI devel] Direct routed module

2008-10-21 Thread Ralph Castain
Hello all I am working on adding a new radix tree routed module and am simultaneously doing a little streamlining to the overall routed- related code for scalability. One thing that would help cleanup several areas of the code base would be to finally dump the "direct" routed module. As