File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 which nvcc || echo "nvcc not in PATH!"
136136
137137 git clone https://github.com/AMReX-Codes/amrex.git ../amrex
138- cd ../amrex && git checkout --detach 103d0e9f7c7e7fbedbeb61512d3f37f3e2b03770 && cd -
138+ cd ../amrex && git checkout --detach 24.10 && cd -
139139 make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4
140140
141141 ccache -s
Original file line number Diff line number Diff line change 11# Preamble ####################################################################
22#
33cmake_minimum_required (VERSION 3.24.0)
4- project (WarpX VERSION 24.09 )
4+ project (WarpX VERSION 24.10 )
55
66include (${WarpX_SOURCE_DIR} /cmake/WarpXFunctions.cmake)
77
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ macro(find_amrex)
256256 endif ()
257257 set (COMPONENT_PRECISION ${WarpX_PRECISION} P${WarpX_PARTICLE_PRECISION} )
258258
259- find_package (AMReX 24.09 CONFIG REQUIRED COMPONENTS ${COMPONENT_ASCENT} ${COMPONENT_CATALYST} ${COMPONENT_DIMS} ${COMPONENT_EB} PARTICLES ${COMPONENT_PIC} ${COMPONENT_PRECISION} ${COMPONENT_SENSEI} LSOLVERS)
259+ find_package (AMReX 24.10 CONFIG REQUIRED COMPONENTS ${COMPONENT_ASCENT} ${COMPONENT_CATALYST} ${COMPONENT_DIMS} ${COMPONENT_EB} PARTICLES ${COMPONENT_PIC} ${COMPONENT_PRECISION} ${COMPONENT_SENSEI} LSOLVERS)
260260 # note: TINYP skipped because user-configured and optional
261261
262262 # AMReX CMake helper scripts
@@ -279,7 +279,7 @@ set(WarpX_amrex_src ""
279279set (WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
280280 CACHE STRING
281281 "Repository URI to pull and build AMReX from if(WarpX_amrex_internal)" )
282- set (WarpX_amrex_branch "103d0e9f7c7e7fbedbeb61512d3f37f3e2b03770 "
282+ set (WarpX_amrex_branch "24.10 "
283283 CACHE STRING
284284 "Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)" )
285285
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function(find_pyamrex)
5959 endif ()
6060 elseif (NOT WarpX_pyamrex_internal)
6161 # TODO: MPI control
62- find_package (pyAMReX 24.09 CONFIG REQUIRED)
62+ find_package (pyAMReX 24.10 CONFIG REQUIRED)
6363 message (STATUS "pyAMReX: Found version '${pyAMReX_VERSION} '" )
6464 endif ()
6565endfunction ()
@@ -74,7 +74,7 @@ option(WarpX_pyamrex_internal "Download & build pyAMReX" ON)
7474set (WarpX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
7575 CACHE STRING
7676 "Repository URI to pull and build pyamrex from if(WarpX_pyamrex_internal)" )
77- set (WarpX_pyamrex_branch "1c66690f83244196c5655293f1381303a7d1589d "
77+ set (WarpX_pyamrex_branch "24.10 "
7878 CACHE STRING
7979 "Repository branch for WarpX_pyamrex_repo if(WarpX_pyamrex_internal)" )
8080
You can’t perform that action at this time.
0 commit comments