FindMETIS¶
Find the serial graph partitioning library METIS.
Imported Targets¶
This module provides the following imported target, if found:
METIS::METISImported target encapsulating the include directories, compile definitions, and libraries needed to use METIS.
Result Variables¶
This module defines the following variables:
METIS_FOUNDBoolean result indicating whether METIS and its required dependencies were found.
Hints¶
The following variables may be set to influence this module’s behavior:
METIS_INCLUDE_DIRInclude directory containing
metis.h.METIS_LIBRARYFull path to the METIS library.
METIS_API_VERSIONMETIS API version provided by a
scotch-metiscompatibility library. This is required for Scotch versions >= 6.0.7 if it cannot be detected automatically. Supported values are3and5. The chosen value is also propagated as theSCOTCH_METIS_VERSIONpreprocessor definition when compiling against Scotch’s METIS compatibility headers.