Skip to content

Commit 64ab8fa

Browse files
authored
Update CHANGES for 21.10 (#2372)
1 parent 6f2dc1d commit 64ab8fa

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

CHANGES

+59
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
# 21.10
2+
3+
-- Update for oneapi 2021.4.0 (#2368)
4+
5+
-- Port CellConservativeQuartic to C++ with GPU support (#2362)
6+
7+
-- Port CellConservativeProtected::protect() to C++ with GPU support (#2347)
8+
9+
-- CMake CUDA Debug: -G by Default (#2355)
10+
11+
-- OverlapSync nowait and finish. (#2346)
12+
13+
-- Add another overload for PC::Checkpoint (#2353)
14+
15+
-- Call setLevelBC from getFluxes in case we have set up the projector
16+
class but not yet called project (#2345)
17+
18+
-- Function to atomically set particle ids (#2344)
19+
20+
-- Remove macro: CRSEGRNDOMP and AMREX_CRSEGRNDOMP (#2339)
21+
22+
-- Don't rely on mananaged memory in PC::InitOnePerCell (#2337)
23+
24+
-- TinyProfile parser that saves data in a machine-readable format (#2335)
25+
26+
-- Fix return type of MLEBNodeFDLaplacian::setEBDirichlet (#2329)
27+
28+
-- ParReduce (#2327)
29+
30+
-- Remove some versions of ParallelFor(MF) (#2326)
31+
32+
-- Update MLMG solver to allow variable number of ghost nodes for variable refinement ratios (#2319)
33+
34+
-- CMake: Always CUDA Perf-Neutral Debug (#2321)
35+
36+
-- Add version of SumBoundary that takes src_nghost (#2322)
37+
38+
-- Remove the Old Fusing Approach (#2308)
39+
40+
-- Add const to Array's sum and product functions (#2316)
41+
42+
-- Fix signed/unsigned comparison in diagnostic neighbor list function. (#2312)
43+
44+
-- HDF5 I/O and Compression (#2220)
45+
46+
-- Use ParallelFor(Tag) in Linear Solver Preparation (#2297)
47+
48+
-- TagBoxArray: Remove omp parallel inside GPU launch region (#2309)
49+
50+
-- Update DiffMultiFab tool (#2307)
51+
52+
-- Kernel fusing in linear solver's applyBC (#2295)
53+
54+
-- Adding new parallel for into normalize method of node laplacian. (#2299)
55+
56+
-- Gpu::Atomic::If (#2301)
57+
58+
-- add adaptor and bridge for amrMesh+Particles (#2285, #2364)
59+
160
# 21.09
261

362
-- Migrate Fortran kernles in the Advection_AmrLevel test to C++. (#2296,

0 commit comments

Comments
 (0)