Lines Matching refs:msg_size
661 PetscInt *msg_list, *msg_size, **msg_nodes, nprs; in set_pairwise() local
691 gs->msg_sizes = msg_size = (PetscInt *)malloc(sizeof(PetscInt) * nprs); in set_pairwise()
695 PetscCall(PCTFS_ivec_zero(msg_size, nprs)); in set_pairwise()
726 msg_size[i] = ct; in set_pairwise()
1134 PetscInt *iptr, *msg_list, *msg_size, **msg_nodes; in PCTFS_gs_gop_vec_pairwise_plus() local
1143 msg_size = size = gs->msg_sizes; in PCTFS_gs_gop_vec_pairwise_plus()
1179 …PetscCallMPI(MPIU_Isend(dptr3, *msg_size * step, MPIU_SCALAR, *msg_list, MSGTAG1 + PCTFS_my_id, gs… in PCTFS_gs_gop_vec_pairwise_plus()
1180 msg_size++; in PCTFS_gs_gop_vec_pairwise_plus()
1317 PetscInt *iptr, *msg_list, *msg_size, **msg_nodes; in PCTFS_gs_gop_pairwise_plus_hc() local
1331 msg_size = size = gs->msg_sizes; in PCTFS_gs_gop_pairwise_plus_hc()
1368 …PetscCallMPI(MPIU_Isend(dptr3, *msg_size, MPIU_SCALAR, *list, MSGTAG1 + PCTFS_my_id, gs->PCTFS_gs_… in PCTFS_gs_gop_pairwise_plus_hc()
1369 msg_size++; in PCTFS_gs_gop_pairwise_plus_hc()
1374 msg_size++; in PCTFS_gs_gop_pairwise_plus_hc()