source: inundation/pymetis/README @ 2115

Last change on this file since 2115 was 2115, checked in by jack, 19 years ago

Moved test_metis.py to pymetis.
Minor Makefile and documentation corrections.

File size: 655 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
15Windows:
16Required: MinGW compiler, Cygwin utilities (Bash, cp, [).
17
18Run:
19
20make for_win32
21
22Other makefile targets:
23clean:
24removes all intermediate files.
25
26realclean:
27performs clean, then also removes the pymetis.so file.
Note: See TracBrowser for help on using the repository browser.