Searched refs:petsc_group (Results 1 – 1 of 1) sorted by relevance
1847 MPI_Group petsc_group, omp_group; in MatMumpsSetUpDistRHSInfo() local1855 PetscCallMPI(MPI_Comm_group(mumps->petsc_comm, &petsc_group)); in MatMumpsSetUpDistRHSInfo()1858 … PetscCallMPI(MPI_Group_translate_ranks(omp_group, ompsize, omp_ranks, petsc_group, petsc_ranks)); in MatMumpsSetUpDistRHSInfo()1873 PetscCallMPI(MPI_Group_free(&petsc_group)); in MatMumpsSetUpDistRHSInfo()