On 12/19/2013 09:53 AM, Stefan Klingelschmitt wrote: > Hey, > > I'm trying to install graph-tool on my OpenSuse 12.2. The Configuration seems > to have worked, after installing all the dependencies. Unfornutately the > compiling seems to take hours. Yesterday I let it run for about 6 hours and > it has not finished. It seems like the compiling of the individual functions > takes up a lot of time, for example: > > ... > Making all in centrality > make[4]: Entering directory > `/home/sklingel/bin/PyAdditionalPackages/graph-tool-2.2.27/src/graph/centrality' > CXX graph_closeness.lo > CXX graph_eigentrust.lo > CXX graph_eigenvector.lo > CXX graph_hits.lo > CXX graph_katz.lo > CXX graph_pagerank.lo > ... > > the graph_pagerank.lo has needed round about two hours to compile.... > > I assume this isn't a normal behavior?
It does take a while to compile graph-tool because of the heavy use of templates, but I've never experienced anything like 6 hours... My guess is that the build is running out of memory, and it started swapping, which could increase a lot the compilation time. Are you running a parallel build? Cheers, 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
