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

Closed
Open
Created Jul 11, 2018 by James Willenbring@jmwilleMaintainer4 of 4 tasks completed4/4 tasks

Tpetra: Deprecate and remove DefaultPlatform, MpiPlatform, and SerialPlatform

Created by: mhoemmen

@trilinos/tpetra

Expectations

Tpetra should have a single source for initialization and for default values of template parameters.

Motivation and Context

Tpetra::DefaultPlatform is a hold-over from an old Tpetra initialization model that included something called HybridPlatform. Tpetra now has different plans for truly hybrid (e.g., GPU + CPU concurrently) parallelism, that the "platform" concept would not support. Furthermore, Platform is tied to Node, but we want to get rid of Node (#57).

Definition of Done

  • Replace all use of Tpetra::DefaultPlatform to initialize Tpetra with Tpetra::ScopeGuard
  • Replace all use of Tpetra::DefaultPlatform::DefaultPlatformType::NodeType with Tpetra::Map<>::node_type
  • Deprecate Tpetra::DefaultPlatform, Tpetra::MpiPlatform, and Tpetra::SerialPlatform
  • Remove Tpetra::DefaultPlatform, Tpetra::MpiPlatform, and Tpetra::SerialPlatform

Related Issues

  • Blocked by #3119 (closed)
  • Blocks #57
Assignee
Assign to
Time tracking