-
Notifications
You must be signed in to change notification settings - Fork 0
General comments section #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
proc_grid_size == 0 is not allowed.
protocol.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the sentence starting with "Block-distributed dimensions..." with:
"Block-distributed dimensions with proc_grid_size == 1 and with the periodic and padding keys present are valid. The periodic == True and padding values indicate this array is periodic on one processor, with associated padding regions."
Or something like this...
|
Done, @kwmsmith . |
This is on top of PR #81.
proc_grid_size == 1with theperiodicandpaddingkeys.Closes #76.