1pmix_commit(3)                     @VERSION@                    pmix_commit(3)
2
3
4

NAME

6       PMIx_Commit  -  Push  all  previously PMIx_Put values to the local PMIx
7       server.
8

SYNOPSIS

10              #include <pmix.h>
11
12              pmix\_status\_t PMIx_Commit(void);
13

ARGUMENTS

15       none
16

DESCRIPTION

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

RETURN VALUE

23       Returns PMIX_SUCCESS on success.  On error,  a  negative  value  correā€
24       sponding to a PMIx errno is returned.
25

ERRORS

27       PMIx errno values are defined in pmix_common.h.
28

NOTES

SEE ALSO

31       PMIx_Put(3)
32

AUTHORS

34       PMIx.
35
36
37
38PMIx Programmer's Manual          2016-03-01                    pmix_commit(3)
Impressum