Hacker News new | ask | show | jobs
by JulianMorrison 6214 days ago
Anyone who has used MPI - is it any good? A cursory glance makes it look like slightly gold-plated RPC.
1 comments

I've used it for school work, but not for a real paying job. It can be good, but I used MPI raw, which is C based. So there is tons of rope to hang yourself. I just remember that it was a little difficult to have each spun process talk to the main process.