On Wed, 23 Mar 2011, [email protected] wrote:
> I'd like to change the used partitioner for a Mesh. In serial it
> works, in parallel only with
>
> mesh_.partitioner().reset(new MetisPartitioner);
>
> With other kinds of partitioners it crashes with a PETSc error message
> ... "Signal rece
Hi,
I'd like to change the used partitioner for a Mesh. In serial it
works, in parallel only with
mesh_.partitioner().reset(new MetisPartitioner);
With other kinds of partitioners it crashes with a PETSc error message
... "Signal received!" ...
For test purposes, I'd like to use the LinearParti