Skip to content

WIP: refactor matpartitioning 20201111

Related to #679.

  • Introduce MatPartitioningSetUp(), MatPartitioningReset().
  • Changes in pmetis.c show prospective way handling implementations
    • better code reuse
    • clearer dispatching to implementation methods
    • e.g. MatPartitioningApply_Parmetis basically only wraps ParMETIS_V3_PartKway without much more code

TODO

Edited by Vaclav Hapla

Merge request reports