Home
last modified time | relevance | path

Searched refs:hcoll_priv (Results 1 – 3 of 3) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpid/common/hcoll/
H A Dhcoll_ops.c14 if (!comm_ptr->hcoll_priv.is_hcoll_init) in hcoll_Barrier()
19 rc = hcoll_collectives.coll_barrier(comm_ptr->hcoll_priv.hcoll_context); in hcoll_Barrier()
30 if (!comm_ptr->hcoll_priv.is_hcoll_init) in hcoll_Bcast()
45 comm_ptr->hcoll_priv.hcoll_context); in hcoll_Bcast()
58 if (!comm_ptr->hcoll_priv.is_hcoll_init) in hcoll_Reduce()
76 comm_ptr->hcoll_priv.hcoll_context); in hcoll_Reduce()
90 if (!comm_ptr->hcoll_priv.is_hcoll_init) in hcoll_Allreduce()
106 comm_ptr->hcoll_priv.hcoll_context); in hcoll_Allreduce()
121 if (!comm_ptr->hcoll_priv.is_hcoll_init) in hcoll_Allgather()
155 if (!comm_ptr->hcoll_priv.is_hcoll_init) in hcoll_Alltoall()
[all …]
H A Dhcoll_init.c138 comm_ptr->hcoll_priv.is_hcoll_init = 0; in hcoll_comm_create()
146 comm_ptr->hcoll_priv.is_hcoll_init = 0; in hcoll_comm_create()
153 comm_ptr->hcoll_priv.is_hcoll_init = 0; in hcoll_comm_create()
157 comm_ptr->hcoll_priv.hcoll_context = hcoll_create_context((rte_grp_handle_t) comm_ptr); in hcoll_comm_create()
158 if (NULL == comm_ptr->hcoll_priv.hcoll_context) { in hcoll_comm_create()
163 comm_ptr->hcoll_priv.is_hcoll_init = 1; in hcoll_comm_create()
183 if ((NULL != comm_ptr) && (0 != comm_ptr->hcoll_priv.is_hcoll_init)) { in hcoll_comm_destroy()
184 hcoll_destroy_context(comm_ptr->hcoll_priv.hcoll_context, in hcoll_comm_destroy()
186 comm_ptr->hcoll_priv.is_hcoll_init = 0; in hcoll_comm_destroy()
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_comm.h219 hcoll_comm_priv_t hcoll_priv; member