Commit 1f6737f 1 parent 4cae611 commit 1f6737f Copy full SHA for 1f6737f
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
which nvcc || echo "nvcc not in PATH!"
128
128
129
129
git clone https://github.com/AMReX-Codes/amrex.git ../amrex
130
- cd ../amrex && git checkout --detach e761abff95afbfa442cbe108027094bbddef5b11 && cd -
130
+ cd ../amrex && git checkout --detach 0f46a1615c17f0bbeaedb20c27a97c9f6e439781 && cd -
131
131
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4
132
132
133
133
ccache -s
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ set(WarpX_amrex_src ""
294
294
set (WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
295
295
CACHE STRING
296
296
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)" )
297
- set (WarpX_amrex_branch "e761abff95afbfa442cbe108027094bbddef5b11 "
297
+ set (WarpX_amrex_branch "0f46a1615c17f0bbeaedb20c27a97c9f6e439781 "
298
298
CACHE STRING
299
299
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)" )
300
300
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ if(WarpX_QED)
109
109
set (WarpX_picsar_repo "https://github.com/ECP-WarpX/picsar.git"
110
110
CACHE STRING
111
111
"Repository URI to pull and build PICSAR from if(WarpX_picsar_internal)" )
112
- set (WarpX_picsar_branch "24.09 "
112
+ set (WarpX_picsar_branch "47b393993f860943e387b4b5d79407ee7f52d1ab "
113
113
CACHE STRING
114
114
"Repository branch for WarpX_picsar_repo if(WarpX_picsar_internal)" )
115
115
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ option(WarpX_pyamrex_internal "Download & build pyAMReX" ON)
74
74
set (WarpX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
75
75
CACHE STRING
76
76
"Repository URI to pull and build pyamrex from if(WarpX_pyamrex_internal)" )
77
- set (WarpX_pyamrex_branch "47331d7891bda9b02e75cf452d2c55fe76c77d06 "
77
+ set (WarpX_pyamrex_branch "6d9b9da849f5941777555ec9c9619be299d04912 "
78
78
CACHE STRING
79
79
"Repository branch for WarpX_pyamrex_repo if(WarpX_pyamrex_internal)" )
80
80
You can’t perform that action at this time.
0 commit comments