snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.17k stars 797 forks source link

Parralel running #136

Closed giordand closed 6 years ago

giordand commented 6 years ago

Documentation sais that Snap should run multi-core but when i execute procceses like BFS or betweeness centrality it uses just one core, is there any parameter i should set up to start working multi-core?

roks commented 6 years ago

Only a subset of classes and methods have been modified to utilize multiple cores.