FindSuperLUΒΆ

Module that checks whether SuperLU is available and usable. SuperLU must be 4.0 or newer.

Variables used by this module which you may want to set:

SUPERLU_ROOT

Path list to search for SuperLU

Sets the follwing variables:

SUPERLU_FOUND

True if SuperLU available and usable.

SUPERLU_MIN_VERSION_4

True if SuperLU version >= 4.0.

SUPERLU_MIN_VERSION_4_3

True if SuperLU version >= 4.3.

SUPERLU_MIN_VERSION_5

True if SuperLU version >= 5.0.

SUPERLU_WITH_VERSION

Human readable string containing version information.

SUPERLU_INCLUDE_DIRS

Path to the SuperLU include dirs.

SUPERLU_LIBRARIES

Name to the SuperLU library.