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
  • #4029

Closed
Open
Created Dec 11, 2018 by James Willenbring@jmwilleMaintainer

Tpetra: "Default default" GlobalOrdinal type is int; should be 64 bits by default

Created by: mhoemmen

@trilinos/tpetra @rppawlo

Expectations

If you enable a 64-bit GlobalOrdinal type, then the default GlobalOrdinal type should be 64 bits.

Current Behavior

Even if you enable (a) 64-bit GlobalOrdinal type(s), the default GlobalOrdinal type is still int, unless you explicitly disable GlobalOrdinal=int at configure time.

Possible Solution

Change priority order of macros in Tpetra header file. Run downstream tests.

Related Issues

  • Blocks #2548
Assignee
Assign to
Time tracking