dose the distributed graph library support metis partition
YuxinxinChen opened this issue · 2 comments
YuxinxinChen commented
Hi Galois Team,
Does the distributed graph library support metis partition?
Thanks!
Yuxin
l-hoang commented
No, it does not: METIS is an offline partitioning method, and DistGalois/CuSP does streaming partitioning. If
you're curious about the details, see this paper:
https://www.cs.utexas.edu/~loc/papers/cusp.pdf
YuxinxinChen commented
Ok, thanks!