From cd4bd50f2db3df31011c0103e1a7bab3de9d0de3 Mon Sep 17 00:00:00 2001 From: Nicola Castelletto Date: Thu, 16 May 2024 10:31:32 -0700 Subject: [PATCH] Fixing refs --- src/docs/JOSS/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/JOSS/paper.md b/src/docs/JOSS/paper.md index 808d2c7aa98..783663d5045 100644 --- a/src/docs/JOSS/paper.md +++ b/src/docs/JOSS/paper.md @@ -123,7 +123,7 @@ The coupled physics package is often responsible for providing the specific cont To solve these linear systems, GEOS maintains a generic linear algebra interface (LAI) capable of wrapping various linear algebra packages such as hypre [@hypre], PETSc[@petsc-web-page], and Trilinos[@trilinos-website]. Currently only the hypre interaface is actively maintained. -For multi-physics problems involving the solution of a coupled linear system, GEOS exclusively relies on hypre's implementation a multi-grid reduction preconditioning strategy as presented by [@BUI:2020],[@BUI:2021114111]. +For multi-physics problems involving the solution of a coupled linear system, GEOS relies on hypre's implementation a multi-grid reduction preconditioning strategy as presented by [@BUI:2020;@BUI:2021114111]. The performance portability strategy utilized by GEOS applies LLNL's suite of portability tools RAJA[@Beckingsale:2019], CHAI[@CHAI:2023], and Umpire[@Beckingsale:2020]. The RAJA performance portability layer provides portable kernel launching and wrappers for reductions, atomics, and local/shared memory to achieve performance on both CPU and GPU hardware.