Skip to content

MueLu: fixing call to kokkos refactor method in Xpetra::EpetraMap, closes #5019

Created by: lucbv

@trilinos/muelu

Description

We need to make sure that the ParameterListInterpreter does not call kokkos factories when we run with lib==Xpetra::UseEpetra

Motivation and Context

This will allow our nightly builds to have test passing.

Related Issues

  • Closes #5019 (closed)
  • Blocks
  • Is blocked by
  • Follows
  • Precedes
  • Related to
  • Part of
  • Composed of

How Has This Been Tested?

This has been tested locally and all MueLu tests pass

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • 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