Skip to main content

metis: Metis unstructured graph partitioner

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: metis
Description: Metis unstructured graph partitioner
For more information: http://glaros.dtc.umn.edu/gkhome/views/metis
Categories:
License: Free2Use (University of Minnesota)

General usage information

Metis is a library which implements a variety of algorithms for partitioning unstructured graphs,finite element meshes and for computing fill-reducing orderings of sparse matrices.

This is the sequential version of Metis.

See the mt-metis package for the multithreaded/shared memory parallelized version.

See the parmetis package for the MPI-enabled/distributed memory parallelized version.

The following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package metis, by cluster

This section lists the available versions of the package metison the different clusters.

Available versions of metis on the Zaratab cluster

Available versions of metis on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
5.1.0 metis/5.1.0 icelake, x86_64, zen, zen2 Y






Back to Top