From 857844474ac36f1198fa98c410ed5079eb1f8e03 Mon Sep 17 00:00:00 2001 From: Pasqua D'Ambra Date: Mon, 18 Nov 2024 10:56:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fcbc96e..769b2a46 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The package employs object-oriented design techniques in Fortran 2008, with inte The main reference for this project is > D'Ambra, P., Durastante, F., & Filippone, S. (2021). AMG preconditioners for linear solvers towards extreme scale. SIAM Journal on Scientific Computing, 43(5), S679-S703. -AMG4PSBLAS contains the suite of preconditioners for the Parallel Sparse Computation Toolkit ([PSCToolkit](https://psctoolkit.github.io/)) suite of libraries. See the paper: +AMG4PSBLAS is the suite of preconditioners for the Parallel Sparse Computation Toolkit ([PSCToolkit](https://psctoolkit.github.io/)) suite of libraries. See the paper: > D’Ambra, P., Durastante, F., & Filippone, S. (2023). Parallel Sparse Computation Toolkit. Software Impacts, 15, 100463. The main reference for features inherited from MLD2P4 is