Explicit parallelism: Difference between revisions

Content deleted Content added
Replaced a word not in the english language and fixed a misspelling
No edit summary
Line 2:
In [[computer programming]], '''explicit parallelism''' is the representation
of concurrent computations by means of primitives
in the form of special-purpose directives or function calls. Most parallel primitives are related to process sinchronizationsynchronization, communication or task partitioning. As they seldom contribute to actually carry out the
intendend computation of the program, their computational cost is often condsidered
as [[parallelization overhead]].