FindPTScotchΒΆ
Module that checks whether PT-Scotch is available.
You may set the following variables to customize this modules behaviour:
- PTSCOTCH_ROOT
- Prefix where PT-Scotch is installed.
- PTSCOTCH_SUFFIX
- Scotch might be compiled using different
integer sizes (int32, int64, long). When
this is is set the headers and libaries
are search under the suffix
include/scotch-${PTSCOTCH_SUFFIX}, andlib/scotch-${PTSCOTCH_SUFFIX}, respectively.
This module sets the following variables:
PTSCOTCH_FOUND- True if PT-Scotch was found.
PTSCOTCH_INCLUDE_DIRS- All include directories needed to compile PT-Scotch programs.
PTSCOTCH_LIBRARIES- All libraries needed to link PT-Scotch programs.
PTSCOTCH_FOUND- True if PT-Scotch was found.