18.2.120. PMIx_Info_was_processed

PMIx_Info_was_processed — Test whether a required pmix_info_t(5) has been processed.

18.2.120.1. SYNOPSIS

#include <pmix.h>

bool PMIx_Info_was_processed(const pmix_info_t *p);

18.2.120.1.1. Python Syntax

No Python equivalent

18.2.120.2. INPUT PARAMETERS

18.2.120.3. DESCRIPTION

Test whether the PMIX_INFO_REQD_PROCESSED flag is set in the flags field of the referenced pmix_info_t structure. This flag records that a required directive has already been acted upon, allowing a receiver to confirm that every required attribute in an array was in fact honored.

The processed flag is applied with PMIx_Info_processed(3).

18.2.120.4. RETURN VALUE

Returns true if the PMIX_INFO_REQD_PROCESSED flag is set in the structure, and false otherwise.