Skip to content

Commit 44f538e

Browse files
committed
Add link to ADIOS2 issue
ornladios/ADIOS2#4474
1 parent 6c203a9 commit 44f538e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/SerialIOTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5914,6 +5914,7 @@ void variableBasedSeries(std::string const &file)
59145914
load_E_x[idx] = iteration.meshes["E"]["x"].loadChunk<int>();
59155915
// TODO: Changing dimensionality seems to not work in ADIOS2
59165916
// with ReadRandomAccess
5917+
// https://github.com/ornladios/ADIOS2/issues/4474
59175918
// load_E_y[idx] = iteration.meshes["E"]["y"].loadChunk<int>();
59185919
}
59195920
readSeries.flush();
@@ -6040,6 +6041,7 @@ void variableBasedSeries(std::string const &file)
60406041
load_E_x[idx] = iteration.meshes["E"]["x"].loadChunk<int>();
60416042
// Changing dimensionality seems to not work in ADIOS2
60426043
// with ReadRandomAccess
6044+
// https://github.com/ornladios/ADIOS2/issues/4474
60436045
// load_E_y[idx] = iteration.meshes["E"]["y"].loadChunk<int>();
60446046
}
60456047
readSeries.flush();

0 commit comments

Comments
 (0)