Skip to content

Commit

Permalink
Add errata about pmix_device_type_t type changes
Browse files Browse the repository at this point in the history
https://github.com/pmix/pmix-standard/pull/500/files#r1592860645

Signed-off-by: Aurélien Bouteiller <bouteill@icl.utk.edu>
  • Loading branch information
abouteiller committed Jan 17, 2025
1 parent 248964b commit 048bada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Chap_Revisions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,8 @@ \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}.
\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}. It as already correct in the ABI.
\item Type definition for \refstruct{pmix_devce_type_t} changed from \code{uint16_t} to \code{uint64_t}. It was already correct in the ABI.
\end{compactitemize}

\subsection{Added Functions (Provisional)}
Expand Down

0 comments on commit 048bada

Please sign in to comment.