Skip to content

Commit

Permalink
write_test_zero_extent: require flush to buffer
Browse files Browse the repository at this point in the history
Somehow PerformDataWrite() leads to trouble with this pattern.
  • Loading branch information
franzpoeschel committed Jun 5, 2024
1 parent a961739 commit 36597bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ParallelIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ void write_test_zero_extent(
Series o = Series(
filePath.append(".").append(file_ending),
Access::CREATE,
MPI_COMM_WORLD);
MPI_COMM_WORLD,
"adios2.engine.preferred_flush_target = \"buffer\"");

int const max_step = 100;

Expand Down

0 comments on commit 36597bd

Please sign in to comment.