"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" (Karypis Lab).
The below can be used to view all of the installations of METIS on a particular system, where this example uses Coeus.
$ module avail |& grep -i "metis"
Utils/metis/5.1.0/gcc-6.3.0
For information on using METIS, refer to this pdf.