Re: [OMPI users] valgrind complaint in openmpi1.3 (mca_mpool_sm_alloc)

2009-03-14 Thread George Bosilca
I set it based on the only available information we have in the init function. This way the variable is always initialized, and the upper layer (whatever it is) has the responsibility to set it to something useful. Looking at the code it seems that the upper layer in question is the mpool

Re: [OMPI users] valgrind complaint in openmpi1.3 (mca_mpool_sm_alloc)

2009-03-14 Thread Jeff Squyres
George -- Any particular reason you fixed it this way? On Mar 10, 2009, at 1:40 PM, Åke Sandgren wrote: On Tue, 2009-03-10 at 09:23 -0800, Eugene Loh wrote: > Åke Sandgren wrote: > > >Hi! > > > >Valgrind seems to think that there is an use of uninitialized value in > >mca_mpool_sm_alloc, i