Content deleted Content added
attempt at clearer first sentence |
|||
Line 14:
{{Main|Shared memory}}
emulated on distributed-memory systems but non-uniform memory access (NUMA) times can come in to play. Sometimes memory is also shared between different section of code of the same program. E.g. A For loop can create threads for each iteration which updates a variable in parallel.
====Message passing====
|