Rate This Document
Findability
Accuracy
Completeness
Readability

Installing LAPACK

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following commands to decompress the LAPACK installation package:
    cd /path/to/SRC
    tar -xvf lapack-3.9.0.tar.gz
  3. Run the following command to go to the directory generated after decompression:
    cd lapack-3.9.0
  4. Run the following commands to perform the compilation and installation:
    cp make.inc.example make.inc
    make lapacklib -j96
  5. Run the following command to move the compiled static library to the planned directory:
    cp liblapack.a /path/to/DEPENDENCIES/lib/