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 command to decompress the LAPACK installation package:
    tar -xvf lapack-3.8.0.tgz
  3. Run the following command to switch to the directory generated after decompression:
    cp make.inc.example make.inc
  4. Run the following command to perform compilation and installation:
    make -j
  5. Run the following command to copy the static library to another directory:
    cp *.a /path/to/EXTRA/mathlib