Open main menu

CDOT Wiki β

Changes

Midnight Tiger

4 bytes added, 18:28, 4 April 2016
How to compile sample code
* How to compile
<pre>>chpl -o execution_name file_name</pre>
* How to run
<pre>>./execution_name</pre>
* How to run with the configuration of const variable
<pre>>./execution_name --variable_name=value</pre>
* Chapel offers some example codes in examples folder. Use one of the files to test.
<pre>>cd $CHPL_HOME/examples</pre>
== How to parallelize your code using Chapel Cray ==