Rev | Line | |
---|
[2085] | 1 | PyMetis provides a python module interface to the Metis graph |
---|
| 2 | partitioning and sparse matrix ordering library. |
---|
[2070] | 3 | |
---|
| 4 | Currently only the METIS_PartMeshNodal function is implemented. |
---|
| 5 | |
---|
| 6 | Build instructions: |
---|
[2085] | 7 | Linux: |
---|
[5094] | 8 | run "make" in the top pymetis directory. |
---|
[2070] | 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 | |
---|
[2513] | 15 | AMD64 users need to run `make COPTIONS="-fPIC"' |
---|
| 16 | |
---|
[2085] | 17 | Windows: |
---|
[2101] | 18 | Required: MinGW compiler, Cygwin utilities (Bash, cp, [). |
---|
[2085] | 19 | |
---|
| 20 | Run: |
---|
| 21 | |
---|
| 22 | make for_win32 |
---|
| 23 | |
---|
[2070] | 24 | Other makefile targets: |
---|
| 25 | clean: |
---|
| 26 | removes all intermediate files. |
---|
| 27 | |
---|
| 28 | realclean: |
---|
[2115] | 29 | performs clean, then also removes the pymetis.so file. |
---|
Note: See
TracBrowser
for help on using the repository browser.