OpenMPI  0.1.1
orte_data_server.h File Reference

Data server for OpenRTE. More...

#include "orte_config.h"
#include "orte/types.h"
#include "opal/dss/dss_types.h"
#include "orte/mca/rml/rml_types.h"

Go to the source code of this file.

Macros

#define ORTE_DATA_SERVER_CMD   OPAL_UINT8
 
#define ORTE_DATA_SERVER_PUBLISH   0x01
 
#define ORTE_DATA_SERVER_UNPUBLISH   0x02
 
#define ORTE_DATA_SERVER_LOOKUP   0x04
 

Typedefs

typedef uint8_t orte_data_server_cmd_t
 

Functions

BEGIN_C_DECLS ORTE_DECLSPEC int orte_data_server_init (void)
 
ORTE_DECLSPEC void orte_data_server_finalize (void)
 
ORTE_DECLSPEC void orte_data_server (int status, orte_process_name_t *sender, opal_buffer_t *buffer, orte_rml_tag_t tag, void *cbdata)
 

Detailed Description

Data server for OpenRTE.