Skip to content

Commit

Permalink
Update CHANGES for 24.07 (#4010)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Jul 1, 2024
1 parent 7418556 commit 672e7bc
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
# 24.07

-- HDF5: Correctly handle writing only some components when writing Particle (#4005)

-- HDF5: Correctly choose datatype of plotfile based on RD numBytes (#4006)

-- Fix L2 norms in C_util/Convergence codes (#4009)

-- Match the dimensions of reqd_work_group_size to submitted nd_range (#4002)

-- GNU Make: try nvidia-smi for CUDA arch if deviceQuery fails (#3997)

-- Sundials Update (#3984)

-- Derive: Add MultiFab version of DeriveFunc (#3990)

-- GNU Make: Add support for CUDA LTO (#3993)

-- Bottom Solver: Keep the unconverged result if it's an improvement (#3991)

-- Multi-level composite solver using hypre (#3987)
Workaround std::exclusive_scan issue with old compilers (#3996)

-- TableData: Add support for row-major order (amrex::Order::C) (#3973)

-- Avoid self copy in MultiFab::Copy (#3986)

-- Convert IntVect to IntVectND (#3969)

-- GNU Make: Don't replace -I with -isystem for MPI include paths (#3985)

-- Add pyamrex CI (#3967)

-- const auto ptd -> const auto& ptd (#3983)

-- Fix ctests with HIP (#3982)

-- Add TupleSplit (#3978)

-- use HIP stream-ordered allocator (#3980)

-- Add structured binding support to GpuTuple (#3977)

-- New FillPatch function: FillPatchNLevels (#3974)

-- Update GNUmake files for NREL machines. (#3975)

-- SYCL for Nvidia: Re-enable CI without tests (#3971)

-- Skip empty particle tiles in operator++ to avoid race condition in constructor. (#3951)

-- adding physical and math BC types for inflow-outflow BCs (#3965)

# 24.06

-- add missing AMReX_SUNDIALS in AMReXConfig.cmake (#3962)
Expand Down

0 comments on commit 672e7bc

Please sign in to comment.