OpenMPI  0.1.1
grpcomm_bad_component.c File Reference

The Open MPI Name Server. More...

#include "orte_config.h"
#include "orte/constants.h"
#include "opal/mca/mca.h"
#include "opal/mca/base/mca_base_param.h"
#include "grpcomm_bad.h"

Functions

int orte_grpcomm_bad_open (void)
 
int orte_grpcomm_bad_close (void)
 
int orte_grpcomm_bad_component_query (mca_base_module_t **module, int *priority)
 

Variables

orte_grpcomm_base_component_t mca_grpcomm_bad_component
 

Detailed Description

The Open MPI Name Server.

The Open MPI Name Server provides unique name ranges for processes within the universe. Each universe will have one name server running within the seed daemon. This is done to prevent the inadvertent duplication of names.

Variable Documentation

orte_grpcomm_base_component_t mca_grpcomm_bad_component
Initial value:
= {
{
ORTE_GRPCOMM_BASE_VERSION_2_0_0,
"bad",
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
orte_grpcomm_bad_open,
orte_grpcomm_bad_close,
orte_grpcomm_bad_component_query
},
{
}
}
#define MCA_BASE_METADATA_PARAM_CHECKPOINT
Checkpoint enabled Component.
Definition: mca.h:303