We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401e706 commit 4bf7298Copy full SHA for 4bf7298
1 file changed
test/ParallelIOTest.cpp
@@ -124,7 +124,9 @@ void write_test_zero_extent(
124
Series o = Series(
125
filePath.append(".").append(file_ending),
126
Access::CREATE_LINEAR,
127
- MPI_COMM_WORLD);
+ MPI_COMM_WORLD,
128
+ // Workaround for https://github.com/ornladios/ADIOS2/issues/4716
129
+ R"({"adios2": {"use_group_table": false}})");
130
131
int const max_step = 100;
132
0 commit comments