Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGES for 22.10 #2968

Merged
merged 1 commit into from
Sep 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
# 22.10

-- Solve an issue with particles async IO when having runtime added variables (#2966)

-- Fix int overflow in amrex::bisect (#2964)

-- Fix MLEBNodeFDLaplacian bottom solver (#2963)

-- make tagging routines EB_aware (#2962)

-- Volume weighted sum (#2961)

-- CellData: data in a single cell (#2959)

-- Quartic interpolation for cell centered data (#2960)

-- Add GPU-compatible upper bound and lower bound algorithms to AMReX_Algorithm (#2958)

-- add option for makebuildsources to specify the style arguments for 'git describe'. (#2957)

-- Add roundoff_lo corresponding to roundoff_hi for domains that don't start at 0 (#2950)

-- Add template parameter to ParallelFor and launch specifying block size (#2947)

-- Byte spread fixes (#2949)

-- CMake: HIP_PATH from ROCM_PATH (#2948)

-- Fix: Make Finalize->Initialize->F->I->... Work (#2944)

-- Changes for Cray & Clang (#2941)

-- Link to cublas when using CUDA and Hypre (#2933)

-- HIP: use coarse grained host memory (#2932)

-- EB checkpoint files (#2897)

-- Fix: Loading Files Again (#2936)

-- Check if boundary particles container has been created before clearance. (#2935)

-- SYCL: Replace deprecated atomic types and operations (#2921)

# 22.09

-- Preserve neighbor particles when sorting particles. (#2923)
Expand Down