我要评分
获取效率
正确性
完整性
易理解

Installing ScaLAPACK

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the ScaLAPACK installation package.
    tar -xvf scalapack-2.0.2.tgz
  3. Go to the directory generated after the decompression.
    cd scalapack-2.0.2
  4. Create an SLmake.inc file, and then compile and install it.
    cp SLmake.inc.example SLmake.inc
    make
  5. Copy the generated link library to the installation directory.
    cp libscalapack.a /path/to/SCALAPACK