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

node2vec number of workers #145

Closed farezaur closed 6 years ago

farezaur commented 6 years ago

what is the number of workers that node2vec.cpp uses? For example if I want to specify the number of cores for running it, what should be the number?

roks commented 6 years ago

node2vec uses OpenMP to decide on the number of cores to use.