Parallel programming model: Difference between revisions

Content deleted Content added
"comprised of"
Line 31:
===Problem decomposition===
 
Any parallel program is comprisedcomposed of simultaneously executing processes, problem decomposition relates to the way in which these processes are formulated. This classification may also be referred to as [[algorithmic skeleton]]s or parallel programming paradigms.
 
====Task parallelism====