Skip to content

Commit 67f771b

Browse files
authored
Fix joined array output in bpls (#4494)
1 parent 259acd9 commit 67f771b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/adios2/toolkit/format/bp5/BP5Deserializer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,6 +2370,7 @@ MinVarInfo *BP5Deserializer::MinBlocksInfo(const VariableBase &Var, size_t RelSt
23702370
MV->IsReverseDims = ((MV->Dims > 1) && (m_WriterIsRowMajor != m_ReaderIsRowMajor));
23712371

23722372
MV->WasLocalValue = (VarRec->OrigShapeID == ShapeID::LocalValue);
2373+
MV->WasLocalValue |= (VarRec->OrigShapeID == ShapeID::JoinedArray);
23732374
if ((VarRec->OrigShapeID == ShapeID::LocalValue) ||
23742375
(VarRec->OrigShapeID == ShapeID::GlobalValue))
23752376
{

0 commit comments

Comments
 (0)