openPMD / openPMD-validator

:ballot_box_with_check: Validator and Example Scripts
ISC License
4 stars 8 forks source link

ADIOS: Validator #1

Open ax3l opened 8 years ago

ax3l commented 8 years ago

Add a validator script for adios files.

Depends (partly) on issues mentioned here.

Main missing feature are object-oriented groups/variables/attributes in their python binding

ax3l commented 8 years ago

quick-script for :smiling_imp: hax0rs: use ADIOS' bp2h5 tool (cumbersome to compile, needs hdf5 dependency) and then run the HDF5 validator script (gnihihi)

PrometheusPi commented 3 years ago

@ax3l What is the status of this issue? - Is there a working check for adios 1/2?

ax3l commented 3 years ago

Nope. ADIOS1 is end-of-life and ADIOS2 is currently implemented in openPMD-api only.

I think there are bp2h5 converters in ADIOS2 again, as well as a h5 transport, which we could use to validate files. Until then, the standard and API are the source of truth.