openPMD/openPMD-api

HighFive: C++ API HDF5

Aperta

#18 aperta il 15 gen 2018

 (1 commento) (0 reazioni) (0 assegnatari)C++ (57 fork)auto 404
MPIbackend: HDF5good first issuehelp wanted

Metriche repository

Star
 (160 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

TIL: https://github.com/BlueBrain/HighFive

A third-party, C++(11) API for HDF5, even supporting parallel I/O :)

(Note: we stay with the official C-API for our HDF5 backend now. But if we want to try this C++ library, we would write a second HighFive backend for it.)

We currently implement serial & parallel HDF5 via the official HDF5 C-API.

Additionally, we could implement another HDF5 backend via HighFive's C++ API.

Guida contributor