diff options
author | 2023-04-02 20:45:40 -0700 | |
---|---|---|
committer | 2023-04-02 20:45:40 -0700 | |
commit | 18fcea20654a4847d4a3acbe2aa0229de5b1925c (patch) | |
tree | b4f2e7e2986f07e1e10d5937c9de73ffcac5f8e7 | |
parent | a8cc114ddbf21616235c8f217bba891f7ed579e5 (diff) | |
download | WarpX-18fcea20654a4847d4a3acbe2aa0229de5b1925c.tar.gz WarpX-18fcea20654a4847d4a3acbe2aa0229de5b1925c.tar.zst WarpX-18fcea20654a4847d4a3acbe2aa0229de5b1925c.zip |
Release 23.04 (#3800)
* AMReX: 23.04
* PICSAR: 23.04
* WarpX: 23.04
-rw-r--r-- | .github/workflows/cuda.yml | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | Docs/source/conf.py | 4 | ||||
-rw-r--r-- | LICENSE.txt | 2 | ||||
-rw-r--r-- | Python/setup.py | 2 | ||||
-rw-r--r-- | Regression/WarpX-GPU-tests.ini | 2 | ||||
-rw-r--r-- | Regression/WarpX-tests.ini | 2 | ||||
-rw-r--r-- | cmake/dependencies/AMReX.cmake | 4 | ||||
-rw-r--r-- | cmake/dependencies/PICSAR.cmake | 2 | ||||
-rwxr-xr-x | run_test.sh | 2 | ||||
-rw-r--r-- | setup.py | 2 |
11 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index e88ebaa8e..d116a605c 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -110,7 +110,7 @@ jobs: which nvcc || echo "nvcc not in PATH!" git clone https://github.com/AMReX-Codes/amrex.git ../amrex - cd ../amrex && git checkout --detach 7aad6ca7f64956c136b68d5fedfbc5e28ab1aab7 && cd - + cd ../amrex && git checkout --detach 23.04 && cd - make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_PSATD=TRUE USE_CCACHE=TRUE -j 2 build_nvhpc21-11-nvcc: diff --git a/CMakeLists.txt b/CMakeLists.txt index 40c137403..1f7f6183c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Preamble #################################################################### # cmake_minimum_required(VERSION 3.20.0) -project(WarpX VERSION 23.03) +project(WarpX VERSION 23.04) include(${WarpX_SOURCE_DIR}/cmake/WarpXFunctions.cmake) diff --git a/Docs/source/conf.py b/Docs/source/conf.py index f71cf8cc0..289bbad8c 100644 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -78,9 +78,9 @@ author = 'WarpX collaboration' # built documents. # # The short X.Y version. -version = u'23.03' +version = u'23.04' # The full version, including alpha/beta/rc tags. -release = u'23.03' +release = u'23.04' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/LICENSE.txt b/LICENSE.txt index fbb7fc13c..457ddd0c7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -WarpX v23.03 Copyright (c) 2018-2023, 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. +WarpX v23.04 Copyright (c) 2018-2023, 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. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/Python/setup.py b/Python/setup.py index 4e788b365..fea89536a 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '23.03', + version = '23.04', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", diff --git a/Regression/WarpX-GPU-tests.ini b/Regression/WarpX-GPU-tests.ini index b9dbb393b..117eee7dc 100644 --- a/Regression/WarpX-GPU-tests.ini +++ b/Regression/WarpX-GPU-tests.ini @@ -60,7 +60,7 @@ emailBody = Check https://ccse.lbl.gov/pub/GpuRegressionTesting/WarpX/ for more [AMReX] dir = /home/regtester/git/amrex/ -branch = 7aad6ca7f64956c136b68d5fedfbc5e28ab1aab7 +branch = 23.04 [source] dir = /home/regtester/git/WarpX diff --git a/Regression/WarpX-tests.ini b/Regression/WarpX-tests.ini index fc079a309..23108204d 100644 --- a/Regression/WarpX-tests.ini +++ b/Regression/WarpX-tests.ini @@ -59,7 +59,7 @@ emailBody = Check https://ccse.lbl.gov/pub/RegressionTesting/WarpX/ for more det [AMReX] dir = /home/regtester/AMReX_RegTesting/amrex/ -branch = 7aad6ca7f64956c136b68d5fedfbc5e28ab1aab7 +branch = 23.04 [source] dir = /home/regtester/AMReX_RegTesting/warpx diff --git a/cmake/dependencies/AMReX.cmake b/cmake/dependencies/AMReX.cmake index a4894ca29..7b4bf6e29 100644 --- a/cmake/dependencies/AMReX.cmake +++ b/cmake/dependencies/AMReX.cmake @@ -226,7 +226,7 @@ macro(find_amrex) endif() set(COMPONENT_PRECISION ${WarpX_PRECISION} P${WarpX_PARTICLE_PRECISION}) - find_package(AMReX 23.03 CONFIG REQUIRED COMPONENTS ${COMPONENT_ASCENT} ${COMPONENT_DIM} ${COMPONENT_EB} PARTICLES ${COMPONENT_PIC} ${COMPONENT_PRECISION} ${COMPONENT_SENSEI} TINYP LSOLVERS) + find_package(AMReX 23.04 CONFIG REQUIRED COMPONENTS ${COMPONENT_ASCENT} ${COMPONENT_DIM} ${COMPONENT_EB} PARTICLES ${COMPONENT_PIC} ${COMPONENT_PRECISION} ${COMPONENT_SENSEI} TINYP LSOLVERS) message(STATUS "AMReX: Found version '${AMReX_VERSION}'") endif() endmacro() @@ -240,7 +240,7 @@ set(WarpX_amrex_src "" set(WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git" CACHE STRING "Repository URI to pull and build AMReX from if(WarpX_amrex_internal)") -set(WarpX_amrex_branch "7aad6ca7f64956c136b68d5fedfbc5e28ab1aab7" +set(WarpX_amrex_branch "23.04" CACHE STRING "Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)") diff --git a/cmake/dependencies/PICSAR.cmake b/cmake/dependencies/PICSAR.cmake index 26d9a36b1..e112a7263 100644 --- a/cmake/dependencies/PICSAR.cmake +++ b/cmake/dependencies/PICSAR.cmake @@ -82,7 +82,7 @@ function(find_picsar) #message(STATUS "PICSAR: Using version '${PICSAR_VERSION}'") else() # not supported by PICSAR (yet) - #find_package(PICSAR 23.03 CONFIG REQUIRED QED) + #find_package(PICSAR 23.04 CONFIG REQUIRED QED) #message(STATUS "PICSAR: Found version '${PICSAR_VERSION}'") message(FATAL_ERROR "PICSAR: Cannot be used as externally installed " "library yet. " diff --git a/run_test.sh b/run_test.sh index e0f382016..0a647d750 100755 --- a/run_test.sh +++ b/run_test.sh @@ -71,7 +71,7 @@ python3 -m pip install --upgrade -r warpx/Regression/requirements.txt # Clone AMReX and warpx-data git clone https://github.com/AMReX-Codes/amrex.git -cd amrex && git checkout --detach 7aad6ca7f64956c136b68d5fedfbc5e28ab1aab7 && cd - +cd amrex && git checkout --detach 23.04 && cd - # warpx-data contains various required data sets git clone --depth 1 https://github.com/ECP-WarpX/warpx-data.git @@ -272,7 +272,7 @@ with open('./requirements.txt') as f: setup( name='pywarpx', # note PEP-440 syntax: x.y.zaN but x.y.z.devN - version = '23.03', + version = '23.04', packages = ['pywarpx'], package_dir = {'pywarpx': 'Python/pywarpx'}, author='Jean-Luc Vay, David P. Grote, Maxence Thévenet, Rémi Lehe, Andrew Myers, Weiqun Zhang, Axel Huebl, et al.', |