OpenMPI  0.1.1
grpcomm_cnos_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_cnos.h"

Functions

int orte_grpcomm_cnos_open (void)
 
int orte_grpcomm_cnos_close (void)
 
int orte_grpcomm_cnos_query (mca_base_module_t **module, int *priority)
 

Variables

orte_grpcomm_base_component_t mca_grpcomm_cnos_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_cnos_component
Initial value:
= {
{
ORTE_GRPCOMM_BASE_VERSION_2_0_0,
"cnos",
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
orte_grpcomm_cnos_open,
orte_grpcomm_cnos_close,
orte_grpcomm_cnos_query
},
{
}
}
#define MCA_BASE_METADATA_PARAM_CHECKPOINT
Checkpoint enabled Component.
Definition: mca.h:303