logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

#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