Changeset 2085 for inundation/pymetis/README
- Timestamp:
- Nov 29, 2005, 10:24:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pymetis/README
r2070 r2085 1 PyMetis provides a python module to the Metis graph partitioning library. 1 PyMetis provides a python module interface to the Metis graph 2 partitioning and sparse matrix ordering library. 2 3 3 4 Currently only the METIS_PartMeshNodal function is implemented. 4 5 5 6 Build instructions: 7 Linux: 6 8 run make in the top pymetis directory. 7 9 … … 11 13 The METIS_DIR= line in the makefile will need to be changed appropriately. 12 14 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 13 25 Other makefile targets: 14 26 clean:
Note: See TracChangeset
for help on using the changeset viewer.