Skip to content

Commit da55a0a

Browse files
committed
Hmm
1 parent 8c9845a commit da55a0a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/IO/ADIOS/ADIOS2IOHandler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,7 @@ void ADIOS2IOHandlerImpl::closeFile(
10171017
* No need to finalize unconditionally, destructor will take care
10181018
* of it.
10191019
*/
1020+
it->second->flush(FlushLevel::UserFlush);
10201021
it->second->flush(
10211022
FlushLevel::UserFlush,
10221023
[](detail::ADIOS2File &ba, adios2::Engine &) { ba.finalize(); },

test/ParallelIOTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1995,8 +1995,7 @@ void joined_dim(std::string const &ext)
19951995
patchExtent.store<type>(10);
19961996
}
19971997
writeFrom.clear();
1998-
// There seems to be a bug making this flush call necessary, need to fix
1999-
it.seriesFlush();
1998+
// it.seriesFlush();
20001999
it.close();
20012000

20022001
it = s.writeIterations()[200];

0 commit comments

Comments
 (0)