Jump to content

Talk:Parallel programming model

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 134.28.77.9 (talk) at 10:28, 15 April 2011 (Created page with '== Implicit Parallelism == I'm just wandering if implicit parallelism is really a programming model, because parallelism isn't actually programmed in this case. But...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Implicit Parallelism

I'm just wandering if implicit parallelism is really a programming model, because parallelism isn't actually programmed in this case. But it uses one of the parallel programming models to realise parallelism. Is there an approved source for this fact?

Programming Model vs. Programming Paradigm

In some literature the concepts mentioned here are called programming paradigms. The article just classified task and data parallelism as parallel programming paradigms. Even the term programming model is mapped to programming paradigm. I think, this has to be clarified.