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