Parallel programming model: Difference between revisions

Content deleted Content added
"comprised of"
m Removed 'under construction' notice.
Line 1:
{{Under construction|notready=true}}
 
A '''parallel programming model''' is a concept that enables the expression of parallel programs which can be compiled and executed. The value of a programming model is usually judged on its generality: how well a range of different problems can be expressed and how well they execute on a range of different architectures. The implementation of a programming model can take several forms such as libraries invoked from traditional sequential languages, language extensions, or complete new execution models.