Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Merge requests
  • !4811

Merged
Created Apr 04, 2019 by James Willenbring@jmwilleMaintainer

KokkosKernels: Patch in Distance-2 graph coloring update

  • Overview 0
  • Commits 14
  • Changes 23

Created by: william76

Patching in the Distance-2 Graph Coloring to get in the new code + deprecations for the upcoming Trilinos release.

Adding @csiefer2 to reviewers because I touched the MueLu use of the call to d2_graph_color. I didn't change which algorithm is being used (still using the serial D2 coloring), but the function name was changed. The old one exists and prints out a deprecation warning, but since I'm here I might as well just point MueLu at the new call.

@trilinos/kokkos-kernels @trilinos/muelu @ndellingwood

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: william76:KokkosKernels-D2GC