Chapel: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 18: Line 18:


<!--T:7-->
<!--T:7-->
Single-locale (single node, shared-memory only) Chapel on Compute Canada's general-purpose clusters is provided by the module <code>chapel-multicore/</code>. You can use <code>salloc</code> to test Chapel codes in serial:
Single-locale (single node, shared-memory only) Chapel on Compute Canada's general-purpose clusters is provided by the module <code>chapel-multicore</code>. You can use <code>salloc</code> to test Chapel codes in serial:
</translate>
</translate>
{{Commands
{{Commands
|source /home/razoumov/startSingleLocale.sh
|module load chapel-multicore/1.25.0
|salloc --time{{=}}0:30:0 --ntasks{{=}}1 --mem-per-cpu{{=}}3600 --account{{=}}def-someprof
|salloc --time{{=}}0:30:0 --ntasks{{=}}1 --mem-per-cpu{{=}}3600 --account{{=}}def-someprof
|chpl test.chpl -o test
|chpl test.chpl -o test
Line 31: Line 31:
</translate>
</translate>
{{Commands
{{Commands
|source /home/razoumov/startSingleLocale.sh
|module load chapel-multicore/1.25.0
|salloc --time{{=}}0:30:0 --ntasks{{=}}1 --cpus-per-task{{=}}3 --mem-per-cpu{{=}}3600 --account{{=}}def-someprof
|salloc --time{{=}}0:30:0 --ntasks{{=}}1 --cpus-per-task{{=}}3 --mem-per-cpu{{=}}3600 --account{{=}}def-someprof
|chpl test.chpl -o test
|chpl test.chpl -o test
cc_staff
292

edits

Navigation menu