There is a newer version of the record available.

Published February 2, 2026 | Version 26.02

AMReX-Codes/amrex: AMReX 26.02

  • 1. Center for Computational Sciences and Engineering, Lawrence Berkeley National Laboratory
  • 2. Computer Science Department, Lawrence Berkeley National Laboratory
  • 3. Center for Computational Sciences and Engineering and NERSC, Lawrence Berkeley National Laboratory
  • 4. Applied Numerical Algorithms Group, Lawrence Berkeley National Laboratory
  • 5. Accelerator Technology & Applied Physics Division, Lawrence Berkeley National Laboratory
  • 6. NVIDIA Corporation
  • 7. Department of Physics and Astronomy, Stony Brook University

Description

What's Changed

  • Correct verbose output with SUNDIALS MRI methods by @gardner48 in https://github.com/AMReX-Codes/amrex/pull/4876
  • Use PolymorphicArenaAllocator in the SOAParticle test by @atmyers in https://github.com/AMReX-Codes/amrex/pull/4859
  • FFTW: Always initialize FFTW for users when OMP is on by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4861
  • Linear solver documentation: Add curl-curl, open bc and gmres by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4815
  • Doxygen: Remove Fortran by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4879
  • CI: Zenodo Validator by @ax3l in https://github.com/AMReX-Codes/amrex/pull/4878
  • Doxygen: Add topics by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4881
  • Move MF ParallelFor out of namespace experimental by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4887
  • Doxygen: Hide classes and functions that are implementation details by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4886
  • Doxygen: Add topic Utilities by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4889
  • Remove uses of Box range version of amrex::launch by @AlexanderSinn in https://github.com/AMReX-Codes/amrex/pull/4890
  • Remove identity Lambdas in amrex::launch by @AlexanderSinn in https://github.com/AMReX-Codes/amrex/pull/4891
  • ReduceOps.eval with BoxND by @AlexanderSinn in https://github.com/AMReX-Codes/amrex/pull/4875
  • Reuse GPU tags in MLEBABecLap::applyBC() by @ankithadas in https://github.com/AMReX-Codes/amrex/pull/4882
  • MFIter: Device sync optimization by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4897
  • Fix a bug introduced in #4897 by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4898
  • Convert Array4 to ArrayND by @ankithadas in https://github.com/AMReX-Codes/amrex/pull/4868
  • DistributionMapping: ConvertCostFromRealToLong by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4894
  • Make IntVectND functions constexpr by @ankithadas in https://github.com/AMReX-Codes/amrex/pull/4905
  • MakeNewGrids: param to set number of grid iterations by @BenWibking in https://github.com/AMReX-Codes/amrex/pull/4903
  • Reuse Gpu tags in MLCellLinOp::applyBC() by @ankithadas in https://github.com/AMReX-Codes/amrex/pull/4899
  • FFTW: Remove cleanup to avoid potenial issues by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4908
  • ArrayND: Add specialization for Array4 by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4900
  • Fix bug in multi-ghost FillBoundary for the Alamo code by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4906
  • EB: First batch of Marching Cubes by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4778
  • SpMatrix: Generalize to rectangular shape and add transpose function by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4870
  • ParmParse: Print parsed values as comments in prettyPrint by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4827
  • Reserve space in particle redistribution by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4731
  • Reapply "add a dependabot.yml to checkout github actions versions (#3704)" (#3710) by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4909
  • CI: Update ccache by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4910
  • Bump Jimver/cuda-toolkit from 0.2.19 to 0.2.30 by @dependabot[bot] in https://github.com/AMReX-Codes/amrex/pull/4911
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/AMReX-Codes/amrex/pull/4912
  • Bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/AMReX-Codes/amrex/pull/4914
  • Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.8.0 by @dependabot[bot] in https://github.com/AMReX-Codes/amrex/pull/4915
  • CI: Restrict push triggered runs to development branch by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4916
  • CSR: Miss streamSynchronize in SYCL version of sortCSR by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4917
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/AMReX-Codes/amrex/pull/4913
  • Doxygen: Add topic on memory arenas and allocators by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4918
  • GitHub Actions: Ignore 'dependabot/**' branches by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4919
  • AMREX_HOST_DEVICE_FOR_[34]D_FLAG: Pass by reference in CPU code by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4920
  • Update CHANGES for 26.02 by @WeiqunZhang in https://github.com/AMReX-Codes/amrex/pull/4932

Full Changelog: https://github.com/AMReX-Codes/amrex/compare/26.01...26.02

Files

AMReX-Codes/amrex-26.02.zip

Files (10.2 MB)

Name Size Download all
md5:3ac67e98b6e9ec12b966971d556833dd
10.2 MB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/AMReX-Codes/amrex/tree/26.02 (URL)

Software