Home
last modified time | relevance | path

Searched refs:group_f (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
61 PetscCallMPI(MPI_Comm_group(comm_f, &group_f)); in PCTelescopeTestValidSubcomm()
87 (void)MPI_Group_translate_ranks(group_c, size_c, ranks_c, group_f, ranks_f); in PCTelescopeTestValidSubcomm()
100 PetscCallMPI(MPI_Group_free(&group_f)); in PCTelescopeTestValidSubcomm()