Skip to content

Commit

Permalink
update to 24.02
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Feb 1, 2024
1 parent 6979887 commit 8bb9e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/Microphysics
Submodule Microphysics updated 114 files
2 changes: 1 addition & 1 deletion external/amrex
Submodule amrex updated 75 files
+10 −10 .github/workflows/apps.yml
+2 −2 .github/workflows/ascent.yml
+9 −9 .github/workflows/bittree.yml
+13 −13 .github/workflows/clang.yml
+1 −1 .github/workflows/cleanup-cache-postpr.yml
+1 −1 .github/workflows/cleanup-cache.yml
+8 −8 .github/workflows/codeql.yml
+1 −1 .github/workflows/codespell.yml
+13 −13 .github/workflows/cuda.yml
+20 −6 .github/workflows/dependencies/dependencies_codeplay.sh
+4 −2 .github/workflows/dependencies/dependencies_hip.sh
+8 −9 .github/workflows/docs.yml
+55 −55 .github/workflows/gcc.yml
+13 −13 .github/workflows/hip.yml
+15 −15 .github/workflows/hypre.yml
+28 −36 .github/workflows/intel.yml
+5 −5 .github/workflows/macos.yml
+6 −6 .github/workflows/petsc.yml
+1 −1 .github/workflows/post-pr.yml
+2 −2 .github/workflows/sensei.yml
+6 −6 .github/workflows/smoke.yml
+3 −3 .github/workflows/style.yml
+10 −10 .github/workflows/sundials.yml
+6 −6 .github/workflows/windows.yml
+53 −0 CHANGES
+1 −1 Docs/sphinx_documentation/source/EB.rst
+5 −1 Src/Base/AMReX.cpp
+18 −0 Src/Base/AMReX_Algorithm.H
+1 −1 Src/Base/AMReX_BLProfiler.H
+122 −4 Src/Base/AMReX_BaseFab.H
+12 −0 Src/Base/AMReX_Extension.H
+18 −0 Src/Base/AMReX_Functional.H
+75 −1 Src/Base/AMReX_GpuAtomic.H
+4 −1 Src/Base/AMReX_GpuComplex.H
+0 −1 Src/Base/AMReX_GpuContainers.H
+7 −2 Src/Base/AMReX_OpenMP.H
+31 −1 Src/Base/AMReX_OpenMP.cpp
+30 −2 Src/Base/AMReX_Reduce.H
+7 −14 Src/Base/AMReX_TableData.H
+14 −0 Src/Base/AMReX_Tuple.H
+48 −1 Src/Base/AMReX_TypeList.H
+406 −0 Src/LinearSolvers/AMReX_GMRES.H
+147 −0 Src/LinearSolvers/AMReX_GMRES_MLMG.H
+3 −0 Src/LinearSolvers/CMakeLists.txt
+3 −0 Src/LinearSolvers/MLMG/AMReX_MLLinOp.H
+19 −12 Src/LinearSolvers/MLMG/AMReX_MLMG.H
+4 −0 Src/LinearSolvers/MLMG/Make.package
+9 −0 Src/LinearSolvers/Make.package
+4 −0 Src/LinearSolvers/OpenBC/Make.package
+3 −2 Src/Particle/AMReX_DenseBins.H
+2 −2 Src/Particle/AMReX_NeighborList.H
+22 −1 Src/Particle/AMReX_Particle.H
+10 −5 Src/Particle/AMReX_ParticleCommunication.H
+0 −5 Src/Particle/AMReX_ParticleContainer.H
+0 −50 Src/Particle/AMReX_ParticleContainerI.H
+57 −18 Src/Particle/AMReX_ParticleIO.H
+2 −2 Src/Particle/AMReX_ParticleLocator.H
+6 −2 Src/Particle/AMReX_ParticleMesh.H
+3 −1 Src/Particle/AMReX_ParticleReduce.H
+10 −2 Src/Particle/AMReX_ParticleTile.H
+10 −2 Src/Particle/AMReX_ParticleTransformation.H
+0 −74 Src/Particle/AMReX_Particle_mod_K.H
+357 −153 Src/Particle/AMReX_TracerParticle_mod_K.H
+25 −12 Src/Particle/AMReX_WriteBinaryParticleData.H
+3 −3 Tests/Amr/Advection_AmrCore/Source/AmrCoreAdv.H
+0 −8 Tests/Amr/Advection_AmrCore/Source/AmrCoreAdv.cpp
+1 −1 Tests/LinearSolvers/ABecLaplacian_C/GNUmakefile
+4 −0 Tests/LinearSolvers/ABecLaplacian_C/MyTest.H
+90 −1 Tests/LinearSolvers/ABecLaplacian_C/MyTest.cpp
+2 −1 Tests/LinearSolvers/ABecLaplacian_C/MyTestPlotfile.cpp
+17 −0 Tests/LinearSolvers/ABecLaplacian_C/inputs.gmres
+0 −4 Tests/Particles/AssignDensity/main.cpp
+0 −4 Tests/Particles/AssignMultiLevelDensity/main.cpp
+1 −1 Tests/Particles/CheckpointRestartSOA/main.cpp
+10 −9 Tools/Plotfile/fcompare.cpp

0 comments on commit 8bb9e85

Please sign in to comment.