Skip to content

Commit

Permalink
Update memory selection when there is a layout mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
anagainaru committed Sep 13, 2024
1 parent d975ac0 commit 92ebf63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/adios2/core/VariableBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ void VariableBase::SetArrayLayout(const ArrayOrdering layout)
UpdateLayout(m_Shape);
UpdateLayout(m_Count);
UpdateLayout(m_Start);
UpdateLayout(m_MemoryStart);
UpdateLayout(m_MemoryCount);
return;
}
if (m_ArrayLayout != layout)
Expand Down

0 comments on commit 92ebf63

Please sign in to comment.