Upstream disapeared, and 2 forks are available, KarypisLab on GitHub and the PETSc one. ATM PETSc seems more active. Also enable OPENMP by default where it is available. Remark: manual.pdf and the graph directory are no more available.
11 lines
461 B
Plaintext
11 lines
461 B
Plaintext
METIS is a set of serial programs for partitioning graphs,
|
|
partitioning finite element meshes, and producing fill-reducing
|
|
orderings for sparse matrices. The algorithms implemented in METIS are
|
|
based on the multilevel recursive-bisection, multilevel k-way, and
|
|
multi-constraint partitioning schemes developed in our lab.
|
|
|
|
METIS provides high-quality partitions, is extremely fast, and
|
|
produces low-fill orderings.
|
|
|
|
See also: https://github.com/KarypisLab/METIS
|