1pmix_initialized(3) @VERSION@ pmix_initialized(3)
23
4
NAME
6PMIx_Initialized - Check if PMIx_Init has been called
7
SYNOPSIS
9#include <pmix.h>
1011
int PMIx_Initialized(void);
12
ARGUMENTS
14none
15
DESCRIPTION
17Check to see if the PMIx Client library has been intialized
18
RETURN VALUE
20Returns true if the PMIx Client has been initialized, and false if not.
21
ERRORS
NOTES
SEE ALSO
25PMIx_Init(3)
26
AUTHORS
28PMIx.
2930
31
32
PMIx Programmer's Manual 2016-03-01 pmix_initialized(3)