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