Skip to content

Commit 4bf7298

Browse files
committed
Workaround the bug for now
1 parent 401e706 commit 4bf7298

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/ParallelIOTest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ void write_test_zero_extent(
124124
Series o = Series(
125125
filePath.append(".").append(file_ending),
126126
Access::CREATE_LINEAR,
127-
MPI_COMM_WORLD);
127+
MPI_COMM_WORLD,
128+
// Workaround for https://github.com/ornladios/ADIOS2/issues/4716
129+
R"({"adios2": {"use_group_table": false}})");
128130

129131
int const max_step = 100;
130132

0 commit comments

Comments
 (0)