Skip to content

Tpetra: Fix #4853 (deprecate "old" DistObject interface)

James Willenbring requested to merge Fix-4853 into develop

Created by: mhoemmen

@trilinos/tpetra

Description

  1. Deprecate "old" Tpetra::DistObject interface.
  2. If deprecated code is disabled in Tpetra, rename copyAndPermuteNew to copyAndPermute, packAndPrepareNew to packAndPrepare, and unpackAndCombineNew to unpackAndCombine.

Related Issues

How Has This Been Tested?

I built Tpetra, both with and without deprecated Tpetra code enabled. There appear to be no downstream subclasses of Tpetra::DistObject in Trilinos.

Merge request reports