source: anuga_core/source/pymetis/README @ 5094

Last change on this file since 5094 was 5094, checked in by nick, 16 years ago

small change to 'readme' file

File size: 706 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
15AMD64 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.