OpenMPI  0.1.1
notifier_file_component.c File Reference
#include "orte_config.h"
#include "orte/constants.h"
#include "opal/mca/base/mca_base_param.h"
#include "orte/util/show_help.h"
#include "notifier_file.h"

Functions

static int orte_notifier_file_register (void)
 
static int orte_notifier_file_component_query (mca_base_module_t **, int *)
 
static int orte_notifier_file_close (void)
 

Variables

orte_notifier_file_component_t mca_notifier_file_component
 

Variable Documentation

orte_notifier_file_component_t mca_notifier_file_component
Initial value:
= {
{
{
ORTE_NOTIFIER_BASE_VERSION_1_0_0,
"file",
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
NULL,
orte_notifier_file_close,
orte_notifier_file_component_query,
orte_notifier_file_register,
},
{
}
},
"wdc",
10
}
#define MCA_BASE_METADATA_PARAM_CHECKPOINT
Checkpoint enabled Component.
Definition: mca.h:303