Skip to content

Commit 500ab4f

Browse files
authored
Update CHANGES for 21.11 (#2451)
1 parent 2cfe835 commit 500ab4f

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

Diff for: CHANGES

+82
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,85 @@
1+
# 21.11
2+
3+
-- Set to never write fill values to the dataset for HDF5 output (#2450)
4+
5+
-- Lower Hypre minimum version to 2.20. (#2446)
6+
7+
-- Fix use-after-free in the flush of parallel copy meta-data cache. (#2443)
8+
9+
-- Update MPI config checking to include Intel MPI wrappers for DPCPP (#2435)
10+
11+
-- Add EBCellFlagFab::getNumRegularCells, getNumCutCells and getNumCoveredCells (#2422)
12+
13+
-- ExclusiveSum on GPU: return 0 when size of pointer is 0 (#2440)
14+
15+
-- Multi-component overset solver (#2429)
16+
17+
-- Use -rpath=dir instead of -rpath dir for dpcpp. (#2439)
18+
19+
-- DPCPP: Use -g1 for non-debug build (#2438)
20+
21+
-- DPCPP: Fix warning on tautological-constant-compare (#2436)
22+
23+
-- Tests: Safe-Guard Module Dirs (#2434)
24+
25+
-- Remove deprecated BaseUmap (#2425)
26+
27+
-- Update WarpX EB solver (#2421)
28+
29+
-- MLNodeLaplacian: Fix max coarsening level for enclosed EB (#2431)
30+
31+
-- Fix two IO overflow bugs uncovered by NyX. (#2417)
32+
33+
-- Cleanup of amrdata (#2430)
34+
35+
-- Set options to allow other Doxygen docs to link to AMReX. (#2424)
36+
37+
-- Remove DArena and EArena (#2426)
38+
39+
-- Update MLNodeTensorLap for WarpX (#2416)
40+
41+
-- Reduce peak memory usage when sorting particles. (#2414)
42+
43+
-- Extend CellQuadratic Interpolater to 3D (#2409)
44+
45+
-- Fix 2D bug in EB2::SplineIF (#2407)
46+
47+
-- Cleanup Tools/Postprocessing/C_src (#2398)
48+
49+
-- Port CellQuadratic to C++ with GPU support (#2369)
50+
51+
-- added bamg option to set restriction type (#2402)
52+
53+
-- Fix dot product mask in EB nodal solver (#2404)
54+
55+
-- Move Tools/C_util/Convergence/WritePlotFile to Src/Extern/amrdata. (#2397)
56+
57+
-- Arena Document and PrintUsage (#2403)
58+
59+
-- BArena: Make a static BArena object (#2401)
60+
61+
-- Make fcompare print usage and exit if only one plotfile is provided. (#2388)
62+
63+
-- Add Arena::PrintUsageToFiles for debugging (#2392)
64+
65+
-- Update c util (#2390)
66+
67+
-- Adding ILU smoothing parameters for Hypre interface. (#2382)
68+
69+
-- Avoid free after amrex::Finalize (#2389)
70+
71+
-- Workaround for nvcc bug that (sometimes) incorrectly complains about unused TinyProfiler variables. (#2383)
72+
73+
-- Add floor and ceil to parser (#2380)
74+
75+
-- CI: Groups Include Branch (#2379)
76+
77+
-- Fix bug in the particle communication routines when the number of chars in the message is > MAXINT. (#2376)
78+
79+
-- ROCm now supports __managed__ (#2377)
80+
81+
-- Fix read unitialized memory issue in MLMG solver (#2373)
82+
183
# 21.10
284

385
-- Update for oneapi 2021.4.0 (#2368)

0 commit comments

Comments
 (0)