IntelligentSoftwareSystems/Galois

dose the distributed graph library support metis partition

YuxinxinChen opened this issue · 2 comments

Hi Galois Team,

Does the distributed graph library support metis partition?

Thanks!

Yuxin

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

Ok, thanks!