Building the Project - 5.2 English - 57404

AOCL User Guide (57404)

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

Complete the following steps to build the project using the command prompt:

  1. Open command prompt in the aocl-scalapack/out directory.

  2. Invoke CMake with the build command and release or debug option. For example:

    $ cmake --build . --config Release
    

The library files would be generated inside the folder Release or Debug based on the project settings.

On Windows, the inbuilt communications submodule of ScaLAPACK, called Basic Linear Algebra Communication Subprograms(BLACS), exposes the API symbols in upper case without underscore format.