Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
No edit summary |
No edit summary |
||
Line 71: | Line 71: | ||
Once the interactive job starts, you can compile and run your code from the prompt on the first allocated compute node: | Once the interactive job starts, you can compile and run your code from the prompt on the first allocated compute node: | ||
{{Commands | |||
chpl probeLocales.chpl -o probeLocales | |chpl probeLocales.chpl -o probeLocales | ||
./probeLocales -nl 4 | |./probeLocales -nl 4 | ||
}} | |||
For production jobs, please write a Slurm submission script and submit your job with <code>sbatch</code> instead. | For production jobs, please write a Slurm submission script and submit your job with <code>sbatch</code> instead. | ||
</translate> | </translate> |