diff --git a/Chap_API_Sets_Groups.tex b/Chap_API_Sets_Groups.tex index ddc20b1..6f4e9f3 100644 --- a/Chap_API_Sets_Groups.tex +++ b/Chap_API_Sets_Groups.tex @@ -365,6 +365,7 @@ \subsection{\code{PMIx_Group_construct}} The ordering of the entries in the \refarg{procs} has no significance, neither is the method used for identifying processes. Some callers may describe the target set of processes using PMIX_RANK_WILDCARD while other callers may list the individual processes of a namespace explicitly. +This is unlike \refapi{PMIx_Connect}, because in this group operation, the group name \refarg{grp} is used to determine the uniqueness of the collective. If the \refattr{PMIX_GROUP_NOTIFY_TERMINATION} attribute is provided and has a value of \code{true}, then either the construct leader (if \refattr{PMIX_GROUP_LEADER} is provided) or all participants who register for the \refconst{PMIX_GROUP_MEMBER_FAILED} event will receive events whenever a process fails or terminates prior to calling \refapi{PMIx_Group_construct} – i.e. if a \emph{group leader} is declared, \textit{only} that process will receive the event. In the absence of a declared leader, \textit{all} specified group members will receive the event. diff --git a/Chap_API_Sync.tex b/Chap_API_Sync.tex index 68f3114..15a64ca 100644 --- a/Chap_API_Sync.tex +++ b/Chap_API_Sync.tex @@ -91,7 +91,7 @@ \section{\code{PMIx_Fence}} Passing a \code{NULL} pointer as the \refarg{procs} parameter indicates that the fence is to span all processes in the client's namespace. Each provided \refstruct{pmix_proc_t} struct can pass \refconst{PMIX_RANK_WILDCARD} to indicate that all processes in the given namespace are participating. The ordering of the entries in the \refarg{procs} has no significance. However, all processes engaged in a given -\refapi{PMIx_Fence} +\refapi{PMIx_Fence} operation must use the same method to identify processes. Callers which describe the target set of processes using PMIX_RANK_WILDCARD will not be matched with callers which list the individual processes of a namespace explicitly.