We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9dcaa5 commit 43ac83aCopy full SHA for 43ac83a
test/ParallelIOTest.cpp
@@ -493,7 +493,11 @@ void available_chunks_test(std::string const &file_ending)
493
}
494
495
{
496
- Series read(name, Access::READ_ONLY, MPI_COMM_WORLD);
+ Series read(
497
+ name,
498
+ Access::READ_ONLY,
499
+ MPI_COMM_WORLD,
500
+ R"({"verify_homogeneous_extents": false})");
501
Iteration it0 = read.iterations[0];
502
auto E_x = it0.meshes["E"]["x"];
503
ChunkTable table = E_x.availableChunks();
0 commit comments