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

NAME

6       PMIx_Finalize - Finalize the PMIx Client
7

SYNOPSIS

9              #include <pmix.h>
10
11              pmix\_status\_t PMIx\_Finalize(const pmix\_info\_t info[], size_t ninfo);
12

ARGUMENTS

14       info : An optional array of pmix_info_t structures
15
16       ninfo : Number of pmix_info_t structures in the pmix_info_t array
17

DESCRIPTION

19       Finalize  the  PMIx  client, closing the connection with the local PMIx
20       server and releasing all malloc'd memory.
21
22       The info array is used to pass user requests regarding the fence opera‐
23       tion.  This can include:
24
25       (a) PMIX_EMBED_BARRIER  - By default, PMIx_Finalize does not include an
26           internal barrier operation.  This attribute  directs  PMIx_Finalize
27           to execute a barrier as part of the finalize operation.
28

RETURN VALUE

30       Returns  PMIX_SUCCESS  on  success.   On error, a negative value corre‐
31       sponding to a PMIx errno is returned.
32

ERRORS

34       PMIx errno values are defined in pmix_common.h.
35

NOTES

SEE ALSO

38       PMIx_Init(3)
39

AUTHORS

41       PMIx.
42
43
44
45PMIx Programmer's Manual          2016-03-01                  pmix_finalize(3)
Impressum