Skip to content

Commit

Permalink
AMReX: Update to latest development
Browse files Browse the repository at this point in the history
Update to latest commit in `development`.

Introduces the new `idcpu` treatment in pure SoA particles:
AMReX-Codes/amrex#3585
  • Loading branch information
ax3l committed Dec 11, 2023
1 parent 2b8f2a4 commit e19ce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/AMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ option(pyAMReX_amrex_internal "Download & build AMReX" ON)
set(pyAMReX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
CACHE STRING
"Repository URI to pull and build AMReX from if(pyAMReX_amrex_internal)")
set(pyAMReX_amrex_branch "23.12"
set(pyAMReX_amrex_branch "d884f44493c0b0dcd15660aa64fb42a1bdbce0e5"
CACHE STRING
"Repository branch for pyAMReX_amrex_repo if(pyAMReX_amrex_internal)")

Expand Down

0 comments on commit e19ce07

Please sign in to comment.