cc_staff
292
edits
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 | 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 | ||
| | |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 | ||
| | |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 |