cc_staff
292
edits
Line 37: | Line 37: | ||
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: | ||
chpl probeLocales.chpl | 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. |