Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LAPACKhttp://www.netlib.org/lapack/LAPACK is written in Fortran 90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. 
Code Block
languagebash
module load lapack
SCALAPACKhttp://www.netlib.org/scalapack/

ScaLAPACK is a library of high-performance linear algebra routines for parallel distributed memory machines. ScaLAPACK solves dense and banded linear systems, least squares problems, eigenvalue problems, and singular value problems.

ScaLAPACK is built with the GNU7/OPENMPI toolchain.

Code Block
languagebash
module load scalapack
 

 

Matrix and Vector Operations

...