Skip to content

Commit 86a4e46

Browse files
authored
Update CHANGES for 22.02 (#2610)
1 parent 89153db commit 86a4e46

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

CHANGES

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,87 @@
1+
# 22.02
2+
3+
-- Fix I/O bug in Amr class (#2609)
4+
5+
-- Spack install instructions for Building section. (#2602)
6+
7+
-- Kernel fusing in Geometry (#2606)
8+
9+
-- Kernel fusing in FluxRegister (#2605)
10+
11+
-- TableData: A Multi-Dimensional Array Class (#2601)
12+
13+
-- FabSet::multiFab (#2604)
14+
15+
-- Disable EB solver's phi-on-centroid for hip for now (#2598)
16+
17+
-- Update locations for tutorials and minor formatting. (#2583)
18+
19+
-- CI: AMD `hip::device` also for Fortran (#2595)
20+
21+
-- fix vol initialization for Cartesian in fvolumesum (#2596)
22+
23+
-- Add headings and steps to plot vector field in ParaView doc section (#2588)
24+
25+
-- Kernel fusing in FabArrayUtility (#2593)
26+
27+
-- Change FPinfo's fact_fine_patch to always have ng=1. (#2591)
28+
29+
-- Support arbitrary refinement ratio in FaceLinear Interpolater (#2590)
30+
31+
-- Default Arena for MultiFab/iMultiFab/FabArray (#2589)
32+
33+
-- `add_par` precedence in Docs. (#2575)
34+
35+
-- Fix typo in 1D version of AMREX_LAUNCH_DEVICE_LAMBDA_DIM (#2587)
36+
37+
-- CMake: remove nonexistent header file, update minimum sundials version (#2586)
38+
39+
-- Enable CUDA in CMakeLists.txt for Spack smoke test. (#2581)
40+
41+
-- Fix warning from hiprand header (#2585)
42+
43+
-- HIP: amdclang++ (#2582)
44+
45+
-- Update sundials sycl memory helper interface (#2580)
46+
47+
-- HIP: Add -munsafe-fp-atomics to CMake (#2577)
48+
49+
-- ParmPaser::queryAdd (#2573)
50+
51+
-- Fix regression test configuration (#2574)
52+
53+
-- Convert switch statement to if statement (#2570)
54+
55+
-- remove erroneous BL_ASSERT in sundials initialization (#2568)
56+
57+
-- Support implicit function class defined on host when using device memory explicitly. (#2563)
58+
59+
-- HIP: Add -munsafe-fp-atomics to GNU Make (#2567)
60+
61+
-- GNU Make: Add a new machine, crusher (#2566)
62+
63+
-- Mapped solver support (#2088)
64+
65+
-- Update to SUNDIALS 6 (#2551)
66+
67+
-- Return a zero-size vector in ParallelDescriptor::Gather. (#2560)
68+
69+
-- Add option not to remove particles with negative ids when calling Redistribute. (#2561)
70+
71+
-- Update FillPatchTwoLevels for single component face-centered data (#2539)
72+
73+
-- Kernel fusing in FabArray Comm (#2559)
74+
75+
-- Use MF ParallelFor in error tagging (#2558)
76+
77+
-- iMultiFab I/O (#2495)
78+
79+
-- Embed more EB data in EBFArrayBox (#2550)
80+
81+
-- CpuBndryFuncFab: Face Data (#2545)
82+
83+
-- Fix bug in Parser (#2555)
84+
185
# 22.01
286

387
-- Add Gatherv for USE_MPI=FALSE. (#2549)

0 commit comments

Comments
 (0)