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…
