Open main menu

CDOT Wiki β

Changes

Midnight Tiger

21 bytes added, 10:25, 5 April 2016
How to parallelize your code using Chapel
== How to parallelize your code using Chapel ==
=== Task vs Thread ===
* '''Task''': A unit of computation
 
* '''Thread''': A hardware resource where a task can be mapped to.