Sieve C++ Parallel Programming System: Difference between revisions

Content deleted Content added
m Fixing pleonasm, replaced: various different → various using AWB
m Typo fixing per WP:HYPHEN, sub-subsection 3, points 3,4,5, replaced: well known → well-known using AWB (8062)
Line 1:
{{advert|date=November 2010}}
{{notability|date=November 2010}}
The '''Sieve C++ Parallel Programming System''' is a [[C++]] [[compiler]] and parallel runtime designed and released by [[Codeplay]] that aims to simplify the [[Parallel Computing|parallelization]] of code so that it may run efficiently on multi-processor or multi-core systems. It is an alternative to other well -known parallelisation methods such as [[OpenMP]], the [[Rapidmind Development Platform]] and [[Intel Threading Building Blocks]].
 
==Introduction==