Fix adios_reorganize to handle cases where variables are not always present....
Fix adios_reorganize to handle cases where variables are not always present. 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.
Please register or sign in to comment