diff --git a/Changelog b/Changelog index 7828efc9..83673caf 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,9 @@ Changelog. A lot less detailed than usual, at least for past history. +2006/09/02: Declared version 2.0.2, after having fixed a lot of + details in the environment routines. + 2006/07/25: Defined a new psb_wtime function. Modified precset to have a non-optional INFO dummy argument. diff --git a/README b/README index b532be95..c38e05dd 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This directory contains the PSBLAS library, version 2.0.1. +This directory contains the PSBLAS library, version 2.0.2. Version 1.0 of the library was described in: @@ -104,9 +104,10 @@ To compile and run our software you will need TODO: - As soon as TR 15581 and MOVE_ALLOC become available in GNU Fortran +- As soon as TR 15581 and MOVE_ALLOC become available in GNU Fortran we shall move from POINTERS to ALLOCATABLE for both vectors and derived data types components. +- The GLOB_TO_LOC array should be changed for large test cases. The PSBLAS team.