File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments