From d736ef299b724b96b34d41103dfc5318d0ecdee4 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Fri, 1 Jul 2022 11:00:15 -0700 Subject: [PATCH] Update CHANGES for 22.07 (#2866) --- CHANGES | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/CHANGES b/CHANGES index 8104566abe2..7982e1ddcb8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,79 @@ +# 22.07 + + -- Adding control APIs and namespacing for core algorithm paths like SpGEMM, SpMV, and SpTrans. (#2859) + + -- update the SENSEI in situ coupling for SENSEI v4.0.0 (#2785) + + -- Write runtime attribs to checkpoints on GPUs (#2856) + + -- Fix gnu make on Crusher for mpi_gtl_hsa (#2857) + + -- CMake: FindDependency CUDAToolkit (#2849) + + -- NERSC Programming Environment prototype (#2848) + + -- GNU Make: No need to query mpif90 if Fortran is not used. (#2852) + + -- Remove f90doc (#2851) + + -- Explicitly invoke python3 (#2850) + + -- Maintain the high end of the 'roundoff domain' in both float and double precision (#2839) + + -- add Ok to coordsys (#2844) + + -- ParamParse: Add Files at Runtime (#2842) + + -- Fix a pathological case for 2d EB (#2840) + + -- add fvolumesum to GNUmakefile (#2836) + + -- Clamp particles shifted from plo boundary against rhi, rather than back to plo (#2814) + + -- Fix: CMake NVTX not only Hypre (#2837) + + -- Update sensei CI container for sensei v4.0 integration (#2834) + + -- HIP Memory Advise : Set managed memory to coarse grain (#2835) + + -- CMake: Fix `export` with `AMReX_INSTALL=OFF` (#2838) + + -- make PODVector work with PolymorphicArenaAllocator (#2829) + + -- Re-implement FaceLinear::interp() for InterpFromCoarseLevel (#2831) + + -- Make regrid method of Amr class public (#2833) + + -- amrex::Any (#2827) + + -- Fix line integral computation (#2830) + + -- Fix a bug in multigrid grids (#2823) + + -- Add html, additional sections to README.md (#2775) + + -- Allow StateDataPhysBCFunct to operate on face-centered data (#2819) + + -- Fix Parser ODR (#2820) + + -- CMake: Cleanup old nvToolsExt (#2817) + + -- Handle the case where we don't have enough device memory for the snd_buffer (#2705) + + -- CMake: 3.17+ (#2813) + + -- Landon/fix bug ghost particles (#2812) + + -- Follow-on to 2809; update selectActualNeighbors as well. (#2810) + + -- Generalize the type of callables that can be passed into the neighbor list build function (#2809) + + -- Add AVX2 instructions flag. (#2803) + + -- Avoid M_PI because it's not in the C++ standard (#2807) + + -- In the array version of FillPatchTwoLevels, allow specifying an (#2800) + # 22.06 -- Fix solvability issue in the nodal solver RAP approach (#2783, #2801)