PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_Enable ( PLASMA_enum  lever)

PLASMA_Enable - Enable PLASMA feature.

Parameters
[in]leverFeature to be enabled:
  • PLASMA_WARNINGS printing of warning messages,
  • PLASMA_ERRORS printing of error messages,
  • PLASMA_AUTOTUNING autotuning for tile size and inner block size,
  • PLASMA_DAG Quark automatic DAG generation.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
PLASMA_ERR_NOT_INITIALIZEDif Plasma is not initialized
PLASMA_ERR_ILLEGAL_VALUEif lever is unknown