Re: [O-MPI devel] Registration Cache changes

2005-10-19 Thread Galen Mark Shipman
> On Wed, Oct 19, 2005 at 09:05:41AM -0600, Galen Mark Shipman wrote: >> We changed things a bit in the mpool, the deregister will remove the >> registration from the cache and then call release, if the reference >> count >> is <=0, the memory is then deregistered, otherwise it will be >> deregiste

Re: [O-MPI devel] Registration Cache changes

2005-10-19 Thread Gleb Natapov
On Wed, Oct 19, 2005 at 09:05:41AM -0600, Galen Mark Shipman wrote: > We changed things a bit in the mpool, the deregister will remove the > registration from the cache and then call release, if the reference count > is <=0, the memory is then deregistered, otherwise it will be deregistered > later

Re: [O-MPI devel] Registration Cache changes

2005-10-19 Thread Galen Mark Shipman
We changed things a bit in the mpool, the deregister will remove the registration from the cache and then call release, if the reference count is <=0, the memory is then deregistered, otherwise it will be deregistered later via another release call. The BTL module increments the reference count on

Re: [O-MPI devel] Registration Cache changes

2005-10-19 Thread Gleb Natapov
Hello Galen, It seams this issue is still present and can be easily triggered. (see attached program). Do you have plans to fix it? On Wed, Sep 21, 2005 at 12:06:18PM -0600, Galen M. Shipman wrote: > Gleb, > > > > > Gleb Natapov wrote: > > > >> Hello Galen, > >> > >> Finally I've got some time t