source: trunk/anuga_core/source/anuga_parallel/pymetis/README @ 8022

Last change on this file since 8022 was 7460, checked in by ole, 15 years ago

Work on pymetis and test_all

File size: 707 bytes
Line 
1PyMetis provides a python module interface to the Metis graph
2partitioning and sparse matrix ordering library.
3
4Currently only the METIS_PartMeshNodal function is implemented.
5
6Build instructions:
7Linux:
8run "make" in the top pymetis directory.
9
10Should the metis version change, the new metis package should be in a new
11subdirectory. Metis 4.0 is in metis-4.0
12
13The METIS_DIR= line in the makefile will need to be changed appropriately.
14
1564 bit users need to run `make COPTIONS="-fPIC"'
16
17Windows:
18Required: MinGW compiler, Cygwin utilities (Bash, cp, [).
19
20Run:
21
22make for_win32
23
24Other makefile targets:
25clean:
26removes all intermediate files.
27
28realclean:
29performs clean, then also removes the pymetis.so file.
Note: See TracBrowser for help on using the repository browser.