1pmix_commit(3) @VERSION@ pmix_commit(3)
2
3
4
6 PMIx_Commit - Push all previously PMIx_Put values to the local PMIx
7 server.
8
10 #include <pmix.h>
11
12 pmix\_status\_t PMIx_Commit(void);
13
15 none
16
18 This is an asynchronous operation - the library will immediately return
19 to the caller while the data is transmitted to the local server in the
20 background
21
23 Returns PMIX_SUCCESS on success. On error, a negative value correā
24 sponding to a PMIx errno is returned.
25
27 PMIx errno values are defined in pmix_common.h.
28
31 PMIx_Put(3)
32
34 PMIx.
35
36
37
38PMIx Programmer's Manual 2016-03-01 pmix_commit(3)