Hi @nperez
This is the fix for issue #114 (closed). The problem was that when we chunk over the depended dimension (i.e., member
in the issue), its depending dimension (i.e., version
in the issue) was not chunked along. Therefore, when member
is split into 2 chunks, the first chunk is r1i1p1f1
to r5i1p1f1
but the corresponding version
is still for r1i1p1f1
to r10i1p1f1
.
I also fix the missing line for issue #113 (closed) since it happens to be the same case as issue114. Please let me know if you have any questions. We can include this fix in the master branch if everything seems good to you.
Ps., this branch is based on develop-SplitStart2.
Cheers,
An-Chi