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
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