Searched refs:MPIU_LCM (Results 1 – 1 of 1) sorted by relevance
447 MPI_Op MPIU_LCM; /* XXX this is actually recreated at every setup */ in PetscPartitionerMultistageSetStages() local452 PetscCallMPI(MPI_Op_create(PetscLCM_Local, 1, &MPIU_LCM)); in PetscPartitionerMultistageSetStages()512 PetscCallMPI(MPIU_Allreduce(&a, &b, 1, MPIU_INT, MPIU_LCM, comm)); in PetscPartitionerMultistageSetStages()521 PetscCallMPI(MPI_Op_free(&MPIU_LCM)); in PetscPartitionerMultistageSetStages()