-
- Downloads
Add protection for missing arrays in ADIOS2 VTX reader
Previously, when the ADIOS2 VTX reader read in most data arrays from the ADIOS2 file, it would silently leave a null array if that array did not exist. This opened up the likely consequence of the program later crashing when the reader attempted to use this array. Instead, the reader now reports an error when an array it attempts to read in is missing. This prevents subsequent problems.
Showing
- Documentation/release/dev/adios2-vtx-reader-missing-arrays.md 9 additions, 0 deletions...mentation/release/dev/adios2-vtx-reader-missing-arrays.md
- IO/ADIOS2/Testing/Cxx/UnitTestIOADIOS2VTX.cxx 36 additions, 0 deletionsIO/ADIOS2/Testing/Cxx/UnitTestIOADIOS2VTX.cxx
- IO/ADIOS2/VTX/schema/VTXSchema.cxx 2 additions, 0 deletionsIO/ADIOS2/VTX/schema/VTXSchema.cxx
Please register or sign in to comment