Skip to content

Commit 5e512ef

Browse files
committed
Update README for 2.1
1 parent 33c15e1 commit 5e512ef

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*.o
2+
*.oo
3+
BLACS/INSTALL/cmake_install.cmake
4+
BLACS/INSTALL/Makefile
5+
BLACS/INSTALL/x*
6+
TESTING/x*
7+
REDIST/TESTING/x*
8+
PBLAS/TESTING/x*
9+
PBLAS/TESTING/PB_Cabort.c
10+
PBLAS/TESTING/PB_Cwarn.c
11+
PBLAS/TIMING/x*tim
12+
PBLAS/TIMING/PB_Cabort.c
13+
PBLAS/TIMING/PB_Cwarn.c
14+
*.a
15+
BLACS/TESTING/xCbtest
16+
BLACS/TESTING/xFbtest
17+
SLmake.inc
18+

README

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ ScaLAPACK README FILE
2323
VERSION 2.0 : November, 2011
2424
VERSION 2.0.1 : January, 2012
2525
VERSION 2.0.2 : May, 2012
26+
27+
VERSION 2.1 : Nov, 2019
28+
2629

2730
ScaLAPACK, or Scalable LAPACK, is a library of high performance linear
2831
algebra routines for distributed memory computers supporting MPI.
@@ -32,6 +35,12 @@ can be obtained via the World Wide Web or anonymous ftp.
3235

3336
http://www.netlib.org/scalapack/
3437

38+
=============== GitHub Repository ================
39+
40+
https://github.com/Reference-ScaLAPACK/scalapack/
41+
42+
==================================================
43+
3544
ScaLAPACK, version 2.0, includes routines for the solution of dense,
3645
band, and tridiagonal linear systems of equations, condition estimation and
3746
iterative refinement, for LU and Cholesky factorization, matrix inversion,

0 commit comments

Comments
 (0)