Skip to content

Commit 97e90bb

Browse files
authored
AMReX: Weekly Update (#4678)
1 parent 58bc0ba commit 97e90bb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cuda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
which nvcc || echo "nvcc not in PATH!"
116116
117117
git clone https://github.com/AMReX-Codes/amrex.git ../amrex
118-
cd ../amrex && git checkout --detach 296ed40e16ae1877640f5b78e9162dbd4ba1c279 && cd -
118+
cd ../amrex && git checkout --detach 928a485af2949b2d41b20adc4585690908e41970 && cd -
119119
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_PSATD=TRUE USE_CCACHE=TRUE -j 4
120120
121121
ccache -s

Regression/WarpX-GPU-tests.ini

+1-1
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 = 296ed40e16ae1877640f5b78e9162dbd4ba1c279
63+
branch = 928a485af2949b2d41b20adc4585690908e41970
6464

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

Regression/WarpX-tests.ini

+1-1
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 = 296ed40e16ae1877640f5b78e9162dbd4ba1c279
62+
branch = 928a485af2949b2d41b20adc4585690908e41970
6363

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

cmake/dependencies/AMReX.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ set(WarpX_amrex_src ""
273273
set(WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
274274
CACHE STRING
275275
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)")
276-
set(WarpX_amrex_branch "296ed40e16ae1877640f5b78e9162dbd4ba1c279"
276+
set(WarpX_amrex_branch "928a485af2949b2d41b20adc4585690908e41970"
277277
CACHE STRING
278278
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)")
279279

run_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ python3 -m pip install --upgrade -r warpx/Regression/requirements.txt
6868

6969
# Clone AMReX and warpx-data
7070
git clone https://github.com/AMReX-Codes/amrex.git
71-
cd amrex && git checkout --detach 296ed40e16ae1877640f5b78e9162dbd4ba1c279 && cd -
71+
cd amrex && git checkout --detach 928a485af2949b2d41b20adc4585690908e41970 && cd -
7272
# warpx-data contains various required data sets
7373
git clone --depth 1 https://github.com/ECP-WarpX/warpx-data.git
7474
# openPMD-example-datasets contains various required data sets

0 commit comments

Comments
 (0)