Skip to content

Commit d07fee1

Browse files
authored
Merge pull request #360 from jjhursey/v4.1-rev-log-update
v4.1: Update revision log
2 parents 7999ca0 + b95381a commit d07fee1

File tree

1 file changed

+48
-23
lines changed

1 file changed

+48
-23
lines changed

Chap_Revisions.tex

Lines changed: 48 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,12 +1199,22 @@ \section{Version 4.1: TBD}
11991199
The v4.1 update includes clarifications and corrections from the v4.0 document:
12001200

12011201
\begin{compactitemize}
1202+
\item Remove some stale language in \refsection{chap:api_event:notify}{Chapter 9.1}.
12021203
\item Provisional Items:
12031204
\begin{compactitemize}
12041205
\item Storage \chapterref{chap:api_storage}
12051206
\end{compactitemize}
12061207
\end{compactitemize}
12071208

1209+
\subsection{Added Functions (Provisional)}
1210+
1211+
\begin{compactitemize}
1212+
\item \refapi{PMIx_Data_load}
1213+
\item \refapi{PMIx_Data_unload}
1214+
\item \refapi{PMIx_Data_compress}
1215+
\item \refapi{PMIx_Data_decompress}
1216+
\end{compactitemize}
1217+
12081218
\subsection{Added Data Structures (Provisional)}
12091219

12101220
\begin{compactitemize}
@@ -1214,33 +1224,48 @@ \subsection{Added Data Structures (Provisional)}
12141224
\item \refstruct{pmix_storage_access_type_t}
12151225
\end{compactitemize}
12161226

1227+
\subsection{Added Macros (Provisional)}
1228+
1229+
\begin{compactitemize}
1230+
\item \refmacro{PMIX_NSPACE_INVALID}
1231+
\item \refmacro{PMIX_RANK_IS_VALID}
1232+
\item \refmacro{PMIX_PROCID_INVALID}
1233+
\item \refmacro{PMIX_PROCID_XFER}
1234+
\end{compactitemize}
12171235

12181236
\subsection{Added Constants (Provisional)}
12191237

1238+
\begin{compactitemize}
1239+
\item \refconst{PMIX_PROC_NSPACE}
1240+
\end{compactitemize}
1241+
12201242
\littleheader{Storage constants}
1221-
\refconst{PMIX_STORAGE_MEDIUM_UNKNOWN} \\
1222-
\refconst{PMIX_STORAGE_MEDIUM_TAPE} \\
1223-
\refconst{PMIX_STORAGE_MEDIUM_HDD} \\
1224-
\refconst{PMIX_STORAGE_MEDIUM_SSD} \\
1225-
\refconst{PMIX_STORAGE_MEDIUM_NVME} \\
1226-
\refconst{PMIX_STORAGE_MEDIUM_PMEM} \\
1227-
\refconst{PMIX_STORAGE_MEDIUM_RAM} \\
1228-
\refconst{PMIX_STORAGE_ACCESSIBILITY_NODE} \\
1229-
\refconst{PMIX_STORAGE_ACCESSIBILITY_SESSION} \\
1230-
\refconst{PMIX_STORAGE_ACCESSIBILITY_JOB} \\
1231-
\refconst{PMIX_STORAGE_ACCESSIBILITY_RACK} \\
1232-
\refconst{PMIX_STORAGE_ACCESSIBILITY_CLUSTER} \\
1233-
\refconst{PMIX_STORAGE_ACCESSIBILITY_REMOTE} \\
1234-
\refconst{PMIX_STORAGE_PERSISTENCE_TEMPORARY} \\
1235-
\refconst{PMIX_STORAGE_PERSISTENCE_NODE} \\
1236-
\refconst{PMIX_STORAGE_PERSISTENCE_SESSION} \\
1237-
\refconst{PMIX_STORAGE_PERSISTENCE_JOB} \\
1238-
\refconst{PMIX_STORAGE_PERSISTENCE_SCRATCH} \\
1239-
\refconst{PMIX_STORAGE_PERSISTENCE_PROJECT} \\
1240-
\refconst{PMIX_STORAGE_PERSISTENCE_ARCHIVE} \\
1241-
\refconst{PMIX_STORAGE_ACCESS_RD} \\
1242-
\refconst{PMIX_STORAGE_ACCESS_WR} \\
1243-
\refconst{PMIX_STORAGE_ACCESS_RDWR}
1243+
1244+
\begin{compactitemize}
1245+
\item \refconst{PMIX_STORAGE_MEDIUM_UNKNOWN}
1246+
\item \refconst{PMIX_STORAGE_MEDIUM_TAPE}
1247+
\item \refconst{PMIX_STORAGE_MEDIUM_HDD}
1248+
\item \refconst{PMIX_STORAGE_MEDIUM_SSD}
1249+
\item \refconst{PMIX_STORAGE_MEDIUM_NVME}
1250+
\item \refconst{PMIX_STORAGE_MEDIUM_PMEM}
1251+
\item \refconst{PMIX_STORAGE_MEDIUM_RAM}
1252+
\item \refconst{PMIX_STORAGE_ACCESSIBILITY_NODE}
1253+
\item \refconst{PMIX_STORAGE_ACCESSIBILITY_SESSION}
1254+
\item \refconst{PMIX_STORAGE_ACCESSIBILITY_JOB}
1255+
\item \refconst{PMIX_STORAGE_ACCESSIBILITY_RACK}
1256+
\item \refconst{PMIX_STORAGE_ACCESSIBILITY_CLUSTER}
1257+
\item \refconst{PMIX_STORAGE_ACCESSIBILITY_REMOTE}
1258+
\item \refconst{PMIX_STORAGE_PERSISTENCE_TEMPORARY}
1259+
\item \refconst{PMIX_STORAGE_PERSISTENCE_NODE}
1260+
\item \refconst{PMIX_STORAGE_PERSISTENCE_SESSION}
1261+
\item \refconst{PMIX_STORAGE_PERSISTENCE_JOB}
1262+
\item \refconst{PMIX_STORAGE_PERSISTENCE_SCRATCH}
1263+
\item \refconst{PMIX_STORAGE_PERSISTENCE_PROJECT}
1264+
\item \refconst{PMIX_STORAGE_PERSISTENCE_ARCHIVE}
1265+
\item \refconst{PMIX_STORAGE_ACCESS_RD}
1266+
\item \refconst{PMIX_STORAGE_ACCESS_WR}
1267+
\item \refconst{PMIX_STORAGE_ACCESS_RDWR}
1268+
\end{compactitemize}
12441269

12451270
\subsection{Added Attributes (Provisional)}
12461271

0 commit comments

Comments
 (0)