Skip to content

Issue 4283: refactor muelu to not use dynamic profile when declaring crsgraph

James Willenbring requested to merge muelu_staticprofile into develop

Created by: GeoffDanielson

@trilinos/muelu @trilinos/tpetra

Description

This removes Tpetra::DynamicProfile from muelu

Motivation and Context

Deprecation of DynamicProfile in Tpetra's effect on downstream packages

How Has This Been Tested?

Since this is a change to tested code, 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.

Merge request reports