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
  • Issues
  • #4278

Closed
Open
Created Jan 28, 2019 by James Willenbring@jmwilleMaintainer

Tpetra: sort and merge on insert: CrsGraph::insertGlobalIndices

Created by: tjfulle

What

Sort and merge new indices in CrsGraph::insertGlobalIndices

Why

CrsGraph does not sort/merge new indices. Instead, indices are appended to their row of the graph, regardless if they are already present in the row. During fillComplete, rows are sorted/merged so that duplicate entries are "compressed" out. For StaticProfile graph, this can lead to running out of capacity due to duplicate entries.

@trilinos/tpetra

Assignee
Assign to
Time tracking