From d4541fac2f16418c694eb30e0ab3b46c315b8d42 Mon Sep 17 00:00:00 2001 From: Rob Falgout Date: Wed, 19 Sep 2018 16:43:07 -0700 Subject: [PATCH] Small updates to CHANGELOG --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fe983f8c6..c0642bd90 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,12 +21,12 @@ Version 2.15.0 released 2018/09/21 SetBoxValues2() for Struct/SStruct and IJSetValues2(). - GPU-related changes: improved build process; fixed Raja and Kokkos ports of - Struct/SStruct. + Struct/SStruct; new boxloop reduction implementation without unified memory. - Added a new GMRES variant COGMRES, with reduced communication, which is based on classical Gram-Schmidt with a reorthogonalization option. -- Added functions HYPRE_ParVectorGetValues, HYPRE_ParCSRPCGGetResidual, +- Added functions HYPRE_ParVectorGetValues, HYPRE_ParCSRPCGGetResidual, HYPRE_ParCSRGMRESGetResidual, HYPRE_ParCSRBiCGSTABGetResidual, and more. - Various bug fixes.