Skip to content

zoltan2: removing warnings for #3178

James Willenbring requested to merge zoltan2fixWerror into develop

Created by: kddevin

@trilinos/ @ZUUL42

Description

Small changes to remove compiler warnings in #3178 Added test of Separator Tree values in orderingScotch.cpp test, to remove compiler warning about unused TreeTab. Removed unused variable in AlgSerialGreedy coloring.

Related Issues

#3178

How Has This Been Tested?

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.
  • [ x] No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports