File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ set(WarpX_amrex_src ""
296296set (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
You can’t perform that action at this time.
0 commit comments