BUG: Fix off by one error when partitioning graph on one processor.
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.
Please register or sign in to comment