Searched refs:allmatch (Results 1 – 1 of 1) sorted by relevance
82 PetscMPIInt localmatch, allmatch; in PetscWorldIsSingleHost() local93 PetscCallMPI(MPIU_Allreduce(&localmatch, &allmatch, 1, MPI_INT, MPI_LAND, PETSC_COMM_WORLD)); in PetscWorldIsSingleHost()95 *onehost = (PetscBool)allmatch; in PetscWorldIsSingleHost()