← Back to team overview

dolfin team mailing list archive

Re: [Bug 521957] Re: Memory leaks in Python interface

 

On Mon, Feb 15, 2010 at 07:21:06PM -0000, Johan Hake wrote:
> On Monday 15 February 2010 11:00:48 Garth Wells wrote:
> > There is a leak small in the LU solver MUMPS which is used via PETSc. I
> > have changed the code to use UMFPACK as the default LU solver on a
> > single process.
>
> So the leak is not in the Python interface? Was it reproducible in C++?
>
> Johan

Not tested but it's likely the leak is not in the Python interface
since

 (i)  the leak disappears when switching to UMFPACK
 (ii) the interaction with MUMPS happens on the C++ side

--
Anders

-- 
Memory leaks in Python interface
https://bugs.launchpad.net/bugs/521957
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.

Status in DOLFIN: Fix Committed

Bug description:
There appear to be some small leaks in the Python interface. It could be related to FFC and/or Instant caching. Some test cases have been placed in 

  lp:~dolfin-core/dolfin/sandbox

in the 'memest' directory. These tests, and any new memory tests, should pass before a new release is made.





References