Installing ScaLAPACK
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the ScaLAPACK installation package.
tar xf scalapack-2.0.2.tgz
- Go to the directory generated after the decompression.
cd scalapack-2.0.2
- Create an SLmake.inc file.
cp SLmake.inc.example SLmake.inc
- Edit the SLmake.inc file.
- Compile and install the software and copy the compiled file.
make cp libscalapack.a /path/to/SCALAPACK/
- Load the environment variables.
export LD_LIBRARY_PATH=/path/to/SCALAPACK:$LD_LIBRARY_PATH
Parent topic: Configuring the Compilation Environment
