Searched refs:lnative_vec (Results 1 – 1 of 1) sorted by relevance
400 PetscInt count, lnative_vec, gnative_vec; in DMCreateVector_Moab_Private() local419 lnative_vec = (range->psize() - 1); in DMCreateVector_Moab_Private()421 lnative_vec = 1; /* NOTE: Testing PETSc vector: will force to create native vector all the time */ in DMCreateVector_Moab_Private()426 …PetscCallMPI(MPIU_Allreduce(&lnative_vec, &gnative_vec, 1, MPI_INT, MPI_MAX, ((PetscObject)dm)->co… in DMCreateVector_Moab_Private()428 gnative_vec = lnative_vec; in DMCreateVector_Moab_Private()