Searched refs:all_matches (Results 1 – 1 of 1) sorted by relevance
458 PetscInt all_matches[2]; in PetscSFGetWindow() local462 PetscCallMPI(MPIU_Allreduce(matches, all_matches, 2, MPIU_INT, MPI_MAX, wcomm)); in PetscSFGetWindow()463 all_matches[1] = -all_matches[1]; in PetscSFGetWindow()464 PetscCheck(all_matches[0] == all_matches[1], wcomm, PETSC_ERR_ARG_INCOMP, in PetscSFGetWindow()