source: anuga_work/development/pymetis/README @ 5562

Last change on this file since 5562 was 2842, checked in by jack, 18 years ago

Rolled back the patching of the metis sources. Now passes the unittest
on x86_64.

File size: 704 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.