Skip to content

Commit bf90514

Browse files
authored
AMReX/pyAMReX/PICSAR: weekly update (BLAST-WarpX#5418)
- Weekly update to latest AMReX: ```console ./Tools/Release/updateAMReX.py ``` - Weekly update to latest pyAMReX: ```console ./Tools/Release/updatepyAMReX.py ``` - Weekly update to latest PICSAR (no changes): ```console ./Tools/Release/updatePICSAR.py ```
1 parent c19d0c2 commit bf90514

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
which nvcc || echo "nvcc not in PATH!"
138138
139139
git clone https://github.com/AMReX-Codes/amrex.git ../amrex
140-
cd ../amrex && git checkout --detach 62c2a81eac7862d526e5861ef2befc00b7f5b759 && cd -
140+
cd ../amrex && git checkout --detach 92679babfc2cc66ca06ee591a80001db57c89878 && cd -
141141
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4
142142
143143
ccache -s

cmake/dependencies/AMReX.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ set(WarpX_amrex_src ""
283283
set(WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
284284
CACHE STRING
285285
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)")
286-
set(WarpX_amrex_branch "62c2a81eac7862d526e5861ef2befc00b7f5b759"
286+
set(WarpX_amrex_branch "92679babfc2cc66ca06ee591a80001db57c89878"
287287
CACHE STRING
288288
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)")
289289

cmake/dependencies/pyAMReX.cmake

Lines changed: 1 addition & 1 deletion
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 "d96b4948cc5812be82dbff1df5d62927c866ae07"
77+
set(WarpX_pyamrex_branch "1aa1db34a0d1bdc084bd6069a4fd97b26266af5c"
7878
CACHE STRING
7979
"Repository branch for WarpX_pyamrex_repo if(WarpX_pyamrex_internal)")
8080

0 commit comments

Comments
 (0)