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 03405a0 commit 6bf8053Copy full SHA for 6bf8053
core/src/ParaGridIO.cpp
@@ -189,11 +189,6 @@ ModelState ParaGridIO::getModelState(const std::string& filePath)
189
std::reverse(count.begin(), count.end());
190
191
#ifdef USE_MPI
192
- // TODO
193
- // at this point we should add the halo exchange logic for each modelarray
194
- // need to check what happens for non-H-field modelarrays
195
- // need to figure out what happens w.r.t to coords in non-periodic and periodic case
196
-
197
Halo halo(data);
198
// create and allocate temporary Eigen array
199
ModelArray::DataType tempData;
0 commit comments