Skip to content

Commit

Permalink
Bump Submodules/AMReX from 96db0a6 to b3f6738 (#2038)
Browse files Browse the repository at this point in the history
Bumps [Submodules/AMReX](https://github.com/amrex-codes/amrex) from `96db0a6` to `b3f6738`.
- [Release notes](https://github.com/amrex-codes/amrex/releases)
- [Commits](AMReX-Codes/amrex@96db0a6...b3f6738)

---
updated-dependencies:
- dependency-name: Submodules/AMReX
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 746fe73 commit ce99e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submodules/AMReX
Submodule AMReX updated 37 files
+1 −2 .github/workflows/apps.yml
+2 −1 .github/workflows/dependencies/dependencies_hip.sh
+2 −1 .github/workflows/dependencies/dependencies_nvcc.sh
+1 −1 Src/Base/AMReX_MultiFabUtil.H
+1 −1 Src/Base/AMReX_MultiFabUtil.cpp
+3 −3 Src/Base/AMReX_ParallelDescriptor.H
+2 −0 Src/Base/AMReX_Periodicity.H
+27 −11 Src/Base/AMReX_TableData.H
+7 −0 Src/EB/AMReX_EBFabFactory.cpp
+231 −0 Src/FFT/AMReX_FFT.cpp
+79 −0 Src/FFT/AMReX_FFT_Helper.H
+56 −20 Src/FFT/AMReX_FFT_Poisson.H
+223 −38 Src/FFT/AMReX_FFT_R2C.H
+318 −91 Src/FFT/AMReX_FFT_R2X.H
+58 −0 Src/LinearSolvers/AMReX_AlgPartition.H
+102 −0 Src/LinearSolvers/AMReX_AlgPartition.cpp
+453 −0 Src/LinearSolvers/AMReX_AlgVector.H
+9 −0 Src/LinearSolvers/AMReX_Algebra.H
+160 −0 Src/LinearSolvers/AMReX_GMRES_MV.H
+46 −0 Src/LinearSolvers/AMReX_Smoother_MV.H
+192 −0 Src/LinearSolvers/AMReX_SpMV.H
+645 −0 Src/LinearSolvers/AMReX_SpMatrix.H
+8 −0 Src/LinearSolvers/CMakeLists.txt
+11 −0 Src/LinearSolvers/Make.package
+13 −5 Src/Particle/AMReX_ParticleCommunication.H
+29 −12 Src/Particle/AMReX_ParticleCommunication.cpp
+18 −0 Src/Particle/AMReX_ParticleContainer.H
+15 −0 Src/Particle/AMReX_ParticleIO.H
+9 −0 Tests/Algebra/GMRES/CMakeLists.txt
+17 −0 Tests/Algebra/GMRES/GNUmakefile
+1 −0 Tests/Algebra/GMRES/Make.package
+119 −0 Tests/Algebra/GMRES/main.cpp
+1 −1 Tests/CMakeLists.txt
+17 −6 Tests/FFT/Poisson/main.cpp
+18 −5 Tools/CMake/AMReXParallelBackends.cmake
+1 −1 Tools/GNUMake/Make.defs
+2 −8 Tools/GNUMake/comps/hip.mak

0 comments on commit ce99e27

Please sign in to comment.