pnnl / chgl

Chapel HyperGraph Library (CHGL) - HPC-class Hypergraphs in Chapel
https://pnnl.github.io/chgl/
MIT License
29 stars 8 forks source link

Components overhaul #61

Closed LouisJenkinsCS closed 5 years ago

LouisJenkinsCS commented 5 years ago

Connected Components now use a work queue and no longer produce stack overflow.

LouisJenkinsCS commented 5 years ago

Currently collapsing the hypergraph results in a segmentation fault, need to handle that later.