Skip to content

Fix adios_reorganize to handle cases where variables are not always p…

Created by: pnorbert

…resent. The variable map from ADIOS2 contains all variables present in a file even if stepping through the file and a specific variable is not present in the current step. Need to rely on InquireVariable returing a null pointer to check if a variable is present.

Merge request reports