Skip to content

Issue 4283: update anasazi unit tests involving Tpetra to use StaticProfile

James Willenbring requested to merge anasazi_staticprofile into develop

Created by: GeoffDanielson

@trilinos/anasazi @trilinos/tpetra

Description

This removes Tpetra::DynamicProfile from unit tests in anasazi

Motivation and Context

Deprecation of DynamicProfile in Tpetra's effect on downstream packages

How Has This Been Tested?

Since this is a change in unit testing, the affected unit tests have been rerun to ensure that they are no longer using the deprecated code path. Tests conducted on linux 2.6.32.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.once created. Most areas in this message are commented out and can be easily added by removing the comment delimiters.

Please make sure to mark:

  • Reviewers
  • Assignees
  • Labels

Replace below with the appropriate Trilinos package/team name. --> @trilinos/

Description

Motivation and Context

How Has This Been Tested?

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports