ddR icon indicating copy to clipboard operation
ddR copied to clipboard

worker to worker communication

Open dselivanov opened this issue 8 years ago • 1 comments

I read the article dmapply: A functional primitive to express distributed machine learning algorithms in R and found following diagram: screen shot 2017-03-31 at 09 50 48

That was surprise to see peer-to-peer communication. I started to investigated to ddR code and found following - ddR.R#L278-L285. So essentially all communications go through master. Do I miss something or this is just misleading diagram?

I'm not that experienced with snow clusters. Can peer-to-peer communication be potentially done on parallel package framework?

dselivanov avatar Mar 31 '17 06:03 dselivanov

And to be concrete, will it be possible to add something like MPI allreduce operation ? If someone more experienced can share ideas, I can try to implement this.

dselivanov avatar Mar 31 '17 09:03 dselivanov