Parallel programming model: Difference between revisions

Content deleted Content added
Undo damage from previous change.
Line 9:
===Process interaction===
 
Process interaction relates to the mechanisms by which parallel processes are able to communicate with each other. The most common forms of interaction are shared memory and mmessage passing, but it can also be implicit.
====Shared memory====
{{Main|Shared memory}}