Skip to content

Paving command

Simon Legeay requested to merge pavingCommand into master

Important points:

  • Addition of the package Metis, set with find_package( Metis QUIET ) (maybe should be REQUIRED),
  • Addition of MaskPartitioning that handles building of the graph, given a particular neighborhood, and Metis computation
  • Addition of DwiNodePavingCommand (incomplete for the moment), that loads a neighborhood and apply Metis partitioning on the input mask,

Merge request reports