Changes

Jump to: navigation, search

Midnight Tiger

38 bytes added, 21:14, 4 April 2016
How to parallelize your code using Chapel Cray
Iterations in a loop will be executed in parallel if there is no dependency.
* Sample Parallel Codeusing '''forall'''
<pre>
config const n = 10;
</pre>
* Sample Parallel Code Outputusing '''forall'''
[[Image:Chpl_output.PNG|Output Example]]

Navigation menu