cc_staff
290
edits
No edit summary |
No edit summary |
||
Line 420: | Line 420: | ||
== Example submission script (OpenMP) == <!--T:87--> | == Example submission script (OpenMP) == <!--T:87--> | ||
</translate> | </translate> | ||
<source lang="bash">#!/bin/bash | <source lang="bash">#!/bin/bash | ||
Line 443: | Line 441: | ||
<translate> | <translate> | ||
<!--T:89--> | <!--T:89--> | ||
Submit this script | Submit this script with the command: | ||
<source lang="bash">nia-login07:~$ sbatch | <source lang="bash">nia-login07:~$ sbatch openmp_job.sh</source> | ||
* First line indicates that this is a bash script. | * First line indicates that this is a bash script. | ||
* Lines starting with <code>#SBATCH</code> go to SLURM. | * Lines starting with <code>#SBATCH</code> go to SLURM. |