Skip to content

Commit 608f69d

Browse files
authored
AMReX: Weekly Update (#3715)
1 parent 3ac71fe commit 608f69d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

Regression/WarpX-GPU-tests.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ emailBody = Check https://ccse.lbl.gov/pub/GpuRegressionTesting/WarpX/ for more
6060

6161
[AMReX]
6262
dir = /home/regtester/git/amrex/
63-
branch = d8e6401642ff61aa72f1169ec1f004af406600f1
63+
branch = 32a65ffa8aba81ca6fc8e527cca1cff7e6a5c2ba
6464

6565
[source]
6666
dir = /home/regtester/git/WarpX

Regression/WarpX-tests.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ emailBody = Check https://ccse.lbl.gov/pub/RegressionTesting/WarpX/ for more det
5959

6060
[AMReX]
6161
dir = /home/regtester/AMReX_RegTesting/amrex/
62-
branch = d8e6401642ff61aa72f1169ec1f004af406600f1
62+
branch = 32a65ffa8aba81ca6fc8e527cca1cff7e6a5c2ba
6363

6464
[source]
6565
dir = /home/regtester/AMReX_RegTesting/warpx

cmake/dependencies/AMReX.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ set(WarpX_amrex_src ""
240240
set(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

run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ python3 -m pip install --upgrade -r warpx/Regression/requirements.txt
7171

7272
# Clone AMReX and warpx-data
7373
git 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
7676
git clone --depth 1 https://github.com/ECP-WarpX/warpx-data.git
7777

0 commit comments

Comments
 (0)