Re: [OMPI users] valgrind complaint in openmpi 1.3 (mca_mpool_sm_alloc)

2009-03-10 Thread Åke Sandgren
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.e. the if(mpool_sm->mem_node >= 0) { > >Backtracking that i found that mem_node is not set during initializing

Re: [OMPI users] valgrind complaint in openmpi 1.3 (mca_mpool_sm_alloc)

2009-03-10 Thread Eugene Loh
Åke Sandgren wrote: Hi! Valgrind seems to think that there is an use of uninitialized value in mca_mpool_sm_alloc, i.e. the if(mpool_sm->mem_node >= 0) { Backtracking that i found that mem_node is not set during initializing in mca_mpool_sm_init. The resources parameter is never used and the