[OMPI devel] bug in mca_mpool_base_module_create()

2009-04-20 Thread Roberto Ammendola
I found a small bug in function mca_mpool_base_module_create() where if a bad name is provided for mpool component, last iterated component is returned, instead of NULL. I suggest a solution: === --- ompi/mca/mpool/base/mpool_base_lo

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r20003 (Solaris malloc.h issue)

2009-04-20 Thread Ethan Mallove
On Thu, Apr/16/2009 06:18:27PM, George Bosilca wrote: > I don't think this is correct. We are not supposed to include > anything before the ompi_config.h. Moreover, in the case we redefine > what malloc is, this will be the only piece of code that will use > the real malloc. > > I wonder why we nee