Installing LAPACK
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to decompress the LAPACK installation package:
tar -xvf lapack-3.8.0.tgz
- Run the following command to switch to the directory generated after decompression:
cp make.inc.example make.inc
- Run the following command to perform compilation and installation:
make -j
- Run the following command to copy the static library to another directory:
cp *.a /path/to/EXTRA/mathlib
Parent topic: Configuring the Compilation Environment