On 25.02.2016 17:31, Hao WU wrote: > Hi Tiago: > > For example: > > ---------------- > > import graph_tool.all as gt > > overlap_blocks = gt.minimize_blockmodel_dl(g, overlap = True, parallel = True) > > ---------------- > > where g is a instance of gt.Graph. When I remove the parameter parallel = > True (since default value is False), everything works well. However, setting > parallel = True generates the segmentation fault like I mentioned in my last > email. Thanks.
Do you observe the same with overlap=False? -- Tiago de Paula Peixoto <[email protected]> _______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
