Skip to content

Commit bb7d5cf

Browse files
authored
Update CHANGES for 24.04 (#3865)
1 parent 47347f7 commit bb7d5cf

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

CHANGES

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,92 @@
1+
# 24.04
2+
3+
-- `AddRealComp`/`AddIntComp`: Resize SoA (#3615)
4+
Fix: Resize Component on Add (#3861)
5+
6+
-- Use less device memory when checkpointing particles (#3238)
7+
8+
-- FabArray: Option to use a single contiguous chunk of memory (#3857)
9+
10+
-- AMReX_FLATTEN_FOR (#3855)
11+
Disable AMReX_FLATTEN_FOR by default (#3860)
12+
13+
-- Curl Curl Solver: Variable beta coefficient (#3810)
14+
15+
-- `MultiFab::deepCopy()` (#3848)
16+
17+
-- `FabArray<FAB>::copy` Argument Name (#3856)
18+
19+
-- Use Clang-Tidy 17 in GitHub CI (#3845)
20+
21+
-- Update to SUNDIALS v7 (#3835)
22+
23+
-- Assert: Geometry's domain is cell-centered (#3853)
24+
25+
-- Fix ReduceToPlane (#3852)
26+
27+
-- Clang-Tidy 17: modernize-type-traits (#3844)
28+
29+
-- Clang-Tidy 17: cppcoreguidelines-rvalue-reference-param-not-moved (#3825)
30+
31+
-- Clang-Tidy 17: modernize-loop-convert (#3833)
32+
Revert range based for-loop with OMP (#3839)
33+
34+
-- Clang-Tidy 17: performance-avoid-endl (#3830)
35+
36+
-- Fix a memory leak in TableData::operator= (#3807)
37+
38+
-- Update Copyright Notice and License Agreement (#3829)
39+
40+
-- Clang-Tidy 17: cppcoreguidelines-missing-std-forward (#3818)
41+
42+
-- Clang-Tidy 17: cppcoreguidelines-avoid-const-or-ref-data-members (#3817)
43+
44+
-- Clang-Tidy 17: misc-use-anonymous-namespace (#3824)
45+
46+
-- Clang-Tidy 17: bugprone-switch-missing-default-case (#3816)
47+
48+
-- Clang-Tidy 17: performance-noexcept-swap (#3822)
49+
50+
-- Fix extra indentation in fcompare output (#3823)
51+
52+
-- Clang-Tidy 17: misc-header-include-cycle (#3820)
53+
54+
-- New constructor for MPMD::Copier (#3806)
55+
56+
-- Fix deprecation warning for CUDA 12.4 (#3811)
57+
58+
-- use emplace_back / emplace where possible (#3814)
59+
60+
-- In allocateSlice, handle empty list of boxes (#3808)
61+
62+
-- Explicit Includes: MultiFab -> BaseFab (#3802)
63+
64+
-- CI: Windows Install & Test Install (#3803)
65+
66+
-- Add Tests/OpenMP/atomicAdd (#3805)
67+
68+
-- Minor changes in Src/Base/AMReX_MPMD (#3800)
69+
70+
-- add ifdefs to enable NVHPC as device compiler (#3801)
71+
72+
-- CI: Windows MSVC w/ Ninja (#3804)
73+
74+
-- omp_locks: Avoid extern global variable (#3798)
75+
76+
-- Add option to interpolate data on faces linearly in the tangential direction (#3794)
77+
78+
-- `omp_locks`: C Array (#3796)
79+
80+
-- Port WriteEBSurface by copying EB information to pinned tmps before writing. (#3793)
81+
82+
-- Robin BC: Abort if solver is not safe for reuse (#3788)
83+
84+
-- Update GMRES/MLMG for nodal solver (#3787)
85+
86+
-- TagParallelFor: Add assertion against integer overflow (#3790)
87+
88+
-- Simplify GMRES/MLMG interface (#3785)
89+
190
# 24.03
291

392
-- Fix GPU restart for pure SoA particles (#3783)

0 commit comments

Comments
 (0)