Searched refs:PCTFS_gs_comm (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | gs.c | 122 MPI_Comm PCTFS_gs_comm; member 184 MPI_Comm PCTFS_gs_comm; in PCTFS_gs_init() local 198 …PetscCallAbort(PETSC_COMM_WORLD, MPI_Comm_create(MPI_COMM_WORLD, PCTFS_gs_group, &PCTFS_gs_comm) ?… in PCTFS_gs_init() 201 gs->PCTFS_gs_comm = PCTFS_gs_comm; in PCTFS_gs_init() 916 PetscCallMPI(MPI_Comm_free(&gs->PCTFS_gs_comm)); in PCTFS_gs_free() 1157 …v(in1, *size * step, MPIU_SCALAR, MPI_ANY_SOURCE, MSGTAG1 + *list, gs->PCTFS_gs_comm, msg_ids_in)); in PCTFS_gs_gop_vec_pairwise_plus() 1179 … *msg_size * step, MPIU_SCALAR, *msg_list, MSGTAG1 + PCTFS_my_id, gs->PCTFS_gs_comm, msg_ids_out)); in PCTFS_gs_gop_vec_pairwise_plus() 1346 …IU_Irecv(in1, *size, MPIU_SCALAR, MPI_ANY_SOURCE, MSGTAG1 + *list, gs->PCTFS_gs_comm, msg_ids_in)); in PCTFS_gs_gop_pairwise_plus_hc() 1368 …send(dptr3, *msg_size, MPIU_SCALAR, *list, MSGTAG1 + PCTFS_my_id, gs->PCTFS_gs_comm, msg_ids_out)); in PCTFS_gs_gop_pairwise_plus_hc()
|