-
Notifications
You must be signed in to change notification settings - Fork 41
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
Clarifying Team Collectives #452
Conversation
@@ -1,6 +1,6 @@ | |||
\apisummary{ | |||
The following functions perform reduction operations across all | |||
\acp{PE} in a set of \acp{PE}. | |||
\acp{PE} in an \openshmem team or active set of \acp{PE}. |
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.
Would the sentence read better if we dropped "of \acp{PE}"?
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.
Also suggest dropping "of PEs" in the subsequent occurrences.
@davidozog Could you please review this PR to see if the collectives section committee would like to incorporate these changes? |
Most all these changes are apparently now covered by #511, but perhaps we should check with @kwaters4 before closing this PR. @kwaters4 - the changes on this PR in |
Closed by davidozog#8 |
Some descriptions of collective routines did not specify support for OpenSHMEM teams, but rather only active sets. These changes clarify that they support both teams and active sets (now deprecated).