15.3.2. Additional Features - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English

The additional features supported at runtime through the environment variable setting are as follows:

Table 15.5 Additional Features#

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=1 in Linux enables the log file at run time.

  • set AOCL_SL_PROGRESS=1 in Windows enables the AOCL Progress feature at run time.