Searched refs:ranks_c (Results 1 – 1 of 1) sorted by relevance
56 PetscMPIInt *ranks_f, *ranks_c; in PCTelescopeTestValidSubcomm() local74 PetscCall(PetscMalloc1(size_c, &ranks_c)); in PCTelescopeTestValidSubcomm()76 for (k = 0; k < size_c; k++) ranks_c[k] = k; in PCTelescopeTestValidSubcomm()87 (void)MPI_Group_translate_ranks(group_c, size_c, ranks_c, group_f, ranks_f); in PCTelescopeTestValidSubcomm()99 PetscCall(PetscFree(ranks_c)); in PCTelescopeTestValidSubcomm()