pmix_commit (3) Linux Manual Page
PMIx_Commit – Push all previously PMIxPut_ values to the local PMIx server.
Synopsis
#include <pmix.h>
pmix_status_t PMIx_Commit(void);
Arguments
none
Description
This is an asynchronous operation – the library will immediately return to the caller while the data is transmitted to the local server in the background
Return Value
Returns PMIX_SUCCESS on success. On error, a negative value corresponding to a PMIx errno is returned.
Errors
PMIx errno values are defined in pmix_common.h.
Notes
See Also
PMIx_Put(3)
Authors
PMIx.
