Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/color/impls/greedy/
H A Dgreedy.c173 …, k, l, s, e, n, nd, nd_global, n_global, idx, ncols, maxcolors, mcol, mcol_global, nd1cols, *mask… in GreedyColoringLocalDistanceTwo_Private() local
272 mcol_global = 0; in GreedyColoringLocalDistanceTwo_Private()
392 …PetscCallMPI(MPIU_Allreduce(&mcol, &mcol_global, 1, MPIU_INT, MPI_MAX, PetscObjectComm((PetscObjec… in GreedyColoringLocalDistanceTwo_Private()
393 PetscCall(PetscMalloc1(mcol_global + 1, &colorweights)); in GreedyColoringLocalDistanceTwo_Private()
402 for (j = 0; j < mcol_global + 1; j++) colorweights[j] = 0; in GreedyColoringLocalDistanceTwo_Private()