Complete the following steps to build the project using the command prompt:
Open command prompt in the aocl-scalapack/out directory.
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.