Re: [OMPI devel] Memory leak

2017-07-25 Thread Gilles Gouaillardet
Samuel, fwiw, the issue is fixed in upcoming Open MPI 3.0 Cheers, Gilles On Wed, Jul 26, 2017 at 3:43 AM, Samuel Poncé wrote: > Dear OpenMPI developpers, > > I would like to report a bug for openmpi/2.0.2 > > This bug might have been corrected in earlier version.

[OMPI devel] Memory leak

2017-07-25 Thread Samuel Poncé
Dear OpenMPI developpers, I would like to report a bug for openmpi/2.0.2 This bug might have been corrected in earlier version. Appologies if it is the case. I tested that it work with openmpi/1.10. If you open and close a file a lot of times with openmpi 2.0.2, the memory increase linearly

Re: [OMPI devel] memory leak caused by possibly wrong initialization in ompi_ddt_duplicate()

2006-11-13 Thread George Bosilca
Andreas, Thanks for the patch and the example. You're right, we should avoid copying the ref count of the old datatype. The new datatype need a ref count set to one when it get out of the dup function. I will commit the patch to the trunk. Thanks, george. On Nov 12, 2006, at 9:00