1
edit
Changes
→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'''