Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/ParallelIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ void write_test_zero_extent( bool fileBased, std::string file_ending, bool write
e["position"]["x"].storeChunk(position_local, {offset}, {rank});
e["positionOffset"]["x"].storeChunk(positionOffset_local, {offset}, {rank});
}
o.flush();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If one removes this flush now, this test hangs in ParallelADIOS1IOHandlerImpl::open_write() (one rank) and in ~ParallelADIOS1IOHandlerImpl in MPI_Barrier(m_mpiComm); (the other rank)


//TODO read back, verify
}
Expand Down