Ignore:
Timestamp:
Nov 29, 2005, 10:24:04 AM (19 years ago)
Author:
jack
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pymetis/README

    r2070 r2085  
    1 PyMetis provides a python module to the Metis graph partitioning library.
     1PyMetis provides a python module interface to the Metis graph
     2partitioning and sparse matrix ordering library.
    23
    34Currently only the METIS_PartMeshNodal function is implemented.
    45
    56Build instructions:
     7Linux:
    68run make in the top pymetis directory.
    79
     
    1113The METIS_DIR= line in the makefile will need to be changed appropriately.
    1214
     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
    1325Other makefile targets:
    1426clean:
Note: See TracChangeset for help on using the changeset viewer.