You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Writing to an existing BP file with Append mode only works correctly if there is no aggregation (in either step).
If there is aggregation, the appended step's data will be corrupt (even if the same aggregation ratio is used).
To Reproduce
in testing/adios2/engine/bp/TestBPWriteAppendReadADIOS2.cpp, lines 173 and 324 (after io.AddTransport)
Describe the bug
Writing to an existing BP file with Append mode only works correctly if there is no aggregation (in either step).
If there is aggregation, the appended step's data will be corrupt (even if the same aggregation ratio is used).
To Reproduce
testing/adios2/engine/bp/TestBPWriteAppendReadADIOS2.cpp
, lines 173 and 324 (after io.AddTransport)io.SetParameter("SubStreams", "1");
The text was updated successfully, but these errors were encountered: