Skip to content

Commit 097dd13

Browse files
committed
3 changes from reviews
- minor grammar change - better phrasing - remove incorrect statement about publisher having to be included in custom range Signed-off-by: David Solt <[email protected]>
1 parent d872e50 commit 097dd13

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Chap_API_Publish.tex

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ \section{\code{PMIx_Publish}}
7979
ranges. Custom ranges are consider different if they have different members.
8080
Duplicate keys being published on the same data range shall return the
8181
\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.
8582

8683
In some cases, implementations may be incapable of distinguishing which
8784
info keys in the \refarg{info} array are for publishing and which info keys are
@@ -92,7 +89,7 @@ \section{\code{PMIx_Publish}}
9289
all other elements of the info array will be treated as directives.
9390
If the info array does not include a \refattr{PMIX_DATA_TO_PUBLISH} info,
9491
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:
9693
All standardized directives to the publish call,
9794
including optional attributes the implementation does not support,
9895
should be treated as
@@ -603,7 +600,7 @@ \section{Retrieval rules for published data}
603600
\item The lookup key matches the published key.
604601
\item The type of range specified by the publisher is the same as the type of range specified by the requester.
605602
\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.
607604

608605
%%option2:
609606
%%

0 commit comments

Comments
 (0)