Skip to content

Commit

Permalink
Bump AMReX hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Oct 21, 2024
1 parent 366e5bb commit 808976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Submodules/AMReX
Submodule AMReX updated 45 files
+1 −0 .github/workflows/apps.yml
+4 −1 .github/workflows/clang.yml
+4 −1 .github/workflows/cuda.yml
+1 −0 .github/workflows/dependencies/dependencies.sh
+1 −0 .github/workflows/dependencies/dependencies_clang.sh
+1 −0 .github/workflows/dependencies/dependencies_gcc.sh
+1 −0 .github/workflows/dependencies/dependencies_hip.sh
+1 −0 .github/workflows/dependencies/dependencies_nvcc.sh
+11 −2 .github/workflows/gcc.yml
+5 −1 .github/workflows/hip.yml
+2 −0 .github/workflows/intel.yml
+4 −0 Docs/sphinx_documentation/source/BuildingAMReX.rst
+71 −0 Docs/sphinx_documentation/source/FFT.rst
+16 −0 Docs/sphinx_documentation/source/FFT_Chapter.rst
+1 −0 Docs/sphinx_documentation/source/index.rst
+3 −0 GNUmakefile.in
+3 −0 Src/Base/AMReX_FabArray.H
+3 −3 Src/Base/AMReX_GpuComplex.H
+20 −0 Src/Base/AMReX_GpuError.H
+29 −14 Src/Base/AMReX_MultiFabUtil.H
+12 −7 Src/Base/AMReX_MultiFabUtil.cpp
+4 −0 Src/CMakeLists.txt
+969 −0 Src/FFT/AMReX_FFT.H
+40 −0 Src/FFT/AMReX_FFT.cpp
+29 −0 Src/FFT/AMReX_FFT_Helper.H
+259 −0 Src/FFT/AMReX_FFT_Poisson.H
+14 −0 Src/FFT/CMakeLists.txt
+10 −0 Src/FFT/Make.package
+8 −0 Tests/CMakeLists.txt
+10 −0 Tests/FFT/Poisson/CMakeLists.txt
+26 −0 Tests/FFT/Poisson/GNUmakefile
+1 −0 Tests/FFT/Poisson/Make.package
+148 −0 Tests/FFT/Poisson/main.cpp
+10 −0 Tests/FFT/R2C/CMakeLists.txt
+26 −0 Tests/FFT/R2C/GNUmakefile
+1 −0 Tests/FFT/R2C/Make.package
+126 −0 Tests/FFT/R2C/main.cpp
+8 −0 Tools/CMake/AMReXConfig.cmake.in
+3 −0 Tools/CMake/AMReXOptions.cmake
+24 −0 Tools/CMake/AMReXThirdPartyLibraries.cmake
+1 −0 Tools/CMake/AMReX_Config_ND.H.in
+51 −0 Tools/CMake/FindAMReXFFTW.cmake
+32 −0 Tools/GNUMake/Make.defs
+2 −2 Tools/GNUMake/comps/hip.mak
+5 −0 Tools/libamrex/configure.py

0 comments on commit 808976c

Please sign in to comment.