Skip to content

Zoltan2: MJ migration: fix ArrayView construction

James Willenbring requested to merge jhux2:Zoltan2_MJmigration_change into develop

Created by: jhux2

Change how an ArrayView of an ArrayRCP is created in multijagged migration. For whatever reason, the previous way it was being built was causing a MueLu unit test to fail. See issue #2536 (closed).

@trilinos/zoltan2

The Zoltan2 and MueLu unit tests pass locally with this change.

Description

Motivation and Context

Related Issues

  • Closes
  • Blocks
  • Is blocked by
  • Follows
  • Precedes
  • Related to
  • Part of
  • Composed of

How Has This Been Tested?

Screenshots

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.

Additional Information


This change is Reviewable

Merge request reports