Home
last modified time | relevance | path

Searched defs:MPID_Comm (Results 1 – 2 of 2) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/include/
H A Dmpiimpl.h1153 typedef struct MPID_Comm { struct
1170 MPID_Comm_kind_t comm_kind; /* MPID_INTRACOMM or MPID_INTERCOMM */ argument
1173 struct MPID_Comm *local_comm; /* Defined only for intercomms, holds argument
1176 MPID_Comm_hierarchy_kind_t hierarchy_kind; /* flat, parent, node, or node_roots */ argument
1177 struct MPID_Comm *node_comm; /* Comm of processes in this comm that are on argument
1179 struct MPID_Comm *node_roots_comm; /* Comm of root processes for other nodes. */ argument
1195 struct MPID_Comm *comm_next;/* Provides a chain through all active argument
1211 } MPID_Comm; argument
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/src/
H A Dch3u_comm.c112 int MPIDI_CH3U_Comm_register_create_hook(int (*hook_fn)(struct MPID_Comm *, void *), void *param) in MPIDI_CH3U_Comm_register_create_hook()
141 int MPIDI_CH3U_Comm_register_destroy_hook(int (*hook_fn)(struct MPID_Comm *, void *), void *param) in MPIDI_CH3U_Comm_register_destroy_hook()