From b95381ac0428dda7bd5e4f428f7bab50ec610266 Mon Sep 17 00:00:00 2001 From: Joshua Hursey Date: Fri, 17 Sep 2021 10:24:51 -0500 Subject: [PATCH] v4.1: Update revision log Signed-off-by: Joshua Hursey --- Chap_Revisions.tex | 71 +++++++++++++++++++++++++++++++--------------- 1 file changed, 48 insertions(+), 23 deletions(-) diff --git a/Chap_Revisions.tex b/Chap_Revisions.tex index 55f6214a..87dc5196 100644 --- a/Chap_Revisions.tex +++ b/Chap_Revisions.tex @@ -1199,12 +1199,22 @@ \section{Version 4.1: TBD} The v4.1 update includes clarifications and corrections from the v4.0 document: \begin{compactitemize} + \item Remove some stale language in \refsection{chap:api_event:notify}{Chapter 9.1}. \item Provisional Items: \begin{compactitemize} \item Storage \chapterref{chap:api_storage} \end{compactitemize} \end{compactitemize} +\subsection{Added Functions (Provisional)} + +\begin{compactitemize} + \item \refapi{PMIx_Data_load} + \item \refapi{PMIx_Data_unload} + \item \refapi{PMIx_Data_compress} + \item \refapi{PMIx_Data_decompress} +\end{compactitemize} + \subsection{Added Data Structures (Provisional)} \begin{compactitemize} @@ -1214,33 +1224,48 @@ \subsection{Added Data Structures (Provisional)} \item \refstruct{pmix_storage_access_type_t} \end{compactitemize} +\subsection{Added Macros (Provisional)} + +\begin{compactitemize} + \item \refmacro{PMIX_NSPACE_INVALID} + \item \refmacro{PMIX_RANK_IS_VALID} + \item \refmacro{PMIX_PROCID_INVALID} + \item \refmacro{PMIX_PROCID_XFER} +\end{compactitemize} \subsection{Added Constants (Provisional)} +\begin{compactitemize} + \item \refconst{PMIX_PROC_NSPACE} +\end{compactitemize} + \littleheader{Storage constants} -\refconst{PMIX_STORAGE_MEDIUM_UNKNOWN} \\ -\refconst{PMIX_STORAGE_MEDIUM_TAPE} \\ -\refconst{PMIX_STORAGE_MEDIUM_HDD} \\ -\refconst{PMIX_STORAGE_MEDIUM_SSD} \\ -\refconst{PMIX_STORAGE_MEDIUM_NVME} \\ -\refconst{PMIX_STORAGE_MEDIUM_PMEM} \\ -\refconst{PMIX_STORAGE_MEDIUM_RAM} \\ -\refconst{PMIX_STORAGE_ACCESSIBILITY_NODE} \\ -\refconst{PMIX_STORAGE_ACCESSIBILITY_SESSION} \\ -\refconst{PMIX_STORAGE_ACCESSIBILITY_JOB} \\ -\refconst{PMIX_STORAGE_ACCESSIBILITY_RACK} \\ -\refconst{PMIX_STORAGE_ACCESSIBILITY_CLUSTER} \\ -\refconst{PMIX_STORAGE_ACCESSIBILITY_REMOTE} \\ -\refconst{PMIX_STORAGE_PERSISTENCE_TEMPORARY} \\ -\refconst{PMIX_STORAGE_PERSISTENCE_NODE} \\ -\refconst{PMIX_STORAGE_PERSISTENCE_SESSION} \\ -\refconst{PMIX_STORAGE_PERSISTENCE_JOB} \\ -\refconst{PMIX_STORAGE_PERSISTENCE_SCRATCH} \\ -\refconst{PMIX_STORAGE_PERSISTENCE_PROJECT} \\ -\refconst{PMIX_STORAGE_PERSISTENCE_ARCHIVE} \\ -\refconst{PMIX_STORAGE_ACCESS_RD} \\ -\refconst{PMIX_STORAGE_ACCESS_WR} \\ -\refconst{PMIX_STORAGE_ACCESS_RDWR} + +\begin{compactitemize} + \item \refconst{PMIX_STORAGE_MEDIUM_UNKNOWN} + \item \refconst{PMIX_STORAGE_MEDIUM_TAPE} + \item \refconst{PMIX_STORAGE_MEDIUM_HDD} + \item \refconst{PMIX_STORAGE_MEDIUM_SSD} + \item \refconst{PMIX_STORAGE_MEDIUM_NVME} + \item \refconst{PMIX_STORAGE_MEDIUM_PMEM} + \item \refconst{PMIX_STORAGE_MEDIUM_RAM} + \item \refconst{PMIX_STORAGE_ACCESSIBILITY_NODE} + \item \refconst{PMIX_STORAGE_ACCESSIBILITY_SESSION} + \item \refconst{PMIX_STORAGE_ACCESSIBILITY_JOB} + \item \refconst{PMIX_STORAGE_ACCESSIBILITY_RACK} + \item \refconst{PMIX_STORAGE_ACCESSIBILITY_CLUSTER} + \item \refconst{PMIX_STORAGE_ACCESSIBILITY_REMOTE} + \item \refconst{PMIX_STORAGE_PERSISTENCE_TEMPORARY} + \item \refconst{PMIX_STORAGE_PERSISTENCE_NODE} + \item \refconst{PMIX_STORAGE_PERSISTENCE_SESSION} + \item \refconst{PMIX_STORAGE_PERSISTENCE_JOB} + \item \refconst{PMIX_STORAGE_PERSISTENCE_SCRATCH} + \item \refconst{PMIX_STORAGE_PERSISTENCE_PROJECT} + \item \refconst{PMIX_STORAGE_PERSISTENCE_ARCHIVE} + \item \refconst{PMIX_STORAGE_ACCESS_RD} + \item \refconst{PMIX_STORAGE_ACCESS_WR} + \item \refconst{PMIX_STORAGE_ACCESS_RDWR} +\end{compactitemize} \subsection{Added Attributes (Provisional)}