Skip to content

Commit 1f6737f

Browse files
authored
AMReX/pyAMReX/PICSAR: Weekly Update (#5607)
Weekly update to latest AMReX. Weekly update to latest pyAMReX. Weekly update to latest PICSAR. ```console ./Tools/Release/updateAMReX.py ./Tools/Release/updatepyAMReX.py ./Tools/Release/updatePICSAR.py ```
1 parent 4cae611 commit 1f6737f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cuda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
which nvcc || echo "nvcc not in PATH!"
128128
129129
git clone https://github.com/AMReX-Codes/amrex.git ../amrex
130-
cd ../amrex && git checkout --detach e761abff95afbfa442cbe108027094bbddef5b11 && cd -
130+
cd ../amrex && git checkout --detach 0f46a1615c17f0bbeaedb20c27a97c9f6e439781 && cd -
131131
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4
132132
133133
ccache -s

cmake/dependencies/AMReX.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ set(WarpX_amrex_src ""
294294
set(WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
295295
CACHE STRING
296296
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)")
297-
set(WarpX_amrex_branch "e761abff95afbfa442cbe108027094bbddef5b11"
297+
set(WarpX_amrex_branch "0f46a1615c17f0bbeaedb20c27a97c9f6e439781"
298298
CACHE STRING
299299
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)")
300300

cmake/dependencies/PICSAR.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if(WarpX_QED)
109109
set(WarpX_picsar_repo "https://github.com/ECP-WarpX/picsar.git"
110110
CACHE STRING
111111
"Repository URI to pull and build PICSAR from if(WarpX_picsar_internal)")
112-
set(WarpX_picsar_branch "24.09"
112+
set(WarpX_picsar_branch "47b393993f860943e387b4b5d79407ee7f52d1ab"
113113
CACHE STRING
114114
"Repository branch for WarpX_picsar_repo if(WarpX_picsar_internal)")
115115

cmake/dependencies/pyAMReX.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ option(WarpX_pyamrex_internal "Download & build pyAMReX" ON)
7474
set(WarpX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
7575
CACHE STRING
7676
"Repository URI to pull and build pyamrex from if(WarpX_pyamrex_internal)")
77-
set(WarpX_pyamrex_branch "47331d7891bda9b02e75cf452d2c55fe76c77d06"
77+
set(WarpX_pyamrex_branch "6d9b9da849f5941777555ec9c9619be299d04912"
7878
CACHE STRING
7979
"Repository branch for WarpX_pyamrex_repo if(WarpX_pyamrex_internal)")
8080

0 commit comments

Comments
 (0)