Commit 97e90bb 1 parent 58bc0ba commit 97e90bb Copy full SHA for 97e90bb
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 296ed40e16ae1877640f5b78e9162dbd4ba1c279 && cd -
118
+ cd ../amrex && git checkout --detach 928a485af2949b2d41b20adc4585690908e41970 && cd -
119
119
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_PSATD=TRUE USE_CCACHE=TRUE -j 4
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 = 296ed40e16ae1877640f5b78e9162dbd4ba1c279
63
+ branch = 928a485af2949b2d41b20adc4585690908e41970
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 = 296ed40e16ae1877640f5b78e9162dbd4ba1c279
62
+ branch = 928a485af2949b2d41b20adc4585690908e41970
63
63
64
64
[source]
65
65
dir = /home/regtester/AMReX_RegTesting/warpx
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ set(WarpX_amrex_src ""
273
273
set (WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
274
274
CACHE STRING
275
275
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)" )
276
- set (WarpX_amrex_branch "296ed40e16ae1877640f5b78e9162dbd4ba1c279 "
276
+ set (WarpX_amrex_branch "928a485af2949b2d41b20adc4585690908e41970 "
277
277
CACHE STRING
278
278
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)" )
279
279
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 296ed40e16ae1877640f5b78e9162dbd4ba1c279 && cd -
71
+ cd amrex && git checkout --detach 928a485af2949b2d41b20adc4585690908e41970 && 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