Content deleted Content added
JamieHanlon (talk | contribs) m →Main classifications and paradigms: Remove paradigm from section heading |
|||
Line 39:
{{Main|Data parallelism}}
A data-parallel model focuses on performing operations on a data set which is usually regularly structured in an array. A set of tasks will operate on this data, but independently on separate partitions. In a shared memory system, the data will be accessible to all, but in a distributed-memory system it will be divided between memories and worked on locally. Data parallelism is usually classified as [[MIMD]]/[[SPMD]] or [[SIMD]].
====Idealised Parallel Systems====
|