OpenMPI  0.1.1
grpcomm_hier_component.c File Reference
#include "orte_config.h"
#include "orte/constants.h"
#include "opal/mca/mca.h"
#include "opal/mca/base/mca_base_param.h"
#include "orte/util/proc_info.h"
#include "grpcomm_hier.h"

Functions

int orte_grpcomm_hier_open (void)
 
int orte_grpcomm_hier_close (void)
 
int orte_grpcomm_hier_component_query (mca_base_module_t **module, int *priority)
 

Variables

orte_grpcomm_base_component_t mca_grpcomm_hier_component
 

Variable Documentation

orte_grpcomm_base_component_t mca_grpcomm_hier_component
Initial value:
= {
{
ORTE_GRPCOMM_BASE_VERSION_2_0_0,
"hier",
ORTE_MAJOR_VERSION,
ORTE_MINOR_VERSION,
ORTE_RELEASE_VERSION,
orte_grpcomm_hier_open,
orte_grpcomm_hier_close,
orte_grpcomm_hier_component_query
},
{
}
}
#define MCA_BASE_METADATA_PARAM_CHECKPOINT
Checkpoint enabled Component.
Definition: mca.h:303