From 080c630fedc9becf7c11b7651830a0c32c9e17c9 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 4 Sep 2006 13:19:41 +0000 Subject: [PATCH] *** empty log message *** --- Changelog | 3 +++ README | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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.