Skip to content
Snippets Groups Projects
  • Markus Blatt's avatar
    ba0f24fa
    [bugfix] Fixes usage of scotch (parmetis/metis) · ba0f24fa
    Markus Blatt authored
    There were problems with repartition.hh when using the original parmetis. The cause was
    that for scotch we need to require both parmetis.h and metis.h, which broke backwards
    compatibility for the original parmetis (which worked without metis, too). With the patch
    we check whether parmetis.h is from scotch and if that is the case also require metis. If not,
    metis suffices.
    ba0f24fa
    History
    [bugfix] Fixes usage of scotch (parmetis/metis)
    Markus Blatt authored
    There were problems with repartition.hh when using the original parmetis. The cause was
    that for scotch we need to require both parmetis.h and metis.h, which broke backwards
    compatibility for the original parmetis (which worked without metis, too). With the patch
    we check whether parmetis.h is from scotch and if that is the case also require metis. If not,
    metis suffices.