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