If the distributed range has ghost extensions, this does not affect
the values in the block description returned by localBlock().
These values describe the layout of elements associated with
the ``physical'' portion of the array, not elements in the ghost
region.
In this case, however, the range of legal subscripts in the local
sequential array dimension
is increased. In the absence of ghost regions that range may be, for example,
, where typically
would be
.
If the original range has lower and upper ghost extensions of width
, so does the
new sequential range, exposed by dimension splitting. The allowed range
of local subscripts will be
7.2.
Figure 7.11 gives the recursive translation
of an overall construct involving a shifted index. It assumes
a has a suitable ghost extensions.7.3.