Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D dune-istl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Core ModulesCore Modules
  • dune-istl
  • Merge requests
  • !485

Allow to use CHOLMOD with 'long int' integer type

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Oliver Sander requested to merge cholmod-long-int-support into master Jun 26, 2022
  • Overview 10
  • Commits 2
  • Pipelines 5
  • Changes 3

CHOLMOD supports this, it just wasn't exposed in the interface. It is needed for large problems.

This MR contains a unit test for the new feature, but that test only checks the interface. To test whether the feature really works you would need to use a very large matrix, which is supposedly not suitable in a CI context. I did test the code with a large matrix in my application, though.

Edited Oct 06, 2022 by Oliver Sander
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cholmod-long-int-support