Skip to content

Commit 47e8ace

Browse files
authored
AMReX/pyAMReX/PICSAR: Weekly Update (#4630)
* AMReX: Weekly Update * pyAMReX: Weekly Update
1 parent 94babda commit 47e8ace

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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 255d30f387cf2c1a7eff5a31f703c94de803e8d8 && cd -
118+
cd ../amrex && git checkout --detach 73b215557c0e842c3e829b683939bbb7a7e12373 && 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 = 255d30f387cf2c1a7eff5a31f703c94de803e8d8
63+
branch = 73b215557c0e842c3e829b683939bbb7a7e12373
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 = 255d30f387cf2c1a7eff5a31f703c94de803e8d8
62+
branch = 73b215557c0e842c3e829b683939bbb7a7e12373
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 "255d30f387cf2c1a7eff5a31f703c94de803e8d8"
272+
set(WarpX_amrex_branch "73b215557c0e842c3e829b683939bbb7a7e12373"
273273
CACHE STRING
274274
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)")
275275

cmake/dependencies/pyAMReX.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ option(WarpX_pyamrex_internal "Download & build pyAMReX" ON)
7979
set(WarpX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
8080
CACHE STRING
8181
"Repository URI to pull and build pyamrex from if(WarpX_pyamrex_internal)")
82-
set(WarpX_pyamrex_branch "0283db4c8825b5e094b9184fd42a267ca843c61c"
82+
set(WarpX_pyamrex_branch "47c4364845371cd4f529ebc1ae7120ab7849adb8"
8383
CACHE STRING
8484
"Repository branch for WarpX_pyamrex_repo if(WarpX_pyamrex_internal)")
8585

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