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