Skip to content

Commit

Permalink
Msan
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Jun 28, 2022
1 parent 69a53b0 commit 5f3b267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/adios2/toolkit/format/bp5/BP5Deserializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1531,6 +1531,8 @@ MinVarInfo *BP5Deserializer::MinBlocksInfo(const VariableBase &Var, size_t Step)
Blk.WriterID = WriterRank;
Blk.BlockID = Id++;
Blk.BufferP = writer_meta_base;
Blk.Start = NULL;
Blk.Count = NULL;
if (VarRec->OrigShapeID == ShapeID::LocalValue)
{
Blk.Count = (size_t *)1;
Expand Down

0 comments on commit 5f3b267

Please sign in to comment.