Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent d76cace commit 139d918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submods/amrex
Submodule amrex updated 38 files
+1 −1 .github/workflows/clang.yml
+1 −1 .github/workflows/gcc.yml
+49 −0 CHANGES
+3 −0 Docs/sphinx_documentation/source/Basics.rst
+11 −8 Docs/sphinx_documentation/source/GPU.rst
+21 −0 Docs/sphinx_documentation/source/InputsComputeBackends.rst
+1 −0 Docs/sphinx_documentation/source/Inputs_Chapter.rst
+27 −33 Src/Base/AMReX.H
+11 −4 Src/Base/AMReX.cpp
+98 −80 Src/Base/AMReX_Algorithm.H
+24 −22 Src/Base/AMReX_Array4.H
+2 −5 Src/Base/AMReX_FabArray.H
+106 −98 Src/Base/AMReX_GpuAtomic.H
+15 −14 Src/Base/AMReX_GpuLaunch.H
+29 −0 Src/Base/AMReX_GpuQualifiers.H
+27 −25 Src/Base/AMReX_GpuRange.H
+20 −4 Src/Base/AMReX_GpuUtility.H
+40 −36 Src/Base/AMReX_Math.H
+12 −3 Src/Base/AMReX_OpenMP.H
+177 −0 Src/Base/AMReX_OpenMP.cpp
+62 −47 Src/Base/AMReX_Random.H
+14 −26 Src/Base/AMReX_Random.cpp
+52 −48 Src/Base/AMReX_TableData.H
+1 −0 Src/Base/CMakeLists.txt
+1 −0 Src/Base/Make.package
+8 −20 Src/Base/Parser/AMReX_IParser.H
+10 −25 Src/Base/Parser/AMReX_Parser.H
+2 −2 Src/Base/Parser/AMReX_Parser_Y.H
+6 −7 Src/EB/AMReX_EB2_GeometryShop.H
+3 −2 Src/Extern/HDF5/AMReX_ParticleHDF5.H
+416 −0 Src/F_Interfaces/AmrCore/AMReX_FlashFluxRegister.H
+18 −262 Src/F_Interfaces/AmrCore/AMReX_FlashFluxRegister.cpp
+35 −0 Src/F_Interfaces/AmrCore/AMReX_flash_fluxregister_fi.cpp
+75 −10 Src/F_Interfaces/AmrCore/AMReX_flash_fluxregister_mod.F90
+11 −4 Tools/CMake/AMReXBuildInfo.cmake
+1 −1 Tools/CMake/AMReXSYCL.cmake
+1 −1 Tools/GNUMake/comps/dpcpp.mak
+5 −0 Tools/Plotfile/CMakeLists.txt

0 comments on commit 139d918

Please sign in to comment.