Skip to content

Commit d736ef2

Browse files
authored
Update CHANGES for 22.07 (#2866)
1 parent be813d0 commit d736ef2

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

CHANGES

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
# 22.07
2+
3+
-- Adding control APIs and namespacing for core algorithm paths like SpGEMM, SpMV, and SpTrans. (#2859)
4+
5+
-- update the SENSEI in situ coupling for SENSEI v4.0.0 (#2785)
6+
7+
-- Write runtime attribs to checkpoints on GPUs (#2856)
8+
9+
-- Fix gnu make on Crusher for mpi_gtl_hsa (#2857)
10+
11+
-- CMake: FindDependency CUDAToolkit (#2849)
12+
13+
-- NERSC Programming Environment prototype (#2848)
14+
15+
-- GNU Make: No need to query mpif90 if Fortran is not used. (#2852)
16+
17+
-- Remove f90doc (#2851)
18+
19+
-- Explicitly invoke python3 (#2850)
20+
21+
-- Maintain the high end of the 'roundoff domain' in both float and double precision (#2839)
22+
23+
-- add Ok to coordsys (#2844)
24+
25+
-- ParamParse: Add Files at Runtime (#2842)
26+
27+
-- Fix a pathological case for 2d EB (#2840)
28+
29+
-- add fvolumesum to GNUmakefile (#2836)
30+
31+
-- Clamp particles shifted from plo boundary against rhi, rather than back to plo (#2814)
32+
33+
-- Fix: CMake NVTX not only Hypre (#2837)
34+
35+
-- Update sensei CI container for sensei v4.0 integration (#2834)
36+
37+
-- HIP Memory Advise : Set managed memory to coarse grain (#2835)
38+
39+
-- CMake: Fix `export` with `AMReX_INSTALL=OFF` (#2838)
40+
41+
-- make PODVector work with PolymorphicArenaAllocator (#2829)
42+
43+
-- Re-implement FaceLinear::interp() for InterpFromCoarseLevel (#2831)
44+
45+
-- Make regrid method of Amr class public (#2833)
46+
47+
-- amrex::Any (#2827)
48+
49+
-- Fix line integral computation (#2830)
50+
51+
-- Fix a bug in multigrid grids (#2823)
52+
53+
-- Add html, additional sections to README.md (#2775)
54+
55+
-- Allow StateDataPhysBCFunct to operate on face-centered data (#2819)
56+
57+
-- Fix Parser ODR (#2820)
58+
59+
-- CMake: Cleanup old nvToolsExt (#2817)
60+
61+
-- Handle the case where we don't have enough device memory for the snd_buffer (#2705)
62+
63+
-- CMake: 3.17+ (#2813)
64+
65+
-- Landon/fix bug ghost particles (#2812)
66+
67+
-- Follow-on to 2809; update selectActualNeighbors as well. (#2810)
68+
69+
-- Generalize the type of callables that can be passed into the neighbor list build function (#2809)
70+
71+
-- Add AVX2 instructions flag. (#2803)
72+
73+
-- Avoid M_PI because it's not in the C++ standard (#2807)
74+
75+
-- In the array version of FillPatchTwoLevels, allow specifying an (#2800)
76+
177
# 22.06
278

379
-- Fix solvability issue in the nodal solver RAP approach (#2783, #2801)

0 commit comments

Comments
 (0)