Installing ScaLAPACK
Procedure
- 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
- 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
Parent topic: Configuring the Compilation Environment