...
To execute your code you need to
- have a binary, which is the result of the code compilation,
- have create a slurm job script,
- submit the slurm jobs script.
Codeblock | ||
---|---|---|
| ||
blogin> sbatch myjobscipt.slurm Submitted batch job 8028673 blogin> ls slurm-8028673.out slurm-8028673.out |
The examples for slurm jobs scripts cover the setup
...