Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.c54 MPI_Group group_f, group_c; in PCTelescopeTestValidSubcomm() local
62 if (comm_c != MPI_COMM_NULL) PetscCallMPI(MPI_Comm_group(comm_c, &group_c)); in PCTelescopeTestValidSubcomm()
87 (void)MPI_Group_translate_ranks(group_c, size_c, ranks_c, group_f, ranks_f); in PCTelescopeTestValidSubcomm()
101 if (comm_c != MPI_COMM_NULL) PetscCallMPI(MPI_Group_free(&group_c)); in PCTelescopeTestValidSubcomm()