@@ -23,11 +23,13 @@ ScaLAPACK README FILE
2323 VERSION 2.0 : November, 2011
2424 VERSION 2.0.1 : January, 2012
2525 VERSION 2.0.2 : May, 2012
26-
26+
2727 VERSION 2.1 : Nov, 2019
2828
2929 VERSION 2.2 : Feb 2022
3030
31+ VERSION 2.2.2 : Jan 2025
32+
3133ScaLAPACK, or Scalable LAPACK, is a library of high performance linear
3234algebra routines for distributed memory computers supporting MPI.
3335
@@ -68,7 +70,7 @@ New in version 2.0:
6870 pssyevr, pdsyevr, pcheevr and pzheevr.
6971
7072- New Nonsymmetric Eigenvalue Problem QR routines for computing
71- eigenvalues of a Hessenberg matrix are included for real matrices:
73+ eigenvalues of a Hessenberg matrix are included for real matrices:
7274 pshseqr and pdhseqr.
7375
7476Unless otherwise noted, the current scalapack.tgz on netlib contains
@@ -88,11 +90,11 @@ The ScaLAPACK User's Guide for ScaLAPACK version 1.5 is available
8890from SIAM at:
8991
9092 http://www.ec-securehost.com/SIAM/SE04.html
91-
93+
9294To view an HTML version of the Users' Guide for version 1.5, see:
93-
95+
9496 http://www.netlib.org/scalapack/slug/
95-
97+
9698A number of technical reports were written during the development of
9799ScaLAPACK and published as LAPACK Working Notes by the University
98100of Tennessee. These working notes are available at:
@@ -112,13 +114,13 @@ directory structure below:
112114 | | | | | | |
113115 | | | | | | |
114116 BLACS/ EXAMPLE/ PBLAS/ REDIST/ SRC/ TESTING/ TOOLS/
115- / Input \
117+ / Input \
116118 / Files & \
117119 /Executables\
118-
120+
119121
120122NOTE: It is assumed that the BLAS and LAPACK libraries (and MPI)
121- are available on your machine. These libraries are NOT included
123+ are available on your machine. These libraries are NOT included
122124 with this distribution, and may be obtained at the sites below.
123125
124126 http://www.netlib.org/blas/
@@ -131,7 +133,7 @@ All ScaLAPACK routines -- driver, computational, and auxiliary -- can be
131133found in the SRC/ directory. Testing routines and input files can be found
132134in the TESTING/ directory. All machine-specific parameters and the locations
133135of BLAS and LAPACK libraries are specified in the SCALAPACK/SLmake.inc file.
134- This include file is then referenced in all subdirectory Makefiles. Once
136+ This include file is then referenced in all subdirectory Makefiles. Once
135137the include file has been modified, the entire installation process (including
136138the building of testing executables) can be performed by typing ``make''
137139in the top-level ScaLAPACK directory.
0 commit comments