Skip to content

Commit

Permalink
Update Chap_API_Sync_Access.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhursey authored Apr 11, 2022
1 parent 742203b commit c7a9353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chap_API_Sync_Access.tex
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ \subsection{\code{PMIx_Query_info}}

The returned \refarg{status} indicates if requested data was found or not. The returned \refarg{info} array will contain a \refattr{PMIX_QUERY_RESULTS} element for each query of the \refarg{queries} array. If qualifiers were included in the query, then the first element of each results array shall contain the \refattr{PMIX_QUERY_QUALIFIERS} key with a \refstruct{pmix_data_array_t} containing the qualifiers. The remaining \refstruct{pmix_info_t} shall contain the results of the query, one entry for each key that was found. Note that duplicate keys in the \refarg{queries} array shall result in duplicate responses within the constraints of the accompanying qualifiers. The caller is responsible for releasing the returned array.

The \refapi{PMIx_Query_info} and \refapi{PMIx_Query_info_nb} operations are expected to be called between initialization (e.g., \refapi{PMIx_Init}) and finalization (e.g., \refapi{PMIx_Finalize}) with the exeption of calling with exclusively with the following set of query attributes:
The \refapi{PMIx_Query_info} operation is expected to be called between initialization (e.g., \refapi{PMIx_Init}) and finalization (e.g., \refapi{PMIx_Finalize}) with the exeption of calling the blocking query \ac{API} exclusively with the following set of query attributes:
\begin{compactitem}
\item \refattr{PMIX_QUERY_ABI_VERSION}
\end{compactitem}
Expand Down

0 comments on commit c7a9353

Please sign in to comment.