You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- minor grammar change
- better phrasing
- remove incorrect statement about publisher having to be included in custom range
Signed-off-by: David Solt <[email protected]>
Copy file name to clipboardExpand all lines: Chap_API_Publish.tex
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,6 @@ \section{\code{PMIx_Publish}}
79
79
ranges. Custom ranges are consider different if they have different members.
80
80
Duplicate keys being published on the same data range shall return the
81
81
\refconst{PMIX_ERR_DUPLICATE_KEY} error.
82
-
publishing to a \refconst{PMIX_RANGE_CUSTOM}
83
-
range which does not include the publisher will prevent
84
-
any processes from using \refapi{PMIx_Lookup} to access the published data.
85
82
86
83
In some cases, implementations may be incapable of distinguishing which
87
84
info keys in the \refarg{info} array are for publishing and which info keys are
@@ -92,7 +89,7 @@ \section{\code{PMIx_Publish}}
92
89
all other elements of the info array will be treated as directives.
93
90
If the info array does not include a \refattr{PMIX_DATA_TO_PUBLISH} info,
94
91
the implementation should
95
-
distinguishing between info array elements that specify keys and directives as follows:
92
+
distinguish between info array elements that specify keys and directives as follows:
96
93
All standardized directives to the publish call,
97
94
including optional attributes the implementation does not support,
98
95
should be treated as
@@ -603,7 +600,7 @@ \section{Retrieval rules for published data}
603
600
\item The lookup key matches the published key.
604
601
\item The type of range specified by the publisher is the same as the type of range specified by the requester.
605
602
\item If a custom range is specified by the publisher and the requester, the members described in both cases must be identical. The publisher is not required to be a member of a custom range.
606
-
\item The requestor must be a member of the publisher's range.
603
+
\item The requestor must be a member of the range specified by the publisher.
0 commit comments