Complete the following steps to configure the project using the command prompt:
In the ScaLAPACK project folder, create a folder out.
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"