Changes

Jump to: navigation, search

Midnight Tiger

13 bytes added, 00:42, 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 the first iteration all the threads will be createdon each core.
* Sample Parallel Code using '''forall'''

Navigation menu