[julia-users] help with parallelization

2015-08-28 Thread Seth
I'm not understanding the docs on parallelization. I'd like to parallelize a betweenness centrality calculation: for s in nodes state = dijkstra_shortest_paths(g, s; allpaths=true) if endpoints _accumulate_endpoints!(betweenness, state, g, s) else

[julia-users] Help with parallelization

2015-03-20 Thread Nils Gudat
I'm still having problems understanding the basic concepts of parallelization in Julia. It seems to me that the examples in the documentation and those that I found elsewhere on the web don't really reflect my usage case, so I'm wondering whether I'm approaching the problem from the right angle