.. _FindParMETIS:

FindParMETIS
============

.. cmake_module::

   Module that checks whether ParMETIS is available.

   You may set the following variables to configure this modules behavior:

   :ref:`PARMETIS_ROOT`
      Prefix where ParMETIS is installed.

   :ref:`PARMETIS_LIB_NAME`
      Name of the ParMETIS library (default: parmetis).

   :ref:`PARMETIS_LIBRARY`
      Full path of the ParMETIS library

   Sets the following variables:

   :code:`PARMETIS_FOUND`
      True if ParMETIS was found.

   :code:`PARMETIS_LIBRARY`
      Full path of the ParMETIS library.

   :code:`PARMETIS_LIBRARIES`
      List of all libraries needed for linking with ParMETIS,

