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 23.11 #3613

Merged
merged 1 commit into from
Nov 1, 2023
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
49 changes: 49 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
# 23.11

-- Give FlashFluxRegisters ways to accumulate data in registers (#3597)

-- `AMReXBuildInfo.cmake`: AMReX_DIR (#3609)

-- update doc for amrex::Abort on GPU (#3605)

-- Add runtime particle components to HDF5 wrapper (#3596)

-- Windows: Fix Installed AMReXBuildInfo.cmake (#3606)

-- Print AMReX version at the beginning of Initialize (#3604)

-- Install Move Tools to `shared/amrex` (#3599)

-- Revert "Add ability for GCC 8 in CMake to build fgradient which uses std::filesystem" (#3601)

-- Avoid std::filesystem (#3602)

-- Fix Assertion in MLEBNodeFDLaplacian (#3594)

-- Fix a memory "leak" in VisMF's persistent streams (#3592)

-- RealVect Static: Export (#3589)

-- change MaxCnt from 4 to max(4,max_level+1) for how many iterations we… (#3588)
… allow in creation of the initial grid hierarchy

-- Add Bittree CI (#3577)

-- BCType::ext_dir_cc (#3581)

-- Disable CCache in Windows CIs (#3566)

-- Fix ICC CI by Freeing up Disk Space (#3583)

-- Docs: Link pyAMReX (#3582)

-- NodeABecLaplacian: Reuse (#3579)

-- simplify how 2d surface integrals are computed (#3571)

-- Adding bittree interface to improve regridding performance in octree mode (#3555)

-- MLNodeABecLaplacian (#3559)

-- Fix Boundary Centroid in a Corner Case in 2D (#3568)

# 23.10

-- Bugfix typo in AMReX_SundialsIntegrator.H Nvar vs NVar, the
Expand Down