Open main menu

CDOT Wiki β

Changes

Midnight Tiger

204 bytes added, 22:10, 4 April 2016
How to parallelize your code using Chapel Cray
<pre>
cobegin {
writeln("Item 1 is loaded");
writeln("Item 2 is loaded");
writeln("Item 3 is loaded");
}
writeln("All the items are loaded");
</pre>
* Sample Parallel Code Output using '''cobegin'''
 
For more detail: http://faculty.knox.edu/dbunde/teaching/chapel
== Demonstration of Sample Code ==
== Useful Links ==