dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #05073
Re: Mesh partitioning
On Fri, Jun 01, 2007 at 10:53:12AM +0200, Anders Logg wrote:
> Mesh partitioning now works in DOLFIN:
>
> http://www.fenics.org/wiki/Mesh_partitioning
>
> You need SCOTCH (http://www.labri.fr/perso/pelegrin/scotch/) to use
> it. Since SCOTCH does not have a "make install", you need to manually
> copy the files to /usr/include and /usr/lib from the SCOTCH bin
> directory. It also seems one needs to remove "restrict" on line 170 in
> scotch.h. I've talked to François Pellegrini and a "make install"
> target will be added to SCOTCH.
>
> /Anders
Also, you need to configure with --enable-scotch and the autoconf test
for scotch is not optimal.
/Anders
References