@@ -23,11 +23,13 @@ ScaLAPACK README FILE
23
23
VERSION 2.0 : November, 2011
24
24
VERSION 2.0.1 : January, 2012
25
25
VERSION 2.0.2 : May, 2012
26
-
26
+
27
27
VERSION 2.1 : Nov, 2019
28
28
29
29
VERSION 2.2 : Feb 2022
30
30
31
+ VERSION 2.2.2 : Jan 2025
32
+
31
33
ScaLAPACK, or Scalable LAPACK, is a library of high performance linear
32
34
algebra routines for distributed memory computers supporting MPI.
33
35
@@ -68,7 +70,7 @@ New in version 2.0:
68
70
pssyevr, pdsyevr, pcheevr and pzheevr.
69
71
70
72
- 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:
72
74
pshseqr and pdhseqr.
73
75
74
76
Unless 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
88
90
from SIAM at:
89
91
90
92
http://www.ec-securehost.com/SIAM/SE04.html
91
-
93
+
92
94
To view an HTML version of the Users' Guide for version 1.5, see:
93
-
95
+
94
96
http://www.netlib.org/scalapack/slug/
95
-
97
+
96
98
A number of technical reports were written during the development of
97
99
ScaLAPACK and published as LAPACK Working Notes by the University
98
100
of Tennessee. These working notes are available at:
@@ -112,13 +114,13 @@ directory structure below:
112
114
| | | | | | |
113
115
| | | | | | |
114
116
BLACS/ EXAMPLE/ PBLAS/ REDIST/ SRC/ TESTING/ TOOLS/
115
- / Input \
117
+ / Input \
116
118
/ Files & \
117
119
/Executables\
118
-
120
+
119
121
120
122
NOTE: 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
122
124
with this distribution, and may be obtained at the sites below.
123
125
124
126
http://www.netlib.org/blas/
@@ -131,7 +133,7 @@ All ScaLAPACK routines -- driver, computational, and auxiliary -- can be
131
133
found in the SRC/ directory. Testing routines and input files can be found
132
134
in the TESTING/ directory. All machine-specific parameters and the locations
133
135
of 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
135
137
the include file has been modified, the entire installation process (including
136
138
the building of testing executables) can be performed by typing ``make''
137
139
in the top-level ScaLAPACK directory.
0 commit comments