Release Notes¶
This section includes significant changes, new features, performance improvements and various issues.
NVPL ScaLAPACK 0.2.0¶
Released with NVPL 24.7.
Known Issues¶
mpich>=4.2.0
is not supported yet.
NVPL ScaLAPACK 0.1.1¶
Released with NVPL 24.03.
New Features¶
Added performance tests for all major routines including
potrf
,getrf
,geqrf
,ormqr
,sytrd
,gebrd
,syevd
,gesvd
, etc.Bugfix for the integer overflow for large memory allocation; adopted the solution
https://github.com/Reference-ScaLAPACK/scalapack/pull/85
.Tested with NVPL BLAS 0.2.0 NVPL LAPACK 0.2.2.
Known Issues¶
Requires a minimum version of
mpich 4.1
.mpich<=4.0
includes incorrect flags on some OS’s, e.g., rockylinux, ubuntu and debian, whenmpicc --show
.
NVPL ScaLAPACK 0.1.0¶
The first beta release of ScaLAPACK library as part of NVPL 23.10.
New Features¶
Includes the functionality of the reference ScaLAPACK 2.2.0.
Supports various MPI’s via BLACS interface including
openmpi3
,openmpi4
,mpich
andhpcx
.Supports
lp64
andilp64
interface.Tested with
seq
andomp
variants of NVPL BLAS 0.1.0 and NVPL LAPACK 0.2.0.
Known Issues¶
Testing with iterative refinements i.e.,
p?porfs
andp?gerfs
, the code may hang intermittently.