Issue 4283: Amesos2 staticprofile
Created by: GeoffDanielson
@trilinos/amesos2 @trilinos/tpetra
Description
This removes Tpetra::DynamicProfile from unit tests in amesos2
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.