The additional features supported at runtime through the environment variable setting are as follows:
Feature |
Description |
Environment Variable |
OS Support |
|---|---|---|---|
Trace |
Enable function call trace |
AOCL_SL_TRACE |
Linux, Windows |
Log |
Enable logging of input argument values |
AOCL_SL_LOG |
Linux, Windows |
AOCL Progress |
Check how far a computation has progressed through a callback function for 3 major factorization APIs (LU, QR, Cholesky) for all data type variants |
AOCL_SL_PROGRESS |
Linux, Windows |
Note
To use the Trace and Log feature, ensure that
AOCL-ScaLAPACK is built with the flag ENABLE_DTL=ON.
Example:
export AOCL_SL_LOG=1in Linux enables the log file at run time.set AOCL_SL_PROGRESS=1in Windows enables the AOCL Progress feature at run time.