Skip to content

Commit 0284b57

Browse files
authored
AMReX: Weekly Update (#4647)
1 parent c9df448 commit 0284b57

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 73b215557c0e842c3e829b683939bbb7a7e12373 && cd -
118+
cd ../amrex && git checkout --detach ab99ea69089f4fffbfd727ed965d5ceb3d905baa && cd -
119119
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_PSATD=TRUE USE_CCACHE=TRUE -j 2
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 = 73b215557c0e842c3e829b683939bbb7a7e12373
63+
branch = ab99ea69089f4fffbfd727ed965d5ceb3d905baa
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 = 73b215557c0e842c3e829b683939bbb7a7e12373
62+
branch = ab99ea69089f4fffbfd727ed965d5ceb3d905baa
6363

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

cmake/dependencies/AMReX.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ set(WarpX_amrex_src ""
269269
set(WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
270270
CACHE STRING
271271
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)")
272-
set(WarpX_amrex_branch "73b215557c0e842c3e829b683939bbb7a7e12373"
272+
set(WarpX_amrex_branch "ab99ea69089f4fffbfd727ed965d5ceb3d905baa"
273273
CACHE STRING
274274
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)")
275275

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 73b215557c0e842c3e829b683939bbb7a7e12373 && cd -
71+
cd amrex && git checkout --detach ab99ea69089f4fffbfd727ed965d5ceb3d905baa && 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)