Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

#include <pmix.h>

Description

       Finalize the PMIx client, closing the connection with the local PMIx server.

Errors

       PMIx errno values are defined in pmix_common.h.

       SEEALSO:PMIx_Abort(3),  PMIx_Commit(3),  PMIx_Init(3),  PMIx_Initialized(3),  PMIx_Put(3),  pmiAddInstance(3),
          pmiAddMetric(3)

Return Value

       Returns PMIX_SUCCESS on success. On error, a negative value corresponding to a PMIx errno is returned.

Synopsis

          #include <pmix.h>

          pmix_status_t PMIx_Finalize(void);

See Also