From 097dd1340a3bac391b1f9902e17c5db41906c0a2 Mon Sep 17 00:00:00 2001 From: David Solt Date: Wed, 10 Aug 2022 14:13:48 -0500 Subject: [PATCH] 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 --- Chap_API_Publish.tex | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Chap_API_Publish.tex b/Chap_API_Publish.tex index 34138293..cc0c5fcb 100644 --- a/Chap_API_Publish.tex +++ b/Chap_API_Publish.tex @@ -79,9 +79,6 @@ \section{\code{PMIx_Publish}} ranges. Custom ranges are consider different if they have different members. Duplicate keys being published on the same data range shall return the \refconst{PMIX_ERR_DUPLICATE_KEY} error. -publishing to a \refconst{PMIX_RANGE_CUSTOM} -range which does not include the publisher will prevent -any processes from using \refapi{PMIx_Lookup} to access the published data. In some cases, implementations may be incapable of distinguishing which info keys in the \refarg{info} array are for publishing and which info keys are @@ -92,7 +89,7 @@ \section{\code{PMIx_Publish}} all other elements of the info array will be treated as directives. If the info array does not include a \refattr{PMIX_DATA_TO_PUBLISH} info, the implementation should -distinguishing between info array elements that specify keys and directives as follows: +distinguish between info array elements that specify keys and directives as follows: All standardized directives to the publish call, including optional attributes the implementation does not support, should be treated as @@ -603,7 +600,7 @@ \section{Retrieval rules for published data} \item The lookup key matches the published key. \item The type of range specified by the publisher is the same as the type of range specified by the requester. \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. - \item The requestor must be a member of the publisher's range. + \item The requestor must be a member of the range specified by the publisher. %%option2: %%