File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 which nvcc || echo "nvcc not in PATH!"
111111
112112 git clone https://github.com/AMReX-Codes/amrex.git ../amrex
113- cd amrex && git checkout --detach d8e6401642ff61aa72f1169ec1f004af406600f1 && cd -
113+ cd amrex && git checkout --detach 32a65ffa8aba81ca6fc8e527cca1cff7e6a5c2ba && cd -
114114 make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_PSATD=TRUE USE_CCACHE=TRUE -j 2
115115
116116 build_nvhpc21-11-nvcc :
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ emailBody = Check https://ccse.lbl.gov/pub/GpuRegressionTesting/WarpX/ for more
6060
6161[AMReX]
6262dir = /home/regtester/git/amrex/
63- branch = d8e6401642ff61aa72f1169ec1f004af406600f1
63+ branch = 32a65ffa8aba81ca6fc8e527cca1cff7e6a5c2ba
6464
6565[source]
6666dir = /home/regtester/git/WarpX
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ emailBody = Check https://ccse.lbl.gov/pub/RegressionTesting/WarpX/ for more det
5959
6060[AMReX]
6161dir = /home/regtester/AMReX_RegTesting/amrex/
62- branch = d8e6401642ff61aa72f1169ec1f004af406600f1
62+ branch = 32a65ffa8aba81ca6fc8e527cca1cff7e6a5c2ba
6363
6464[source]
6565dir = /home/regtester/AMReX_RegTesting/warpx
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ set(WarpX_amrex_src ""
240240set (WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
241241 CACHE STRING
242242 "Repository URI to pull and build AMReX from if(WarpX_amrex_internal)" )
243- set (WarpX_amrex_branch "d8e6401642ff61aa72f1169ec1f004af406600f1 "
243+ set (WarpX_amrex_branch "32a65ffa8aba81ca6fc8e527cca1cff7e6a5c2ba "
244244 CACHE STRING
245245 "Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)" )
246246
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ python3 -m pip install --upgrade -r warpx/Regression/requirements.txt
7171
7272# Clone AMReX and warpx-data
7373git clone https://github.com/AMReX-Codes/amrex.git
74- cd amrex && git checkout --detach d8e6401642ff61aa72f1169ec1f004af406600f1 && cd -
74+ cd amrex && git checkout --detach 32a65ffa8aba81ca6fc8e527cca1cff7e6a5c2ba && cd -
7575# warpx-data contains various required data sets
7676git clone --depth 1 https://github.com/ECP-WarpX/warpx-data.git
7777
You can’t perform that action at this time.
0 commit comments