Skip to content

Commit a0621b2

Browse files
EZoniAndrew Myers
authored andcommitted
Dependencies: Weekly Update (BLAST-WarpX#5900)
Weekly update to latest AMReX, pyAMReX (no change), PICSAR (no change): ``` ./Tools/Release/updateAMReX.py ./Tools/Release/updatepyAMReX.py ./Tools/Release/updatePICSAR.py ```
1 parent ecdc066 commit a0621b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
which nvcc || echo "nvcc not in PATH!"
124124
125125
git clone https://github.com/AMReX-Codes/amrex.git ../amrex
126-
cd ../amrex && git checkout --detach 1fbc66798140479a59ecd16796079984cc0370c0 && cd -
126+
cd ../amrex && git checkout --detach d3798de0bd81b76ed148af042b4656bd271ed2c7 && cd -
127127
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4
128128
129129
ccache -s

cmake/dependencies/AMReX.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ set(WarpX_amrex_src ""
296296
set(WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
297297
CACHE STRING
298298
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)")
299-
set(WarpX_amrex_branch "1fbc66798140479a59ecd16796079984cc0370c0"
299+
set(WarpX_amrex_branch "d3798de0bd81b76ed148af042b4656bd271ed2c7"
300300
CACHE STRING
301301
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)")
302302

0 commit comments

Comments
 (0)