Skip to content

Commit

Permalink
Bump extern/amrex from a65f0a5 to 7418556 (#659)
Browse files Browse the repository at this point in the history
Bumps [extern/amrex](https://github.com/AMReX-Codes/amrex) from
`a65f0a5` to `7418556`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AMReX-Codes/amrex/commit/7418556773c74827478767d2a58c9220cf5900b3"><code>7418556</code></a>
HDF5: Correctly handle writing only some components when writing
Particle (<a
href="https://redirect.github.com/AMReX-Codes/amrex/issues/4">#4</a>...</li>
<li><a
href="https://github.com/AMReX-Codes/amrex/commit/73e46e68114cc9d0ac0f1cb8349565ea5487f4d4"><code>73e46e6</code></a>
HDF5: Correctly choose datatype of plotfile based on RD numBytes (<a
href="https://redirect.github.com/AMReX-Codes/amrex/issues/4006">#4006</a>)</li>
<li><a
href="https://github.com/AMReX-Codes/amrex/commit/2f93525639dae966ee41e1f36f37ee6693a72ba0"><code>2f93525</code></a>
Fix L2 norms in C_util/Convergence codes (<a
href="https://redirect.github.com/AMReX-Codes/amrex/issues/4009">#4009</a>)</li>
<li><a
href="https://github.com/AMReX-Codes/amrex/commit/463bdf493cd7b81f95832f1ab6cd1689a7b739bc"><code>463bdf4</code></a>
Match the dimensions of reqd_work_group_size to submitted nd_range (<a
href="https://redirect.github.com/AMReX-Codes/amrex/issues/4002">#4002</a>)</li>
<li><a
href="https://github.com/AMReX-Codes/amrex/commit/27b399afb0c667585a51dcb7cf9f8bf5c257239d"><code>27b399a</code></a>
GNU Make: try nvidia-smi for CUDA arch if deviceQuery fails (<a
href="https://redirect.github.com/AMReX-Codes/amrex/issues/3997">#3997</a>)</li>
<li><a
href="https://github.com/AMReX-Codes/amrex/commit/259db7cfb99e7d1d2ab4bec9b1587fdf624a138a"><code>259db7c</code></a>
Sundials Update (<a
href="https://redirect.github.com/AMReX-Codes/amrex/issues/3984">#3984</a>)</li>
<li><a
href="https://github.com/AMReX-Codes/amrex/commit/adfc227334daa769f1a783adb2ae2253ae44d7cf"><code>adfc227</code></a>
Derive: Add MultiFab version of DeriveFunc (<a
href="https://redirect.github.com/AMReX-Codes/amrex/issues/3990">#3990</a>)</li>
<li><a
href="https://github.com/AMReX-Codes/amrex/commit/85bef47dc69bcd7f1940d62c4deae6eb8ece7dbd"><code>85bef47</code></a>
GNU Make: Add support for CUDA LTO (<a
href="https://redirect.github.com/AMReX-Codes/amrex/issues/3993">#3993</a>)</li>
<li><a
href="https://github.com/AMReX-Codes/amrex/commit/0e3e39b5ed9115401dec0a76e62ae2eeee23ab6f"><code>0e3e39b</code></a>
Bottom Solver: Keep the unconverged result if it's an improvement (<a
href="https://redirect.github.com/AMReX-Codes/amrex/issues/3991">#3991</a>)</li>
<li><a
href="https://github.com/AMReX-Codes/amrex/commit/36f111b2c9687a187229f01c04738755edf6e5e4"><code>36f111b</code></a>
Workaround std::exclusive_scan issue with old compilers (<a
href="https://redirect.github.com/AMReX-Codes/amrex/issues/3996">#3996</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/AMReX-Codes/amrex/compare/a65f0a5811443430e33867662c0e739942a9799b...7418556773c74827478767d2a58c9220cf5900b3">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

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 Jul 1, 2024
1 parent 5b4b95a commit f395519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/amrex
Submodule amrex updated 80 files
+55 −0 .github/workflows/apps.yml
+4 −2 .github/workflows/intel.yml
+11 −1 .github/workflows/windows.yml
+50 −0 CHANGES
+9 −0 Src/Amr/AMReX_AmrLevel.cpp
+36 −0 Src/Amr/AMReX_Derive.H
+62 −0 Src/Amr/AMReX_Derive.cpp
+503 −0 Src/AmrCore/AMReX_FillPatchUtil.H
+133 −2 Src/AmrCore/AMReX_FillPatchUtil_I.H
+14 −13 Src/Base/AMReX_BC_TYPES.H
+3 −1 Src/Base/AMReX_BaseFwd.H
+11 −0 Src/Base/AMReX_BoxArray.H
+28 −0 Src/Base/AMReX_BoxArray.cpp
+5 −1 Src/Base/AMReX_BoxList.H
+56 −14 Src/Base/AMReX_FEIntegrator.H
+9 −0 Src/Base/AMReX_FabArray.H
+4 −0 Src/Base/AMReX_GpuControl.H
+4 −0 Src/Base/AMReX_GpuDevice.H
+18 −1 Src/Base/AMReX_GpuDevice.cpp
+16 −16 Src/Base/AMReX_GpuLaunchFunctsG.H
+2 −2 Src/Base/AMReX_GpuLaunchMacrosG.nolint.H
+704 −328 Src/Base/AMReX_IntVect.H
+16 −21 Src/Base/AMReX_IntVect.cpp
+181 −57 Src/Base/AMReX_IntegratorBase.H
+11 −0 Src/Base/AMReX_MultiFab.H
+55 −0 Src/Base/AMReX_MultiFab.cpp
+9 −3 Src/Base/AMReX_PArena.H
+41 −18 Src/Base/AMReX_PArena.cpp
+3 −1 Src/Base/AMReX_ParmParse.H
+85 −31 Src/Base/AMReX_RKIntegrator.H
+170 −84 Src/Base/AMReX_TableData.H
+1 −1 Src/Base/AMReX_TagParallelFor.H
+77 −63 Src/Base/AMReX_TimeIntegrator.H
+82 −1 Src/Base/AMReX_Tuple.H
+23 −0 Src/Base/AMReX_TypeTraits.H
+15 −2 Src/Extern/HDF5/AMReX_ParticleHDF5.H
+27 −8 Src/Extern/HDF5/AMReX_PlotFileUtilHDF5.cpp
+9 −2 Src/Extern/HDF5/AMReX_WriteBinaryParticleDataHDF5.H
+134 −0 Src/Extern/HYPRE/AMReX_HypreMLABecLap.H
+1,474 −0 Src/Extern/HYPRE/AMReX_HypreMLABecLap.cpp
+308 −0 Src/Extern/HYPRE/AMReX_HypreMLABecLap_2D_K.H
+649 −0 Src/Extern/HYPRE/AMReX_HypreMLABecLap_3D_K.H
+298 −0 Src/Extern/HYPRE/AMReX_HypreMLABecLap_K.H
+4 −0 Src/Extern/HYPRE/CMakeLists.txt
+4 −2 Src/Extern/HYPRE/Make.package
+438 −628 Src/Extern/SUNDIALS/AMReX_SundialsIntegrator.H
+1 −0 Src/LinearSolvers/MLMG/AMReX_MLCGSolver.H
+1 −1 Src/LinearSolvers/MLMG/AMReX_MLMG.H
+37 −81 Src/Particle/AMReX_ParIter.H
+1 −1 Src/Particle/AMReX_ParticleCommunication.H
+4 −4 Src/Particle/AMReX_ParticleContainerI.H
+11 −11 Src/Particle/AMReX_ParticleReduce.H
+1 −1 Src/Particle/AMReX_ParticleUtil.H
+5 −5 Src/Particle/AMReX_WriteBinaryParticleData.H
+2 −0 Tests/Amr/Advection_AmrCore/Exec/inputs-ci
+45 −0 Tests/Amr/Advection_AmrCore/Source/AmrCoreAdv.cpp
+1 −1 Tests/CMakeLists.txt
+5 −0 Tests/LinearSolvers/ABecLaplacian_C/GNUmakefile
+7 −0 Tests/LinearSolvers/ABecLaplacian_C/MyTest.H
+131 −0 Tests/LinearSolvers/ABecLaplacian_C/MyTest.cpp
+22 −0 Tests/LinearSolvers/ABecLaplacian_C/inputs-mlhypre
+1 −1 Tests/LinearSolvers/NodeTensorLap/CMakeLists.txt
+1 −1 Tests/Particles/ParallelContext/CMakeLists.txt
+1 −1 Tests/Particles/ParallelContext/main.cpp
+1 −1 Tests/Particles/Redistribute/CMakeLists.txt
+1 −1 Tests/Particles/Redistribute/main.cpp
+1 −1 Tests/Particles/RedistributeSOA/CMakeLists.txt
+1 −1 Tests/Particles/RedistributeSOA/main.cpp
+1 −1 Tools/C_util/Convergence/DiffSameDomainRefined.cpp
+1 −1 Tools/C_util/Convergence/DiffSameDomainRefinedComposite.cpp
+1 −1 Tools/C_util/Convergence/DiffSameDomainRefinedFD.cpp
+1 −1 Tools/C_util/Convergence/DiffSameDomainRefinedStag.cpp
+1 −1 Tools/C_util/Convergence/DiffSameGridRefined.cpp
+1 −1 Tools/C_util/Convergence/PltFileNormB.cpp
+1 −1 Tools/C_util/Convergence/RichardsonConvergenceTest.cpp
+4 −1 Tools/GNUMake/Make.defs
+0 −4 Tools/GNUMake/Make.machines
+13 −3 Tools/GNUMake/comps/nvcc.mak
+79 −39 Tools/GNUMake/sites/Make.nrel
+12 −3 Tools/GNUMake/sites/Make.unknown

0 comments on commit f395519

Please sign in to comment.