Skip to content

Zoltan2 small mj changes

James Willenbring requested to merge zoltan2_smallMJchanges into develop

Created by: kddevin

@trilinos/zoltan2

Changed variable minimum_migration_imbalance to be double (which it always should be) rather than mj_scalar_t (which is provided by the user). This fix removes compiler warnings when mj_scalar_t is int.

Also, this branch includes an unrelated change to the MJ test program, allowing another option to be set on the command line. This option might help debug some odd MJ behavior on large problems.

How Has This Been Tested?

Tested on mac with clang.

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.
  • 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