OpenMPI  0.1.1
notifier_ftb_component.c File Reference

This component proxies notification events to the Fault Tolerant Backplane (See http://www.mcs.anl.gov/research/cifts/). More...

#include "orte_config.h"
#include "orte/constants.h"
#include <string.h>
#include "orte/util/show_help.h"
#include "orte/runtime/orte_globals.h"
#include "opal/mca/base/mca_base_param.h"
#include "notifier_ftb.h"

Functions

static int orte_notifier_ftb_close (void)
 
static int orte_notifier_ftb_component_query (mca_base_module_t **module, int *priority)
 
static int orte_notifier_ftb_register (void)
 

Variables

orte_notifier_ftb_component_t mca_notifier_ftb_component
 

Detailed Description

This component proxies notification events to the Fault Tolerant Backplane (See http://www.mcs.anl.gov/research/cifts/).

The ORTE notifier severity is translated to the corresponding FTB severity before the event is published to the FTB.

Variable Documentation

orte_notifier_ftb_component_t mca_notifier_ftb_component
Initial value:
= {
{
{
ORTE_NOTIFIER_BASE_VERSION_1_0_0,
"ftb",
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
NULL,
orte_notifier_ftb_close,
orte_notifier_ftb_component_query,
orte_notifier_ftb_register,
},
{
}
},
"FTB_SUBSCRIPTION_NONE",
10,
}
#define MCA_BASE_METADATA_PARAM_CHECKPOINT
Checkpoint enabled Component.
Definition: mca.h:303