dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #05069
Mesh partitioning
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
Follow ups