dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20097
Re: [Bug 668862] Re: Sparsity pattern computation dead slow with 'real' spaces
On Wed, Nov 10, 2010 at 08:02:07PM -0000, Johan Hake wrote:
> Hake:
> Is there a good way to profile this?
>
> I have tried to compile the dolfin library with -gp and the above
> mentioned cpp demo using -gp but it does not generate gprof information.
What about valgrind --tool=callgrind and then kcachegrind? No need for
any special profiling flags.
Make sure to set CGAL_DISABLE_ROUNDING_MATH_CHECK.
--
Anders
--
Sparsity pattern computation dead slow with 'real' spaces
https://bugs.launchpad.net/bugs/668862
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
Status in DOLFIN: New
Bug description:
The computation of the sparsity pattern is dead slow when real spaces are used, i.e.,
R = FunctionSpace(mesh, 'R', 0)
To see the problem, compare the neumann-poisson and poisson demos with fine meshes (256x256)
Follow ups
References