Skip to content

Commit

Permalink
Bump submods/amrex from 9643da4 to 92d35c2 (#1453)
Browse files Browse the repository at this point in the history
Bumps [submods/amrex](https://github.com/AMReX-Codes/amrex) from `9643da4` to `92d35c2`.
- [Release notes](https://github.com/AMReX-Codes/amrex/releases)
- [Commits](AMReX-Codes/amrex@9643da4...92d35c2)

---
updated-dependencies:
- dependency-name: submods/amrex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc T. Henry de Frahan <[email protected]>
  • Loading branch information
dependabot[bot] and marchdf authored Jan 22, 2025
1 parent cfd3553 commit 7f25d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submods/amrex
Submodule amrex updated 40 files
+1 −2 .github/workflows/apps.yml
+5 −5 .github/workflows/hypre.yml
+0 −55 .github/workflows/intel.yml
+7 −6 .github/workflows/petsc.yml
+21 −0 CHANGES
+1 −0 Src/Amr/AMReX_Amr.cpp
+3 −3 Src/Amr/AMReX_StateData.cpp
+1 −0 Src/AmrCore/AMReX_AmrCore.cpp
+1 −1 Src/AmrCore/AMReX_Cluster.H
+2 −0 Src/Base/AMReX_DistributionMapping.H
+2 −0 Src/Base/AMReX_DistributionMapping.cpp
+1 −1 Src/Base/AMReX_MultiFabUtil.H
+1 −1 Src/Base/AMReX_MultiFabUtil.cpp
+1 −1 Src/Base/AMReX_OpenMP.cpp
+1 −1 Src/Base/AMReX_ParmParse.H
+3 −2 Src/Base/AMReX_ParmParse.cpp
+2 −0 Src/Base/AMReX_Periodicity.H
+6 −0 Src/Base/AMReX_SmallMatrix.H
+2 −2 Src/Base/AMReX_TinyProfiler.cpp
+1 −1 Src/Base/AMReX_VisMF.cpp
+4 −4 Src/EB/AMReX_EBData.H
+13 −14 Src/EB/AMReX_EBDataCollection.cpp
+18 −15 Src/Extern/HYPRE/AMReX_HypreSolver.H
+231 −0 Src/FFT/AMReX_FFT.cpp
+79 −0 Src/FFT/AMReX_FFT_Helper.H
+56 −20 Src/FFT/AMReX_FFT_Poisson.H
+224 −39 Src/FFT/AMReX_FFT_R2C.H
+318 −91 Src/FFT/AMReX_FFT_R2X.H
+1 −1 Src/LinearSolvers/AMReX_GMRES.H
+5 −7 Src/LinearSolvers/MLMG/AMReX_MLCellLinOp.H
+5 −4 Src/Particle/AMReX_NeighborParticles.H
+1 −1 Src/Particle/AMReX_NeighborParticlesGPUImpl.H
+19 −1 Src/Particle/AMReX_ParticleContainer.H
+1 −0 Src/Particle/AMReX_ParticleContainerBase.H
+1 −0 Src/Particle/AMReX_ParticleContainerBase.cpp
+2 −1 Src/Particle/AMReX_ParticleContainerI.H
+15 −0 Src/Particle/AMReX_ParticleIO.H
+17 −6 Tests/FFT/Poisson/main.cpp
+122 −23 Tools/CMake/FindAMReXFFTW.cmake
+1 −1 Tools/GNUMake/packages/Make.petsc

0 comments on commit 7f25d68

Please sign in to comment.