cc_staff
292
edits
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
{{Commands | {{Commands | ||
|source /home/razoumov/startSingleLocale.sh | |source /home/razoumov/startSingleLocale.sh | ||
|salloc --time=0:30:0 --ntasks=1 --mem-per-cpu= | |salloc --time{{=}}0:30:0 --ntasks{{=}}1 --mem-per-cpu{{=}}3600 --account=def-someprof | ||
|chpl test.chpl -o test | |chpl test.chpl -o test | ||
|./test | |./test | ||
Line 32: | Line 32: | ||
{{Commands | {{Commands | ||
|source /home/razoumov/startSingleLocale.sh | |source /home/razoumov/startSingleLocale.sh | ||
|salloc --time=0:30:0 --ntasks=1 --cpus-per-task=3 --mem-per-cpu= | |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 | ||
|./test | |./test |