Hi, I have a quick question on how to use the api with the ADIOS B4 backend. What is the correct way to append new iterations to the same file with ADIOS2? I know that I can switch to the group based iteration encoding by removing %T from the series path but when I try to add a new iteration with Access::READ_WRITE I get
ADIOS2 does currently not yet implement ReadWrite (Append) mode. Replacing with Read mode.
Unhandled exception of type 'St16invalid_argument' with message 'ERROR: Engine Open Mode not valid for function
Should I use Access::CREATE instead or could that remove previous iterations?
Software Environment:
- version of openPMD-api: 0.13.2
- version of ADIOS: 2.7.1.106
- installed openPMD-api via: module system
Hi, I have a quick question on how to use the api with the ADIOS B4 backend. What is the correct way to append new iterations to the same file with ADIOS2? I know that I can switch to the group based iteration encoding by removing
%Tfrom the series path but when I try to add a new iteration withAccess::READ_WRITEI getShould I use
Access::CREATEinstead or could that remove previous iterations?Software Environment: