Configuring 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 configure the project using the command prompt:

  1. In the ScaLAPACK project folder, create a folder out.

  2. Open the command prompt in that directory and run the following command:

    $ cmake -S .. -B . -G "Visual Studio 17 2022"
    -DCMAKE_BUILD_TYPE=Release
    -DBUILD_SHARED_LIBS=ON -DCDEFS=NoChange /UpCase/Add\_
    -DBUILD_STATIC_LIBS=OFF -DBLAS_LIBRARIES="<path to AOCL-BLAS
    library>/AOCL-LibBlis-Win-MT-dll.lib"
    -DLAPACK_LIBRARIES="<path to AOCL-LAPACK
    library>/AOCL-LibFLAME-Win-MT-dll.lib;<path to AOCL-Utils
    library>/libaoclutils.lib"