Last change
on this file since 2085 was
2085,
checked in by jack, 19 years ago
|
Update with precompiled metis 4.0 for windows.
New makefile target: for_win32 which should build (unable to test)
Updated README with instructions on building for windows.
|
File size:
741 bytes
|
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: |
---|
[2070] | 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 | |
---|
[2085] | 15 | Windows: |
---|
| 16 | Required: MinGW compiler, Cygwin Bash. |
---|
| 17 | |
---|
| 18 | Run: |
---|
| 19 | |
---|
| 20 | make for_win32 |
---|
| 21 | |
---|
| 22 | The precompiled metis for win32 should be in the $(METIS_DIR)-win32. E.g. |
---|
| 23 | for metis-4.0, metis-4.0-win32 |
---|
| 24 | |
---|
[2070] | 25 | Other makefile targets: |
---|
| 26 | clean: |
---|
| 27 | removes all intermediate files. |
---|
| 28 | |
---|
| 29 | realclean: |
---|
| 30 | performs clean, then also removes the pymetis.so file. |
---|
Note: See
TracBrowser
for help on using the repository browser.