Skip to content

Commit ce851bb

Browse files
authored
Release 22.01 (#2718)
* AMReX: 22.01 * PICSAR: 22.01 * WarpX: 22.01
1 parent 2f8a0e1 commit ce851bb

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

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.18.0)
4-
project(WarpX VERSION 21.12)
4+
project(WarpX VERSION 22.01)
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
@@ -71,9 +71,9 @@
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = u'21.12'
74+
version = u'22.01'
7575
# The full version, including alpha/beta/rc tags.
76-
release = u'21.12'
76+
release = u'22.01'
7777

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

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
WarpX v21.12 Copyright (c) 2018-2021, The Regents of the University of California, through Lawrence Berkeley National Laboratory, and Lawrence Livermore National Security, LLC, for the operation of Lawrence Livermore National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
1+
WarpX v22.01 Copyright (c) 2018-2022, The Regents of the University of California, through Lawrence Berkeley National Laboratory, and Lawrence Livermore National Security, LLC, for the operation of Lawrence Livermore National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
22

33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
package_data = {}
5555

5656
setup(name = 'pywarpx',
57-
version = '21.12',
57+
version = '22.01',
5858
packages = ['pywarpx'],
5959
package_dir = {'pywarpx': 'pywarpx'},
6060
description = """Wrapper of WarpX""",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Our workflow is described in [CONTRIBUTING.rst](CONTRIBUTING.rst).
4545

4646
## License
4747

48-
WarpX Copyright (c) 2018-2021, The Regents of the University of California,
48+
WarpX Copyright (c) 2018-2022, The Regents of the University of California,
4949
through Lawrence Berkeley National Laboratory (subject to receipt of any
5050
required approvals from the U.S. Dept. of Energy). All rights reserved.
5151

Regression/WarpX-GPU-tests.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ emailBody = Check https://ccse.lbl.gov/pub/GpuRegressionTesting/WarpX/ for more
5656

5757
[AMReX]
5858
dir = /home/regtester/git/amrex/
59-
branch = 85284ea15a3c5ca7d6d8e3f1045ac1e5a48c6a19
59+
branch = 22.01
6060

6161
[source]
6262
dir = /home/regtester/git/WarpX

Regression/WarpX-tests.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ emailBody = Check https://ccse.lbl.gov/pub/RegressionTesting/WarpX/ for more det
5555

5656
[AMReX]
5757
dir = /home/regtester/AMReX_RegTesting/amrex/
58-
branch = 85284ea15a3c5ca7d6d8e3f1045ac1e5a48c6a19
58+
branch = 22.01
5959

6060
[source]
6161
dir = /home/regtester/AMReX_RegTesting/warpx

cmake/dependencies/AMReX.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ macro(find_amrex)
225225
endif()
226226
set(COMPONENT_PRECISION ${WarpX_PRECISION} P${WarpX_PRECISION})
227227

228-
find_package(AMReX 21.12 CONFIG REQUIRED COMPONENTS ${COMPONENT_ASCENT} ${COMPONENT_DIM} ${COMPONENT_EB} PARTICLES ${COMPONENT_PIC} ${COMPONENT_PRECISION} ${COMPONENT_SENSEI} TINYP LSOLVERS)
228+
find_package(AMReX 22.01 CONFIG REQUIRED COMPONENTS ${COMPONENT_ASCENT} ${COMPONENT_DIM} ${COMPONENT_EB} PARTICLES ${COMPONENT_PIC} ${COMPONENT_PRECISION} ${COMPONENT_SENSEI} TINYP LSOLVERS)
229229
message(STATUS "AMReX: Found version '${AMReX_VERSION}'")
230230
endif()
231231
endmacro()
@@ -239,7 +239,7 @@ set(WarpX_amrex_src ""
239239
set(WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
240240
CACHE STRING
241241
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)")
242-
set(WarpX_amrex_branch "85284ea15a3c5ca7d6d8e3f1045ac1e5a48c6a19"
242+
set(WarpX_amrex_branch "22.01"
243243
CACHE STRING
244244
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)")
245245

cmake/dependencies/PICSAR.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function(find_picsar)
8282
#message(STATUS "PICSAR: Using version '${PICSAR_VERSION}'")
8383
else()
8484
# not supported by PICSAR (yet)
85-
#find_package(PICSAR 21.12 CONFIG REQUIRED QED)
85+
#find_package(PICSAR 22.01 CONFIG REQUIRED QED)
8686
#message(STATUS "PICSAR: Found version '${PICSAR_VERSION}'")
8787
message(FATAL_ERROR "PICSAR: Cannot be used as externally installed "
8888
"library yet. "

run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ python3 -m pip install --upgrade -r warpx/Regression/requirements.txt
7070

7171
# Clone AMReX and warpx-data
7272
git clone https://github.com/AMReX-Codes/amrex.git
73-
cd amrex && git checkout --detach 85284ea15a3c5ca7d6d8e3f1045ac1e5a48c6a19 && cd -
73+
cd amrex && git checkout --detach 22.01 && cd -
7474
# warpx-data contains various required data sets
7575
git clone --depth 1 https://github.com/ECP-WarpX/warpx-data.git
7676

0 commit comments

Comments
 (0)