Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent f54b084 commit 05bc6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submodules/amrex
Submodule amrex updated 77 files
+9 −0 .github/workflows/apps.yml
+7 −0 .github/workflows/bittree.yml
+5 −1 .github/workflows/catalyst.yml
+29 −0 .github/workflows/check_changes.yml
+11 −2 .github/workflows/clang.yml
+5 −1 .github/workflows/codeql.yml
+11 −0 .github/workflows/cuda.yml
+1 −0 .github/workflows/dependencies/dependencies_hip.sh
+31 −0 .github/workflows/gcc.yml
+11 −0 .github/workflows/hip.yml
+9 −0 .github/workflows/hypre.yml
+13 −0 .github/workflows/intel.yml
+7 −0 .github/workflows/macos.yml
+5 −0 .github/workflows/petsc.yml
+5 −0 .github/workflows/sensei.yml
+5 −0 .github/workflows/smoke.yml
+7 −0 .github/workflows/sundials.yml
+9 −0 .github/workflows/windows.yml
+56 −0 CHANGES
+1 −1 Docs/sphinx_documentation/source/Basics.rst
+109 −15 Docs/sphinx_documentation/source/FFT.rst
+2 −0 Docs/sphinx_documentation/source/GPU.rst
+2 −2 Src/AmrCore/AMReX_TagBox.cpp
+2 −2 Src/Base/AMReX.H
+16 −8 Src/Base/AMReX.cpp
+7 −1 Src/Base/AMReX_BoxArray.H
+36 −3 Src/Base/AMReX_BoxArray.cpp
+27 −21 Src/Base/AMReX_DistributionMapping.H
+11 −0 Src/Base/AMReX_DistributionMapping.cpp
+55 −0 Src/Base/AMReX_FabArrayCommI.H
+13 −13 Src/Base/AMReX_GpuLaunchFunctsG.H
+2 −2 Src/Base/AMReX_MultiFabUtil.cpp
+1 −1 Src/Base/AMReX_NonLocalBC.H
+4 −4 Src/Base/AMReX_REAL.H
+60 −0 Src/Base/AMReX_Random.H
+7 −0 Src/Base/AMReX_Random.cpp
+8 −11 Src/Base/AMReX_Reduce.H
+9 −9 Src/Base/AMReX_Scan.H
+43 −1 Src/Base/AMReX_VisMF.cpp
+12 −5 Src/Base/Parser/AMReX_IParser.H
+7 −1 Src/Base/Parser/AMReX_IParser.cpp
+13 −6 Src/Base/Parser/AMReX_Parser.H
+7 −1 Src/Base/Parser/AMReX_Parser.cpp
+19 −0 Src/Base/Parser/AMReX_Parser_Y.H
+1 −0 Src/Base/Parser/amrex_parser.l
+125 −119 Src/Base/Parser/amrex_parser.lex.nolint.H
+1 −1 Src/EB/AMReX_EB2_Level.cpp
+8 −3 Src/EB/AMReX_EB_STL_utils.cpp
+5 −4 Src/Extern/HDF5/Make.package
+7 −959 Src/FFT/AMReX_FFT.H
+82 −1 Src/FFT/AMReX_FFT.cpp
+1,424 −1 Src/FFT/AMReX_FFT_Helper.H
+333 −0 Src/FFT/AMReX_FFT_LocalR2C.H
+214 −0 Src/FFT/AMReX_FFT_OpenBCSolver.H
+513 −87 Src/FFT/AMReX_FFT_Poisson.H
+773 −0 Src/FFT/AMReX_FFT_R2C.H
+803 −0 Src/FFT/AMReX_FFT_R2X.H
+4 −0 Src/FFT/CMakeLists.txt
+2 −0 Src/FFT/Make.package
+40 −22 Src/LinearSolvers/AMReX_GMRES.H
+0 −1 Src/LinearSolvers/MLMG/AMReX_MLCGSolver.H
+54 −51 Src/LinearSolvers/MLMG/AMReX_MLEBNodeFDLaplacian.cpp
+1 −1 Src/Particle/AMReX_ParticleContainerI.H
+1 −1 Src/Particle/AMReX_ParticleUtil.H
+12 −0 Tests/FFT/OpenBC/CMakeLists.txt
+26 −0 Tests/FFT/OpenBC/GNUmakefile
+1 −0 Tests/FFT/OpenBC/Make.package
+123 −0 Tests/FFT/OpenBC/main.cpp
+175 −82 Tests/FFT/Poisson/main.cpp
+50 −5 Tests/FFT/R2C/main.cpp
+10 −0 Tests/FFT/R2X/CMakeLists.txt
+26 −0 Tests/FFT/R2X/GNUmakefile
+1 −0 Tests/FFT/R2X/Make.package
+121 −0 Tests/FFT/R2X/main.cpp
+3 −0 Tools/CMake/AMReXCUDAOptions.cmake
+5 −0 Tools/CMake/AMReXParallelBackends.cmake
+5 −0 Tools/CMake/AMReX_SetupCUDA.cmake

0 comments on commit 05bc6c3

Please sign in to comment.