Skip to content

Commit

Permalink
Merge pull request #978 from keichi/reorganize-to-sst
Browse files Browse the repository at this point in the history
Support SST as a write method in adios_reorganize
  • Loading branch information
pnorbert committed Nov 2, 2018
2 parents 128736b + 1d2224b commit d5ed24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/utils/adios_reorganize/Reorganize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ int Reorganize::ReadWrite(core::Engine &rStream, core::Engine &wStream,
/*
* Write all variables
*/
wStream.BeginStep();
for (size_t varidx = 0; varidx < nvars; ++varidx)
{
const std::string &name = varinfo[varidx].v->m_Name;
Expand Down

0 comments on commit d5ed24b

Please sign in to comment.