Skip to content

Commit

Permalink
Bump extern/amrex from 1aea95c to b95482d (#409)
Browse files Browse the repository at this point in the history
Bumps [extern/amrex](https://github.com/AMReX-Codes/amrex) from `1aea95c` to `b95482d`.
- [Release notes](https://github.com/AMReX-Codes/amrex/releases)
- [Commits](AMReX-Codes/amrex@1aea95c...b95482d)

---
updated-dependencies:
- dependency-name: extern/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 Oct 1, 2023
1 parent 913b6e4 commit 7767642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/amrex
Submodule amrex updated 78 files
+33 −0 .codespell-ignore-words
+3 −0 .codespellrc
+2 −2 .github/workflows/cleanup-cache-postpr.yml
+2 −2 .github/workflows/cleanup-cache.yml
+23 −0 .github/workflows/codespell.yml
+1 −0 .github/workflows/cuda.yml
+40 −0 .github/workflows/dependencies/ubuntu_free_disk_space.sh
+1 −0 .github/workflows/intel.yml
+1 −1 Docs/sphinx_documentation/source/AmrCore.rst
+6 −6 Docs/sphinx_documentation/source/GPU.rst
+1 −1 Docs/sphinx_documentation/source/InputsPlotFiles.rst
+1 −1 Docs/sphinx_documentation/source/LinearSolvers.rst
+2 −2 Docs/sphinx_documentation/source/Particle.rst
+3 −3 Src/AmrCore/AMReX_FillPatcher.H
+3 −3 Src/AmrCore/AMReX_FluxRegister.H
+3 −3 Src/Base/AMReX.cpp
+1 −1 Src/Base/AMReX_ANSIEscCode.H
+1 −1 Src/Base/AMReX_Arena.H
+1 −1 Src/Base/AMReX_BLProfiler.cpp
+1 −1 Src/Base/AMReX_CArena.H
+1 −1 Src/Base/AMReX_CTOParallelForImpl.H
+1 −1 Src/Base/AMReX_DistributionMapping.H
+3 −3 Src/Base/AMReX_FabArray.H
+1 −1 Src/Base/AMReX_FabArrayUtility.H
+2 −2 Src/Base/AMReX_GpuControl.H
+1 −1 Src/Base/AMReX_IntVect.H
+2 −1 Src/Base/AMReX_MultiFabUtil.cpp
+1 −1 Src/Base/AMReX_MultiFabUtilI.H
+1 −1 Src/Base/AMReX_PODVector.H
+9 −9 Src/Base/AMReX_ParReduce.H
+15 −0 Src/Base/AMReX_ParmParse.cpp
+1 −1 Src/Base/AMReX_Utility.cpp
+1 −1 Src/Base/AMReX_VisMF.H
+1 −1 Src/Boundary/AMReX_InterpBndryData.H
+1 −1 Src/Boundary/AMReX_YAFluxRegister.H
+1 −1 Src/EB/AMReX_EB2_GeometryShop.H
+1 −1 Src/EB/AMReX_EB2_Level.H
+1 −7 Src/EB/AMReX_EB2_Level.cpp
+5 −0 Src/EB/AMReX_EBCellFlag.H
+15 −0 Src/EB/AMReX_EBCellFlag.cpp
+11 −0 Src/EB/AMReX_EBDataCollection.cpp
+5 −4 Src/EB/AMReX_EB_RedistributionApply.cpp
+1 −1 Src/EB/AMReX_EB_STL_utils.cpp
+2 −2 Src/EB/AMReX_EB_utils.H
+2 −2 Src/Extern/HDF5/AMReX_ParticlesHDF5.H
+5 −5 Src/Extern/SENSEI/AMReX_AmrMeshDataAdaptor.cpp
+1 −1 Src/Extern/SENSEI/AMReX_AmrMeshParticleInSituBridge.H
+8 −8 Src/Extern/SENSEI/AMReX_ParticleDataAdaptorI.H
+133 −4 Src/Extern/SUNDIALS/AMReX_SundialsIntegrator.H
+1 −1 Src/Extern/SUNDIALS/AMReX_Sundials_Core.cpp
+16 −0 Src/F_Interfaces/Base/AMReX_multifabutil_fi.cpp
+24 −1 Src/F_Interfaces/Base/AMReX_multifabutil_mod.F90
+4 −4 Src/LinearSolvers/MLMG/AMReX_MLLinOp.H
+2 −2 Src/LinearSolvers/MLMG/AMReX_MLNodeLaplacian.cpp
+6 −6 Src/Particle/AMReX_DenseBins.H
+1 −1 Src/Particle/AMReX_NeighborParticles.H
+6 −4 Src/Particle/AMReX_ParIter.H
+1 −1 Src/Particle/AMReX_ParticleCommunication.H
+5 −5 Src/Particle/AMReX_ParticleContainer.H
+24 −20 Src/Particle/AMReX_ParticleContainerI.H
+2 −2 Src/Particle/AMReX_ParticleInit.H
+10 −1 Src/Particle/AMReX_ParticleTile.H
+6 −10 Src/Particle/AMReX_ParticleUtil.H
+3 −3 Tests/FortranInterface/Advection_F/Source/my_amr_mod.F90
+3 −3 Tests/FortranInterface/Advection_octree_F/Source/my_amr_mod.F90
+2 −2 Tests/GPU/Vector/main.cpp
+1 −1 Tests/HDF5Benchmark/sz.config
+2 −2 Tests/LinearSolvers/Hypre/MyTest.cpp
+1 −1 Tests/Parser2/main.cpp
+1 −1 Tests/Particles/GhostsAndVirtuals/main.cpp
+1 −1 Tests/Particles/RedistributeSOA/main.cpp
+1 −1 Tests/Particles/SENSEI_Insitu_SOA/main.cpp
+1 −1 Tools/CMake/AMReXConfig.cmake.in
+1 −1 Tools/CMake/AMReXOptions.cmake
+2 −2 Tools/C_scripts/mmclt.py
+1 −1 Tools/GNUMake/Make.defs
+1 −1 Tools/GNUMake/Make.rules
+1 −1 Tools/GNUMake/comps/hip.mak

0 comments on commit 7767642

Please sign in to comment.