Skip to content

Commit aba5f01

Browse files
authored
Update CHANGES for 24.10 (#4177)
1 parent 6d9c25b commit aba5f01

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

CHANGES

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
# 24.10
2+
3+
-- TinyProfiler: Remove unnecessary precision() call (#4174)
4+
5+
-- Fix GCC 12 & 13 warnings on null-dereference (#4171)
6+
7+
-- fix: wavefront_size for gfx11* (#4170)
8+
9+
-- CI: Test GCC-13 (#4169)
10+
11+
-- allow hidden dimension when calling FFlux routines (#4162)
12+
13+
-- Deregister BArena from Profiling in Arena::Finalize (#4164)
14+
15+
-- FillPatchSingleLevel and FillPatchTwoLevels for ERF (#4158)
16+
17+
-- `ParmParse:addFile`: User-Friendly Error (#4156)
18+
19+
-- Adding computation of complete elliptic integrals into amrex::Math (#4151)
20+
21+
-- Fix roundoff issue in SUNDIALS evolve() (#4148) (#4157)
22+
23+
-- Add a new InterFromCoarseLevel for ERF (#4150)
24+
25+
-- Add ParmParse features for WarpX (#4149)
26+
27+
-- ParmParse::queryAsDouble: Support bool and std::optional (#4152)
28+
29+
-- add geometric terms for spherical 2D support. (#4141)
30+
31+
-- Add std::setfill to PrintMemStats (#4147)
32+
33+
-- Add ParmParse::query_enum_sloppy that can ignore characters (#4145)
34+
35+
-- Fix ParmParse::query_enum_case_insensitive (#4144)
36+
37+
-- AMREX_ENUM: Add more capabilites (#4143)
38+
39+
-- Add ParmParse::eval (#4142)
40+
41+
-- AnyCTO with arbitrary number of functions (#4135)
42+
43+
-- IOFormatSaver (#4104)
44+
45+
-- amrex::Stack (#4139)
46+
47+
-- Use BL_PROFILE instead of BL_PROFILE_VAR to time in knapsack()swap (#4134)
48+
49+
-- Add iMultiFab::sum that returns the sum over a region (#4132)
50+
51+
-- EB Boundary Area: Fix issues for anisotropic cell size (#4131)
52+
53+
-- `ParmParse`: Prefix to `FILE` (#4126)
54+
55+
-- MLMG: Minimum domain width (#4129)
56+
57+
-- Capability adds for ParmParse enum (#4119)
58+
59+
-- use perl instead of sed in style checks for portability to MacOS (#4127)
60+
61+
-- Fortran Interfaces: Add new average down functions (#4124)
62+
63+
-- TinyProfiler: A few updates (#4102)
64+
65+
-- ArenaProfiler: Fix clang-tidy warning (#4128)
66+
67+
-- CTOParallelFor with BoxND / add AnyCTO (#4109)
68+
69+
-- TinyProfiler with BArena and PArena (#4113)
70+
71+
-- Fix Fortran interface compilation issue using `nvfortran` (#4115)
72+
73+
-- `AMREX_DEVICE_PRINTF`: Host (#4116)
74+
75+
-- EB: don't abort for no-op case in unsupported addFineLevels functions (#4123)
76+
77+
-- Fix FillPatchNLevels (#4117)
78+
179
# 24.09
280

381
-- Curl Curl Solver: Option to use PCG instead of LU (#3812)

0 commit comments

Comments
 (0)