Open main menu

CDOT Wiki β

Changes

Midnight Tiger

16 bytes removed, 00:44, 5 April 2016
How to parallelize your code using Chapel Cray
Iterations in a loop will be executed in parallel.
* '''forall''': At the beginning of When the first iteration all starts the threads will be created on each corecores.
* Sample Parallel Code using '''forall'''