source: inundation/pymetis/README @ 2085

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
RevLine 
[2085]1PyMetis provides a python module interface to the Metis graph
2partitioning and sparse matrix ordering library.
[2070]3
4Currently only the METIS_PartMeshNodal function is implemented.
5
6Build instructions:
[2085]7Linux:
[2070]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
[2085]15Windows:
16Required: MinGW compiler, Cygwin Bash.
17
18Run:
19
20make for_win32
21
22The precompiled metis for win32 should be in the $(METIS_DIR)-win32. E.g.
23for metis-4.0, metis-4.0-win32
24
[2070]25Other makefile targets:
26clean:
27removes all intermediate files.
28
29realclean:
30performs clean, then also removes the pymetis.so file.
Note: See TracBrowser for help on using the repository browser.