Explicit parallelism: Difference between revisions

Content deleted Content added
Balix (talk | contribs)
mNo edit summary
No edit summary
Line 10:
parallel programmer takes advantage of explicit parallelism to produce
very efficient code. However, programming with explicit parallelism is often difficult, especially for
non computing especialistsspecialists, because of the extra work involved in planning
the task division and sinchronization of concurrent processes.