Common submission options¶
Below highlights a few common submission options that may be used in your job script:
| Option | Description |
|---|---|
-A, --account |
the Slurm account to charge resource usage to |
-a, --array |
submit an array job |
-C, --constraint |
request specific node feature(s) |
-d, --dependency |
run this job after another job meets a condition (i.e. completion) |
-e, --error |
redirect STDERR output to the given file name (see below) |
-J, --job-name |
specify a name for the job (see below) |
--mail-type |
send an email on specific job events (i.e. start, end, fail) |
-o, --output |
redirect STDOUT output to the given file name (see below) |
See the job output page for more information about job names and redirecting job output.
See the
official Slurm sbatch documentation
for the full list of available options.