Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent b462d64 commit a1f6cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submodules/amrex
Submodule amrex updated 56 files
+1 −2 .github/workflows/apps.yml
+2 −1 .github/workflows/dependencies/dependencies_hip.sh
+2 −1 .github/workflows/dependencies/dependencies_nvcc.sh
+2 −2 .github/workflows/intel.yml
+1 −3 Docs/Readme.sphinx
+2 −2 Src/Base/AMReX_COORDSYS_2D_C.H
+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
+179 −0 Src/EB/AMReX_EBData.H
+3 −0 Src/EB/AMReX_EBDataCollection.H
+5 −0 Src/EB/AMReX_EBFabFactory.H
+84 −1 Src/EB/AMReX_EBFabFactory.cpp
+1 −0 Src/EB/CMakeLists.txt
+2 −0 Src/EB/Make.package
+231 −0 Src/FFT/AMReX_FFT.cpp
+79 −0 Src/FFT/AMReX_FFT_Helper.H
+5 −5 Src/FFT/AMReX_FFT_OpenBCSolver.H
+56 −20 Src/FFT/AMReX_FFT_Poisson.H
+223 −39 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
+3 −2 Src/LinearSolvers/AMReX_GMRES.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
+7 −1 Src/LinearSolvers/MLMG/AMReX_MLCurlCurl.H
+83 −2 Src/LinearSolvers/MLMG/AMReX_MLCurlCurl.cpp
+138 −14 Src/LinearSolvers/MLMG/AMReX_MLCurlCurl_K.H
+29 −30 Src/LinearSolvers/MLMG/AMReX_MLEBABecLap_2D_K.H
+56 −47 Src/LinearSolvers/MLMG/AMReX_MLEBABecLap_3D_K.H
+3 −21 Src/LinearSolvers/MLMG/AMReX_MLEBABecLap_F.cpp
+0 −2 Src/LinearSolvers/MLMG/Make.package
+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
+1 −1 Tests/LinearSolvers/CurlCurl/MyTest.cpp
+30 −7 Tests/LinearSolvers/CurlCurl/initProb_K.H
+18 −5 Tools/CMake/AMReXParallelBackends.cmake
+1 −1 Tools/GNUMake/Make.defs
+2 −8 Tools/GNUMake/comps/hip.mak

0 comments on commit a1f6cb4

Please sign in to comment.