explicit parallelism


explicit parallelism

A feature of a programming language for a parallel processing system which allows or forces the programmer toannotate his program to indicate which parts should beexecuted as independent parallel tasks. This is obviouslymore work for the programmer than a system with implicit parallelism (where the system decides automatically whichparts to run in parallel) but may allow higher performance.