On 05/28/2014 03:23 PM, Shubham Bhushan wrote: > I am working on a very large graph edges~4M. I need to use parallel > processing for finding the various properties, isolating subgraphs and > finding centrality measures etc.
If you compile graph-tool with openmp enabled (--enable-openmp), many of these functions will run in parallel. > Also it'd be fun if I could actually plot the graph without waiting forever. Graph drawing is not done in parallel, but it is very unlikely the output of a graph with 4 million edges will look anything different than a huge blob, unless your graph has a very simple structure, like a tree or some other planar topology. Best, Tiago -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
