Skip to content

Commit

Permalink
openPMD-api: 0.16.0+
Browse files Browse the repository at this point in the history
Update to the latest stable release of openPMD-api, version 0.16.0.
  • Loading branch information
ax3l committed Oct 8, 2024
1 parent 085925c commit 8880511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/dependencies/ABLASTR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ macro(find_ablastr)
else()
set(COMPONENT_WMPI NOMPI)
endif()
find_package(openPMD 0.15.2 CONFIG REQUIRED COMPONENTS ${COMPONENT_WMPI})
find_package(openPMD 0.16.0 CONFIG REQUIRED COMPONENTS ${COMPONENT_WMPI})
message(STATUS "openPMD-api: Found version '${openPMD_VERSION}'")
endif()
endmacro()
Expand Down Expand Up @@ -177,7 +177,7 @@ set(ImpactX_amrex_branch ""
set(ImpactX_openpmd_repo "https://github.com/openPMD/openPMD-api.git"
CACHE STRING
"Repository URI to pull and build openPMD-api from if(ImpactX_openpmd_internal)")
set(ImpactX_openpmd_branch "0.15.2"
set(ImpactX_openpmd_branch "0.16.0"
CACHE STRING
"Repository branch for ImpactX_openPMD_repo if(ImpactX_openpmd_internal)")

Expand Down
2 changes: 1 addition & 1 deletion docs/source/install/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Optional dependencies include:
- `FFTW3 <http://www.fftw.org>`__: for algorithms such as IGF space charge solver or CSR when running on CPU or with SYCL

- also needs the ``pkg-config`` tool on Unix
- `openPMD-api 0.15.2+ <https://github.com/openPMD/openPMD-api>`__: we automatically download and compile a copy of openPMD-api for openPMD I/O support
- `openPMD-api 0.16.0+ <https://github.com/openPMD/openPMD-api>`__: we automatically download and compile a copy of openPMD-api for openPMD I/O support

- see `optional I/O backends <https://github.com/openPMD/openPMD-api#dependencies>`__
- `CCache <https://ccache.dev>`__: to speed up rebuilds (For CUDA support, needs version 3.7.9+ and 4.2+ is recommended)
Expand Down

0 comments on commit 8880511

Please sign in to comment.