Skip to content
  • Kenneth Leiter's avatar
    BUG: Fix off by one error when partitioning graph on one processor. · 4f7ac2f6
    Kenneth Leiter authored
    For some reason metis gets this wrong - when "partitioning" graph onto one
    processor metis returns all ones instead of zeros despite having the correct
    METIS_OPTION_NUMBERING. We now check explicitly for the case of partitioning
    on one processor and handle it ourselves instead of relying on metis.
    4f7ac2f6