Re: [OMPI users] memory leak in alltoallw

2008-08-18 Thread Dave Grote
Great! Thanks for the fix.    Dave Tim Mattox wrote: The fix for this bug is in the 1.2 branch as of r19360, and will be in the upcoming 1.2.7 release. On Sun, Aug 17, 2008 at 6:10 PM, George Bosilca wrote: Dave, Thanks for your report. As you discovered we had a memory leak i

Re: [OMPI users] memory leak in alltoallw

2008-08-18 Thread Tim Mattox
The fix for this bug is in the 1.2 branch as of r19360, and will be in the upcoming 1.2.7 release. On Sun, Aug 17, 2008 at 6:10 PM, George Bosilca wrote: > Dave, > > Thanks for your report. As you discovered we had a memory leak in the > MPI_Alltoallw. A very small one, but it was there. Basicall

Re: [OMPI users] memory leak in alltoallw

2008-08-17 Thread George Bosilca
Dave, Thanks for your report. As you discovered we had a memory leak in the MPI_Alltoallw. A very small one, but it was there. Basically, we didn't release two internal arrays of data-types, used to convert from the Fortran data-types (as supplied by the user) to their C version (as requi

[OMPI users] memory leak in alltoallw

2008-08-06 Thread Dave Grote
Hi, I've been enhancing my code and have started using the nice routine alltoallw. The code works fine except that there seems to be a memory leak in alltoallw. I've eliminated all other possible causes and have reduced the code down to a bare minimum. I've included fortran source code which