Searched refs:sameComm (Results 1 – 2 of 2) sorted by relevance
595 PetscMPIInt sameComm, pparts; in PetscPartitionerPartition_Multistage() local623 PetscCallMPI(MPI_Group_compare(group, pgroup, &sameComm)); in PetscPartitionerPartition_Multistage()624 if (sameComm != MPI_UNEQUAL) { in PetscPartitionerPartition_Multistage()
578 PetscMPIInt sameComm; in DMGetCompatibility_Stag() local592 PetscCallMPI(MPI_Comm_compare(comm, PetscObjectComm((PetscObject)dm2), &sameComm)); in DMGetCompatibility_Stag()593 if (sameComm != MPI_IDENT) { in DMGetCompatibility_Stag()