Skip to content

Commit a23c2cd

Browse files
authored
Merge pull request Reference-ScaLAPACK#107 from julielangou/master
ScaLAPACK release 2.2.2 January 2025
2 parents 25935e1 + 76cc1ed commit a23c2cd

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.9)
22

3-
project(SCALAPACK VERSION 2.2.1 LANGUAGES C Fortran)
3+
project(SCALAPACK VERSION 2.2.2 LANGUAGES C Fortran)
44

55
# Configure the warning and code coverage suppression file
66
configure_file(
@@ -26,7 +26,7 @@ set(CMAKE_PREFIX_PATH "${MPI_BASE_DIR};${CMAKE_PREFIX_PATH}")
2626
find_package(MPI)
2727
if (MPI_FOUND)
2828
message(STATUS "Found MPI_LIBRARY : ${MPI_FOUND} ")
29-
29+
3030
find_program(MPI_C_COMPILER
3131
NAMES mpicc
3232
HINTS "${MPI_BASE_DIR}"

LICENSE

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Copyright (c) 1992-2011 The University of Tennessee and The University
1+
Copyright (c) 1992-2025 The University of Tennessee and The University
22
of Tennessee Research Foundation. All rights
33
reserved.
4-
Copyright (c) 2000-2011 The University of California Berkeley. All
4+
Copyright (c) 2000-2025 The University of California Berkeley. All
55
rights reserved.
6-
Copyright (c) 2006-2011 The University of Colorado Denver. All rights
6+
Copyright (c) 2006-2025 The University of Colorado Denver. All rights
77
reserved.
88

99
$COPYRIGHT$

README

+11-9
Original file line numberDiff line numberDiff line change
@@ -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+
3133
ScaLAPACK, or Scalable LAPACK, is a library of high performance linear
3234
algebra 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

7476
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
8890
from SIAM at:
8991

9092
http://www.ec-securehost.com/SIAM/SE04.html
91-
93+
9294
To view an HTML version of the Users' Guide for version 1.5, see:
93-
95+
9496
http://www.netlib.org/scalapack/slug/
95-
97+
9698
A number of technical reports were written during the development of
9799
ScaLAPACK and published as LAPACK Working Notes by the University
98100
of 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

120122
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
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
131133
found in the SRC/ directory. Testing routines and input files can be found
132134
in the TESTING/ directory. All machine-specific parameters and the locations
133135
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
135137
the include file has been modified, the entire installation process (including
136138
the building of testing executables) can be performed by typing ``make''
137139
in the top-level ScaLAPACK directory.

0 commit comments

Comments
 (0)