27 #ifndef _ORTE_UTIL_COMM_H_
28 #define _ORTE_UTIL_COMM_H_
30 #include "orte_config.h"
37 typedef uint8_t orte_comm_event_t;
38 #define ORTE_COMM_EVENT OPAL_UINT8
40 #define ORTE_COMM_EVENT_ALLOCATE 0x01
41 #define ORTE_COMM_EVENT_MAP 0x02
42 #define ORTE_COMM_EVENT_LAUNCH 0x04
44 ORTE_DECLSPEC
int orte_util_comm_connect_tool(
char *uri);
46 ORTE_DECLSPEC
int orte_util_comm_report_event(orte_comm_event_t ev);
51 ORTE_DECLSPEC
int orte_util_comm_query_node_info(
const orte_process_name_t *hnp,
char *node,
uint32_t orte_jobid_t
Set the allowed range for ids in each space.
Definition: types.h:76
Definition: orte_globals.h:386
Definition: orte_globals.h:316
Global params for OpenRTE.
Definition: orte_globals.h:254