FindParMETISΒΆ
Module that checks whether ParMETIS is available.
You may set the following variables to configure this modules behaviour:
- PARMETIS_ROOT
- Prefix where ParMETIS is installed.
- METIS_LIB_NAME
- Name of the METIS library (default: metis).
- PARMETIS_LIB_NAME
- Name of the ParMETIS library (default: parmetis).
- METIS_LIBRARY
- Full path of the METIS library.
- PARMETIS_LIBRARY
- Full path of the ParMETIS library
Sets the following variables:
PARMETIS_FOUND
- True if ParMETIS was found.
METIS_LIBRARY
- Full path of the METIS library.
PARMETIS_LIBRARY
- Full path of the ParMETIS library.
PARMETIS_LIBRARIES
- List of all libraries needed for linking with ParMETIS,