Hacker News new | ask | show | jobs
by BeetleB 3437 days ago
>My understanding is that those languages rely on cooperative scheduling within a thread

MPI doesn't require threads.

I think people here are confusing parallel programming with multithreaded programming. One is a subset of the other.