Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 355 Bytes

README.rst

File metadata and controls

3 lines (2 loc) · 355 Bytes

Package for mapping data to physical locations, based on graph partitioning techniques.

You must have METIS installed to run graph_mapper. Follow the instructions at https://metis.readthedocs.io/en/latest/#installation for in the installation. In particular, be sure to build with the shared library, i.e. make config shared=1 && make && make install.