Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

To execute your code you need to

  1. have a binary, which is the result of the code compilation,
  2. have create a slurm job script,
  3. submit the slurm jobs script.
Codeblock
titleSubmission of a job
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

...