Skip to content

Commit 5792f43

Browse files
authored
Update CHANGES for 22.04 (#2689)
1 parent 75e2e7d commit 5792f43

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

CHANGES

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
# 22.04
2+
3+
-- Fix parser expressions (#2682)
4+
5+
-- fixes to build CUDA with Clang (#2681)
6+
7+
-- CI: Apple Silicon (#2672)
8+
9+
-- Use the roundoff domain in enforcePeriodic. (#2679)
10+
11+
-- Catch CUDA 11.6 bug at compile time (#2677)
12+
13+
-- MPI+OMP+HIP build capability (#2676)
14+
15+
-- EB Flow (#2661)
16+
17+
-- BackTrace workarounds (#2667)
18+
19+
-- Redefine ParticleContainter multifab after setting particle boxarray and dmap (#2673)
20+
21+
-- Handle the case where we lose a level in RedistributeGPU (#2670)
22+
23+
-- Add int overflow assert check before Bcast wrapper (#2649)
24+
25+
-- Allow ParticleToMesh and MeshToParticle to access runtime particle components (#2668)
26+
27+
-- Fix bugs in the MultiBlock test (#2662)
28+
29+
-- Separate version strings for particle plotfiles and checkpoints. (#2663)
30+
31+
-- Add support for SZ compression in HDF5 output (#2644)
32+
33+
-- Removed the use of H5Aget_storage_size (#2656)
34+
35+
-- Add prefetchToHost and prefetchToDevice for GPU containers (#2655)
36+
37+
-- Introduce `AMReX_Version.H` (#2653)
38+
39+
-- Add move assignment operator to Fab (#2652)
40+
41+
-- Added an option to set fast MRI dt directly instead of using the integer ratio of slow/fast dt. (#2651)
42+
43+
-- AMReX_Config.H: AMREX_EXPORT_DYNAMIC (#2650)
44+
45+
-- Fix bug affecting neighbor proc calculation with mesh refinement. (#2646)
46+
47+
-- Update flags for DPC++ AOT (#2643)
48+
49+
-- Doc + CMake: AMREX_EXPORT_DYNAMIC (#2635)
50+
51+
-- Update SpackSmokeTest to run with Fortran and/or HIP. (#2629)
52+
53+
-- Simplify CoordSys::IsRZ and IsSPHERICAL (#2642)
54+
55+
-- Take advantage of async copies in PODVector. (#2641)
56+
57+
-- HIP: atomicAddNoRet (#1809)
58+
159
# 22.03
260

361
-- ParticleTile: push_back_real/int w/ Vector (#2634)

0 commit comments

Comments
 (0)