Building against ParMETIS with 64-bit enabled

Issue #274 resolved
Chris Richardson created an issue

In ParMETIS.cpp there are numerous references to int which do not compile when ParMETIS is built in 64-bit mode.

Replace int with idx_t

Comments (3)

  1. Chris Richardson reporter

    If you just changed int to idx_t, which it looks like, I already tested this, and it works OK for me.

  2. Log in to comment