Name : python-module-pymetis Relocations: (not relocatable) Version : 2011.1.1 Vendor: ALT Linux Team Release : alt5.git20120417.1.1 Build Date: Sat Apr 2 15:28:46 2016 Install date: (not installed) Build Host: imz-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 1263652 License: MIT Packager : Eugeny A. Rostovtsev (REAL) URL : http://mathema.tician.de/software/pymetis Summary : Python wrapper for the Metis graph partititioning software Description : PyMetis is a Python wrapper for the Metis graph partititioning software by George Karypis, Vipin Kumar and others. It includes version 5.0pre2 of Metis and wraps it using the Boost Python wrapper generator library. So far, it only wraps the most basic graph partitioning functionality, but extending it in case you need more should be quite straightforward. Using PyMetis to partition your meshes is really easy--essentially all you need to pass into PyMetis is an adjacency list for the graph and the number of parts you would like.