Skip to content

Tpetra: Fix #3095 (remove deprecated *Platform)

James Willenbring requested to merge mhoemmen:Tpetra-remove-Platform into develop

Created by: mhoemmen

@trilinos/tpetra @trilinos/stratimikos

Description

Remove the long-deprecated Tpetra::DefaultPlatform, Tpetra::MpiPlatform, and Tpetra::SerialPlatform classes. Purge some Stratimikos examples (that haven't built for years anyway) that use them.

Note: This change does not affect the Xpetra classes of the same names.

Motivation and Context

Purge deprecated functionality before the next Trilinos release.

Related Issues

Merge request reports