Skip to content

Commit 4a0af0a

Browse files
authored
Weekly Update, Release 25.04 (#5814)
Weekly update to latest AMReX, pyAMReX, PICSAR: ``` ./Tools/Release/updateAMReX.py ./Tools/Release/updatepyAMReX.py ./Tools/Release/updatePICSAR.py ``` New WarpX release 25.04: ``` ./Tools/Release/newVersion.sh ```
1 parent dd00993 commit 4a0af0a

File tree

12 files changed

+39
-39
lines changed

12 files changed

+39
-39
lines changed

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
which nvcc || echo "nvcc not in PATH!"
124124
125125
git clone https://github.com/AMReX-Codes/amrex.git ../amrex
126-
cd ../amrex && git checkout --detach 25.03 && cd -
126+
cd ../amrex && git checkout --detach e24e4a8c4df84ed71f961efe7637f86ba1c2ce62 && cd -
127127
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4
128128
129129
ccache -s

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Preamble ####################################################################
22
#
33
cmake_minimum_required(VERSION 3.24.0)
4-
project(WarpX VERSION 25.03)
4+
project(WarpX VERSION 25.04)
55

66
include(${WarpX_SOURCE_DIR}/cmake/WarpXFunctions.cmake)
77

Docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ def __init__(self, *args, **kwargs):
112112
# built documents.
113113
#
114114
# The short X.Y version.
115-
version = "25.03"
115+
version = "25.04"
116116
# The full version, including alpha/beta/rc tags.
117-
release = "25.03"
117+
release = "25.04"
118118

119119
# The language for content autogenerated by Sphinx. Refer to documentation
120120
# for a list of supported languages.

Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
setup(
6767
name="pywarpx",
68-
version="25.03",
68+
version="25.04",
6969
packages=["pywarpx"],
7070
package_dir={"pywarpx": "pywarpx"},
7171
description="""Wrapper of WarpX""",
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"lev=0": {
3-
"Bx": 144495.08082507108,
4-
"By": 144495.08082507114,
5-
"Bz": 8481.958724628861,
6-
"Ex": 54500496182517.92,
7-
"Ey": 54500496182517.91,
8-
"Ez": 70231240245509.39
3+
"Bx": 144506.6166159078,
4+
"By": 144506.61661590787,
5+
"Bz": 8486.18976323069,
6+
"Ex": 54500016874062.15,
7+
"Ey": 54500016874062.164,
8+
"Ez": 70235201223693.16
99
}
10-
}
10+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"lev=0": {
3-
"Bx": 198610.0530604908,
4-
"By": 198610.0530604909,
5-
"Bz": 8482.656173586969,
6-
"Ex": 37232105734622.53,
7-
"Ey": 37232105734622.54,
8-
"Ez": 85094015810307.19
3+
"Bx": 198620.12248786027,
4+
"By": 198620.1224878604,
5+
"Bz": 8486.887212206082,
6+
"Ex": 37231369040444.48,
7+
"Ey": 37231369040444.48,
8+
"Ez": 85098525165877.86
99
}
10-
}
10+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"lev=0": {
3-
"Bx": 144495.08082507108,
4-
"By": 144495.0808250711,
5-
"Bz": 8481.95872462886,
6-
"Ex": 54500496182517.914,
7-
"Ey": 54500496182517.914,
8-
"Ez": 70231240245509.4
3+
"Bx": 144506.6166159078,
4+
"By": 144506.61661590787,
5+
"Bz": 8486.189763230692,
6+
"Ex": 54500016874062.14,
7+
"Ey": 54500016874062.16,
8+
"Ez": 70235201223693.17
99
}
10-
}
10+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"lev=0": {
3-
"Bx": 144495.08082507108,
4-
"By": 144495.08082507114,
5-
"Bz": 8481.958724628861,
6-
"Ex": 54500496182517.92,
7-
"Ey": 54500496182517.91,
8-
"Ez": 70231240245509.39
3+
"Bx": 144506.6166159078,
4+
"By": 144506.61661590787,
5+
"Bz": 8486.189763230688,
6+
"Ex": 54500016874062.15,
7+
"Ey": 54500016874062.164,
8+
"Ez": 70235201223693.16
99
}
10-
}
10+
}

cmake/dependencies/AMReX.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ macro(find_amrex)
271271
endif()
272272
set(COMPONENT_PRECISION ${WarpX_PRECISION} P${WarpX_PARTICLE_PRECISION})
273273

274-
find_package(AMReX 25.03 CONFIG REQUIRED COMPONENTS ${COMPONENT_ASCENT} ${COMPONENT_CATALYST} ${COMPONENT_DIMS} ${COMPONENT_EB} ${COMPONENT_FFT} PARTICLES ${COMPONENT_PIC} ${COMPONENT_PRECISION} ${COMPONENT_SENSEI} LSOLVERS)
274+
find_package(AMReX 25.04 CONFIG REQUIRED COMPONENTS ${COMPONENT_ASCENT} ${COMPONENT_CATALYST} ${COMPONENT_DIMS} ${COMPONENT_EB} ${COMPONENT_FFT} PARTICLES ${COMPONENT_PIC} ${COMPONENT_PRECISION} ${COMPONENT_SENSEI} LSOLVERS)
275275
# note: TINYP skipped because user-configured and optional
276276

277277
# AMReX CMake helper scripts
@@ -294,7 +294,7 @@ set(WarpX_amrex_src ""
294294
set(WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
295295
CACHE STRING
296296
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)")
297-
set(WarpX_amrex_branch "25.03"
297+
set(WarpX_amrex_branch "e24e4a8c4df84ed71f961efe7637f86ba1c2ce62"
298298
CACHE STRING
299299
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)")
300300

cmake/dependencies/PICSAR.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if(WarpX_QED)
109109
set(WarpX_picsar_repo "https://github.com/ECP-WarpX/picsar.git"
110110
CACHE STRING
111111
"Repository URI to pull and build PICSAR from if(WarpX_picsar_internal)")
112-
set(WarpX_picsar_branch "91515a5fc8505e18b0bedc48f58f688ef084bc4a"
112+
set(WarpX_picsar_branch "0c329e66010267662a82219f7de7abbd231463f4"
113113
CACHE STRING
114114
"Repository branch for WarpX_picsar_repo if(WarpX_picsar_internal)")
115115

0 commit comments

Comments
 (0)