OpenMPI  0.1.1
notifier_hnp_component.c File Reference

This component proxies notification messages up to the HNP. More...

#include "orte_config.h"
#include "orte/constants.h"
#include "notifier_hnp.h"

Functions

static int orte_notifier_hnp_component_query (mca_base_module_t **module, int *priority)
 

Variables

orte_notifier_base_component_t mca_notifier_hnp_component
 

Detailed Description

This component proxies notification messages up to the HNP.

This component runs in both the HNP and non-HNP processes for ease of selection (e.g., so you can "--mca notifier hnp" (vs. "--mca notifier hnp,non_hnp"). It auto-detects where it is running and does the Right Thing – if it's in the HNP process, it sets up to receive incoming proxied messages. If it's not in the HNP, then it proxies all messages to the HNP.

Variable Documentation

orte_notifier_base_component_t mca_notifier_hnp_component
Initial value:
= {
{
ORTE_NOTIFIER_BASE_VERSION_1_0_0,
"hnp",
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
NULL,
NULL,
orte_notifier_hnp_component_query
},
{
}
}
#define MCA_BASE_METADATA_PARAM_CHECKPOINT
Checkpoint enabled Component.
Definition: mca.h:303