OpenMPI
0.1.1
|
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 |
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.
orte_notifier_base_component_t mca_notifier_hnp_component |