Rate This Document
Findability
Accuracy
Completeness
Readability

Installing ScaLAPACK

Procedure

  1. Download the installation package.
    cd /path/to
    wget http://www.netlib.org/scalapack/scalapack-2.1.0.tgz
    tar xf scalapack-2.1.0.tgz
  2. Go to the source package directory and perform the installation.
    cd scalapack-2.1.0
    mkdir build
    cd build
    CC=mpicc CXX=mpicxx FC=mpif90 cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/scalapack
    make
    make install