pmix_initialized (3) - Linux Manuals
pmix_initialized: Check if PMIxInit_ has been called
NAME
PMIx_Initialized - Check if PMIxInit_ has been called
SYNOPSIS
-
#include
<pmix.h> int PMIx_Initialized(void);
ARGUMENTS
DESCRIPTION
Check to see if the PMIx Client library has been intialized
RETURN VALUE
Returns true if the PMIx Client has been initialized, and false if not.
ERRORS
NOTES
AUTHORS
PMIx.
SEE ALSO
PMIx_Init(3)