Searched refs:msg_size (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | gs.c | 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() [all …]
|