Rate This Document
Findability
Accuracy
Completeness
Readability

Installing ScaLAPACK

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the ScaLAPACK installation package:
    tar -xvf scalapack-2.0.2.tgz
  3. Run the following command to go to the directory generated after decompression:
    cd scalapack-2.0.2
  4. Run the following command to generate an SLmake.inc file:
    cp SLmake.inc.example SLmake.inc
  5. Run the following command to perform the compilation and installation:
    make
  6. Run the following commands to copy the generated link library to the installation directory:
    mkdir -p /path/to/SCALAPACK
    cp libscalapack.a /path/to/SCALAPACK