Skip to content

Commit 7257469

Browse files
committed
Update Version number to 2.0.2 and date
1 parent 7919a24 commit 7257469

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+376
-470
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ add_subdirectory(TESTING)
251251
SET(CPACK_PACKAGE_NAME "ScaLAPACK")
252252
SET(CPACK_PACKAGE_VENDOR "University of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd")
253253
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ScaLAPACK- Linear Algebra Package")
254-
set(SCALAPACK_VERSION 2.0.1)
254+
set(SCALAPACK_VERSION 2.0.2)
255255
set(CPACK_PACKAGE_VERSION_MAJOR 2)
256256
set(CPACK_PACKAGE_VERSION_MINOR 0)
257-
set(CPACK_PACKAGE_VERSION_PATCH 1)
257+
set(CPACK_PACKAGE_VERSION_PATCH 2)
258258
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
259259
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "SCALAPACK")
260260
IF(WIN32 AND NOT UNIX)

PBLAS/TESTING/pcblas1tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212
PROGRAM PCBLA1TST
1313
*
14-
* -- PBLAS testing driver (version 2.0) --
15-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
16-
* and University of California, Berkeley.
17-
* April 1, 1998
14+
* -- PBLAS testing driver (version 2.0.2) --
15+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
16+
* May 1 2012
1817
*
1918
* Purpose
2019
* =======

PBLAS/TESTING/pcblas2tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PCBLA2TST
1212
*
13-
* -- PBLAS testing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS testing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TESTING/pcblas3tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212
PROGRAM PCBLA3TST
1313
*
14-
* -- PBLAS testing driver (version 2.0) --
15-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
16-
* and University of California, Berkeley.
17-
* April 1, 1998
14+
* -- PBLAS testing driver (version 2.0.2) --
15+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
16+
* May 1 2012
1817
*
1918
* Purpose
2019
* =======

PBLAS/TESTING/pdblas1tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PDBLA1TST
1212
*
13-
* -- PBLAS testing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS testing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TESTING/pdblas2tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PDBLA2TST
1212
*
13-
* -- PBLAS testing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS testing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TESTING/pdblas3tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PDBA3TST
1212
*
13-
* -- PBLAS testing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS testing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TESTING/psblas1tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PSBLA1TST
1212
*
13-
* -- PBLAS testing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS testing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TESTING/psblas2tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PSBLA2TST
1212
*
13-
* -- PBLAS testing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS testing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TESTING/psblas3tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PSBLA3TST
1212
*
13-
* -- PBLAS testing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS testing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TESTING/pzblas1tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212
PROGRAM PZBLA1TST
1313
*
14-
* -- PBLAS testing driver (version 2.0) --
15-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
16-
* and University of California, Berkeley.
17-
* April 1, 1998
14+
* -- PBLAS testing driver (version 2.0.2) --
15+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
16+
* May 1 2012
1817
*
1918
* Purpose
2019
* =======

PBLAS/TESTING/pzblas2tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PZBLA2TST
1212
*
13-
* -- PBLAS testing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS testing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TESTING/pzblas3tst.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212
PROGRAM PZBLA3TST
1313
*
14-
* -- PBLAS testing driver (version 2.0) --
15-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
16-
* and University of California, Berkeley.
17-
* April 1, 1998
14+
* -- PBLAS testing driver (version 2.0.2) --
15+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
16+
* May 1 2012
1817
*
1918
* Purpose
2019
* =======

PBLAS/TIMING/pcblas1tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212
PROGRAM PCBLA1TIM
1313
*
14-
* -- PBLAS timing driver (version 2.0) --
15-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
16-
* and University of California, Berkeley.
17-
* April 1, 1998
14+
* -- PBLAS timing driver (version 2.0.2) --
15+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
16+
* May 1 2012
1817
*
1918
* Purpose
2019
* =======

PBLAS/TIMING/pcblas2tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PCBLA2TIM
1212
*
13-
* -- PBLAS timing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS timing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TIMING/pcblas3tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212
PROGRAM PCBLA3TIM
1313
*
14-
* -- PBLAS timing driver (version 2.0) --
15-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
16-
* and University of California, Berkeley.
17-
* April 1, 1998
14+
* -- PBLAS timing driver (version 2.0.2) --
15+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
16+
* May 1 2012
1817
*
1918
* Purpose
2019
* =======

PBLAS/TIMING/pdblas1tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PDBLA1TIM
1212
*
13-
* -- PBLAS timing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS timing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TIMING/pdblas2tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PDBLA2TIM
1212
*
13-
* -- PBLAS timing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS timing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TIMING/pdblas3tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PDBLA3TIM
1212
*
13-
* -- PBLAS timing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS timing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TIMING/psblas1tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PSBLA1TIM
1212
*
13-
* -- PBLAS timing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS timing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TIMING/psblas2tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PSBLA2TIM
1212
*
13-
* -- PBLAS timing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS timing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TIMING/psblas3tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PSBLA3TIM
1212
*
13-
* -- PBLAS timing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS timing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TIMING/pzblas1tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212
PROGRAM PZBLA1TIM
1313
*
14-
* -- PBLAS timing driver (version 2.0) --
15-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
16-
* and University of California, Berkeley.
17-
* April 1, 1998
14+
* -- PBLAS timing driver (version 2.0.2) --
15+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
16+
* May 1 2012
1817
*
1918
* Purpose
2019
* =======

PBLAS/TIMING/pzblas2tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010

1111
PROGRAM PZBLA2TIM
1212
*
13-
* -- PBLAS timing driver (version 2.0) --
14-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
15-
* and University of California, Berkeley.
16-
* April 1, 1998
13+
* -- PBLAS timing driver (version 2.0.2) --
14+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
15+
* May 1 2012
1716
*
1817
* Purpose
1918
* =======

PBLAS/TIMING/pzblas3tim.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111

1212
PROGRAM PZBLA3TIM
1313
*
14-
* -- PBLAS timing driver (version 2.0) --
15-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
16-
* and University of California, Berkeley.
17-
* April 1, 1998
14+
* -- PBLAS timing driver (version 2.0.2) --
15+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
16+
* May 1 2012
1817
*
1918
* Purpose
2019
* =======

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ScaLAPACK README FILE
2222

2323
VERSION 2.0 : November, 2011
2424
VERSION 2.0.1 : January, 2012
25+
VERSION 2.0.2 : May, 2012
2526

2627
ScaLAPACK, or Scalable LAPACK, is a library of high performance linear
2728
algebra routines for distributed memory computers supporting MPI.

SRC/bdlaexc.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ SUBROUTINE BDLAEXC( N, T, LDT, J1, N1, N2, ITRAF, DTRAF, WORK,
22
$ INFO )
33
IMPLICIT NONE
44
*
5-
* -- LAPACK auxiliary routine (version 3.0) --
6-
* Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
7-
* Courant Institute, Argonne National Lab, and Rice University
8-
* February 29, 1992
5+
* -- ScaLAPACK auxiliary routine (version 2.0.2) --
6+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
7+
* May 1 2012
98
*
109
* .. Scalar Arguments ..
1110
INTEGER INFO, J1, LDT, N, N1, N2

SRC/bslaexc.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ SUBROUTINE BSLAEXC( N, T, LDT, J1, N1, N2, ITRAF, DTRAF, WORK,
22
$ INFO )
33
IMPLICIT NONE
44
*
5-
* -- LAPACK auxiliary routine (version 3.0) --
6-
* Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
7-
* Courant Institute, Argonne National Lab, and Rice University
8-
* February 29, 1992
5+
* -- ScaLAPACK auxiliary routine (version 2.0.2) --
6+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
7+
* May 1 2012
98
*
109
* .. Scalar Arguments ..
1110
INTEGER INFO, J1, LDT, N, N1, N2

SRC/dlaqr6.f

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ SUBROUTINE DLAQR6( JOB, WANTT, WANTZ, KACC22, N, KTOP, KBOT,
55
* Contribution from the Department of Computing Science and HPC2N,
66
* Umea University, Sweden
77
*
8-
* -- ScaLAPACK auxiliary routine (version 2.0.1) --
9-
* University of Tennessee, Knoxville, Oak Ridge National Laboratory,
10-
* Univ. of Colorado Denver and University of California, Berkeley.
11-
* January, 2012
8+
* -- ScaLAPACK auxiliary routine (version 2.0.2) --
9+
* Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver
10+
* May 1 2012
1211
*
1312
IMPLICIT NONE
1413
*

0 commit comments

Comments
 (0)