Re: [OMPI devel] problems with openib finalize

2007-07-23 Thread Pavel Shamis (Pasha)
Just committed r15557 that adds finalize flow to mpool. So now openib should be able to release all resources in normal way. Pasha Pavel Shamis (Pasha) wrote: Jeff Squyres wrote: Background: Pasha added a call in the openib BTL finalize function that will only succeed if all registered m

Re: [OMPI devel] problems with openib finalize

2007-07-19 Thread Pavel Shamis (Pasha)
Jeff Squyres wrote: Background: Pasha added a call in the openib BTL finalize function that will only succeed if all registered memory has been released (ibv_dealloc_pd()). Since the test app didn't call MPI_FREE_MEM, there was some memory that was still registered, and therefore the call

[OMPI devel] problems with openib finalize

2007-07-18 Thread Jeff Squyres
Background: Pasha added a call in the openib BTL finalize function that will only succeed if all registered memory has been released (ibv_dealloc_pd()). Since the test app didn't call MPI_FREE_MEM, there was some memory that was still registered, and therefore the call in finalize failed.