Skip to content

Commit bbc2863

Browse files
committed
Add constraint on communication padding.
1 parent bf54a6c commit bbc2863

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protocol.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ block (``dist_type`` is ``'b'``)
280280
* ``padding`` : 2-tuple of ``int``, each greater than or equal to zero.
281281
Optional.
282282

283+
If communication padding, must be less than or equal to the number of indices
284+
owned by the neighboring process.
285+
283286
The padding tuple describes the width of the padding region at the beginning
284287
and end of a buffer in a particular dimension. Padding represents extra
285288
allocation for an array, but padding values are in some sense not "owned" by

0 commit comments

Comments
 (0)