Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
parallelism_dinamica [2020/04/08 20:18]
argemiro
parallelism_dinamica [2020/04/08 20:19] (current)
argemiro
Line 5: Line 5:
 The term Parallelism (in Computer Science) refers to a technique that allow two or more computing tasks to execute at the same time. A key problem of parallelism is to reduce data dependencies in order to be able to perform computations on independent computation units with minimal communication between them. To this end, it can even be an advantage to do the same computation twice on different units. The term Parallelism (in Computer Science) refers to a technique that allow two or more computing tasks to execute at the same time. A key problem of parallelism is to reduce data dependencies in order to be able to perform computations on independent computation units with minimal communication between them. To this end, it can even be an advantage to do the same computation twice on different units.
 \\ \\
-==== How can Parallelism be achieved in modern systems?​==== 
 On modern systems, parallelism can be achieve in two different ways:  On modern systems, parallelism can be achieve in two different ways: 
 \\ \\