From 4d6e0e26b67530cfbc48c21e0ef2dca87d3b8273 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 22 Jun 2022 10:05:49 +0200 Subject: [PATCH] Doc updates --- Changelog | 1 + LICENSE | 6 +++--- README.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 8acc6453..b6656d54 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ Changelog. A lot less detailed than usual, at least for past history. +2022/05/20: Restart ChangeLog. Updated to new name AMG4PSBLAS, now using PSB3.8 2018/10/28: Fix interface to MUMPS and configry machinery. Require PSB 3.6. 2018/10/10: ICTXT argument in prec%init(). 2018/07/30: Fixes for Intel compilers. BootCMatch interface in examples. diff --git a/LICENSE b/LICENSE index d3bd6111..02dedcfe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,10 +1,10 @@ - AMG4PSBLAS version 1.0 + AMG4PSBLAS version 1.1 Algebraic Multigrid Package - based on PSBLAS (Parallel Sparse BLAS version 3.7) + based on PSBLAS (Parallel Sparse BLAS version 3.8) - (C) Copyright 2021 + (C) Copyright 2022 Salvatore Filippone Pasqua D'Ambra diff --git a/README.md b/README.md index fbea8c39..2a4426e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ AMG4PSBLAS - Algebraic Multigrid Package based on PSBLAS (Parallel Sparse BLAS version 3.7) + Algebraic Multigrid Package based on PSBLAS (Parallel Sparse BLAS version 3.8) Salvatore Filippone (University of Rome Tor Vergata and IAC-CNR) Pasqua D'Ambra (IAC-CNR, Naples, IT)