ComputationalRadiationPhysics / particle_reduction

5 stars 3 forks source link

fix ADIOS1 support #24

Open KseniaBastrakova opened 3 years ago

KseniaBastrakova commented 3 years ago

According openPMD-api, we cannot initialize and use more than one openPMD::Series with ADIOS1 backend at the same time in a process, even if both Series operate on totally independent data. Meanwhile, I used two Series: one for input data, one for the new file (with reduction data). So, now reductor supports only ADIOS 2

sbastrakov commented 3 years ago

Link: https://openpmd-api.readthedocs.io/en/0.12.0-alpha/backends/adios1.html?highlight=backend#limitations