@@ -1199,12 +1199,22 @@ \section{Version 4.1: TBD}
1199
1199
The v4.1 update includes clarifications and corrections from the v4.0 document:
1200
1200
1201
1201
\begin {compactitemize }
1202
+ \item Remove some stale language in \refsection {chap:api_event:notify}{Chapter 9.1}.
1202
1203
\item Provisional Items:
1203
1204
\begin {compactitemize }
1204
1205
\item Storage \chapterref {chap:api_storage }
1205
1206
\end {compactitemize }
1206
1207
\end {compactitemize }
1207
1208
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
+
1208
1218
\subsection {Added Data Structures (Provisional) }
1209
1219
1210
1220
\begin {compactitemize }
@@ -1214,33 +1224,48 @@ \subsection{Added Data Structures (Provisional)}
1214
1224
\item \refstruct {pmix_storage_access_type_t}
1215
1225
\end {compactitemize }
1216
1226
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 }
1217
1235
1218
1236
\subsection {Added Constants (Provisional) }
1219
1237
1238
+ \begin {compactitemize }
1239
+ \item \refconst {PMIX_PROC_NSPACE}
1240
+ \end {compactitemize }
1241
+
1220
1242
\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 }
1244
1269
1245
1270
\subsection {Added Attributes (Provisional) }
1246
1271
0 commit comments