scalapack: Scalable linear algebra package
Contents
Overview of package
Package: | scalapack |
---|---|
Description: | Scalable linear algebra package |
For more information: | https://netlib.sandia.gov/scalapack/ |
Categories: | |
License: | OpenSource (Modified BSD) |
General usage information
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.
This is the netlib implementation of the library.
The following environmental variables have been defined:
- \$SCALAPACK_ROOT has been set to the root of the scalapack installation
- \$SCALAPACK_LIBDIR points to the directory containing the libraries
- \$SCALAPACK_INCDIR points to the directory containing the header files
You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):
- -I\$SCALAPACK_INCDIR
- -L\$SCALAPACK_LIBDIR -Wl,-rpath,\$SCALAPACK_LIBDIR
Available versions of the package scalapack, by cluster
This section lists the available versions of the package scalapackon the different clusters.
Available versions of scalapack on the Deepthought2 cluster (RHEL8)
Version | Module tags | CPU optimized for | GPU ready? |
---|---|---|---|
2.1.0 | scalapack/2.1.0 | ivybridge | Y |
Available versions of scalapack on the Juggernaut cluster
Version | Module tags | CPU optimized for | GPU ready? |
---|---|---|---|
2.1.0 | scalapack/2.1.0 | broadwell | Y |