Explicit parallelism: Difference between revisions

Content deleted Content added
No edit summary
Balix (talk | contribs)
mNo edit summary
Line 2:
of concurrent computations by means of primitives
in the form of special-purpose directives or function calls. Most parallel primitives are related to process synchronization, communication or task partitioning. As they seldom contribute to actually carry out the
intendend computation of the program, their computational cost is often condsideredconsidered
as [[parallelization overhead]].