Skip to content

Graph adapter to zoltan

James Willenbring requested to merge kddevin:graphAdapterToZoltan into develop

Created by: kddevin

@trilinos/zoltan2

Description

Added PHG interface from GraphAdapter

Motivation and Context

Previously, we had PHG interface only from Mesh and Matrix adapters

Related Issues

How Has This Been Tested?

New tests added using Zoltan2_testdriver.exe. All tests pass on Mac with clang, OpenMPI

Screenshots

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • [ x] 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.
  • [x ] I have added tests to cover my changes.
  • [x ] All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Additional Information

Merge request reports