Home
last modified time | relevance | path

Searched refs:mcol (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/graphops/color/impls/greedy/
H A Dgreedy.c173 …PetscInt i, j, k, l, s, e, n, nd, nd_global, n_global, idx, ncols, maxcolors, mcol, mcol_g… in GreedyColoringLocalDistanceTwo_Private() local
268 mcol = 0; in GreedyColoringLocalDistanceTwo_Private()
383 if (pcol > mcol) mcol = pcol; in GreedyColoringLocalDistanceTwo_Private()
392 …PetscCallMPI(MPIU_Allreduce(&mcol, &mcol_global, 1, MPIU_INT, MPI_MAX, PetscObjectComm((PetscObjec… in GreedyColoringLocalDistanceTwo_Private()