Skip to content

Commit

Permalink
Merge pull request #495 from abouteiller/issue420/get_nb_key@v5
Browse files Browse the repository at this point in the history
Issue420/get nb key@v5
  • Loading branch information
raffenet authored Sep 12, 2024
2 parents 8610519 + 1a38e23 commit 9b66641
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chap_API_Sharing_Basics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -429,14 +429,14 @@ \section{\code{PMIx_Get}}

\copySignature{PMIx_Get}{1.0}{
pmix_status_t \\
PMIx_Get(const pmix_proc_t *proc, const pmix_key_t key, \\
PMIx_Get(const pmix_proc_t *proc, const char key[], \\
\hspace*{9\sigspace}const pmix_info_t info[], size_t ninfo, \\
\hspace*{9\sigspace}pmix_value_t **val);
}

\begin{arglist}
\argin{proc}{Process identifier - a \code{NULL} value may be used in place of the caller's ID (handle)}
\argin{key}{Key to retrieve (\refstruct{pmix_key_t})}
\argin{key}{Key to retrieve (string)}
\argin{info}{Array of info structures (array of handles)}
\argin{ninfo}{Number of elements in the \refarg{info} array (integer)}
\argout{val}{value (handle)}
Expand Down
9 changes: 9 additions & 0 deletions Chap_Revisions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1463,9 +1463,18 @@ \section{Version 5.1: TBD}
The v5.1 update includes the following changes from the v5.0 document:

\begin{compactitemize}
\item Revision history now contains a list of errata changes
\item Add that using \refapi{PMIx_Info_load} with a \code{NULL} \refconst{PMIX_BOOL} data sets the value to true
\end{compactitemize}

\subsection{Errata}

The following errors were corrected in v5.1:

\begin{compactitemize}
\item Parameter type for the key argument in \refapi{PMIx_Get} has been changed from \refstruct{pmix_key_t} to \code{char []} so that it is uniform with the argument in \refapi{PMIx_Get_nb}.
\end{compactitemize}

\subsection{Added Functions (Provisional)}

%\begin{compactitemize}
Expand Down

0 comments on commit 9b66641

Please sign in to comment.