Commit 0284b57 1 parent c9df448 commit 0284b57 Copy full SHA for 0284b57
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
which nvcc || echo "nvcc not in PATH!"
116
116
117
117
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 -
119
119
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_PSATD=TRUE USE_CCACHE=TRUE -j 2
120
120
121
121
ccache -s
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
60
60
61
61
[AMReX]
62
62
dir = /home/regtester/git/amrex/
63
- branch = 73b215557c0e842c3e829b683939bbb7a7e12373
63
+ branch = ab99ea69089f4fffbfd727ed965d5ceb3d905baa
64
64
65
65
[source]
66
66
dir = /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
59
59
60
60
[AMReX]
61
61
dir = /home/regtester/AMReX_RegTesting/amrex/
62
- branch = 73b215557c0e842c3e829b683939bbb7a7e12373
62
+ branch = ab99ea69089f4fffbfd727ed965d5ceb3d905baa
63
63
64
64
[source]
65
65
dir = /home/regtester/AMReX_RegTesting/warpx
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ set(WarpX_amrex_src ""
269
269
set (WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
270
270
CACHE STRING
271
271
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)" )
272
- set (WarpX_amrex_branch "73b215557c0e842c3e829b683939bbb7a7e12373 "
272
+ set (WarpX_amrex_branch "ab99ea69089f4fffbfd727ed965d5ceb3d905baa "
273
273
CACHE STRING
274
274
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)" )
275
275
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ python3 -m pip install --upgrade -r warpx/Regression/requirements.txt
68
68
69
69
# Clone AMReX and warpx-data
70
70
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 -
72
72
# warpx-data contains various required data sets
73
73
git clone --depth 1 https://github.com/ECP-WarpX/warpx-data.git
74
74
# openPMD-example-datasets contains various required data sets
You can’t perform that action at this time.
0 commit comments