File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ macro(find_amrex)
171171 endif ()
172172 set (COMPONENT_PRECISION ${WarpX_PRECISION} P${WarpX_PRECISION} )
173173
174- find_package (AMReX 21.02 CONFIG REQUIRED COMPONENTS ${COMPONENT_ASCENT} ${COMPONENT_DIM} ${COMPONENT_EB} PARTICLES ${COMPONENT_PIC} ${COMPONENT_PRECISION} TINYP LSOLVERS)
174+ find_package (AMReX 21.03 CONFIG REQUIRED COMPONENTS ${COMPONENT_ASCENT} ${COMPONENT_DIM} ${COMPONENT_EB} PARTICLES ${COMPONENT_PIC} ${COMPONENT_PRECISION} TINYP LSOLVERS)
175175 message (STATUS "AMReX: Found version '${AMReX_VERSION} '" )
176176 endif ()
177177endmacro ()
@@ -185,7 +185,7 @@ set(WarpX_amrex_src ""
185185set (WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
186186 CACHE STRING
187187 "Repository URI to pull and build AMReX from if(WarpX_amrex_internal)" )
188- set (WarpX_amrex_branch "47389357d5de37d84be69d9b06a294e64cb2a96b "
188+ set (WarpX_amrex_branch "21.03 "
189189 CACHE STRING
190190 "Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)" )
191191
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function(find_picsar)
7777 #message(STATUS "PICSAR: Using version '${PICSAR_VERSION}'")
7878 else ()
7979 # not supported by PICSAR (yet)
80- #find_package(PICSAR 21.02 CONFIG REQUIRED QED)
80+ #find_package(PICSAR 21.03 CONFIG REQUIRED QED)
8181 #message(STATUS "PICSAR: Found version '${PICSAR_VERSION}'")
8282 message (FATAL_ERROR "PICSAR: Cannot be used as externally installed "
8383 "library yet. "
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ echo "cd $PWD"
5151
5252# Clone PICSAR and AMReX
5353git clone https://github.com/AMReX-Codes/amrex.git
54- cd amrex && git checkout 47389357d5de37d84be69d9b06a294e64cb2a96b && cd -
54+ cd amrex && git checkout 21.03 && cd -
5555# Use QED brach for QED tests
5656git clone https://github.com/ECP-WarpX/picsar.git
5757cd picsar && git checkout b35f07243c51ac35d47857fe36f0aafb6b517955 && cd -
You can’t perform that action at this time.
0 commit comments