mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Add openPMD output
This commit is contained in:
parent
731b0ae562
commit
7c648bcc1f
21 changed files with 4258 additions and 245 deletions
|
|
@ -229,6 +229,18 @@ greenX - Open-source file format and library. Support for greenX can be enabled
|
|||
- For more information see <https://github.com/tblite/tblite>
|
||||
- Pass `-DCP2K_USE_TBLITE=ON` to CMake.
|
||||
|
||||
## openPMD (structured output)
|
||||
|
||||
openPMD - Open-source data standard and library. Support for openPMD can be enabled in CMake via
|
||||
`-DCP2K_USE_OPENPMD=ON`. CMake is the only supported way of enabling openPMD, use of `-D__OPENPMD`
|
||||
as part of DFLAGS may or may not work.
|
||||
|
||||
- openPMD-api may be downloaded from <https://github.com/openPMD/openPMD-api/>, a equal to or
|
||||
greater than 0.16.1 is required.
|
||||
- For more information see <https://openpmd-api.readthedocs.io>.
|
||||
- The version of openPMD-api, determined by OPENPMDAPI_VERSION_GE, must be 0.16.1 or greater.
|
||||
- openPMD-api must be built against MPI, determined by openPMD_HAVE_MPI.
|
||||
|
||||
## HDF5
|
||||
|
||||
- Pass `-DCP2K_USE_HDF5=ON` to CMake to enable HDF5 support.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue