Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(Marked this version for translation) |
No edit summary |
||
Line 85: | Line 85: | ||
<!--T:64--> | <!--T:64--> | ||
By default the output is placed in a file named "slurm-", suffixed with the job ID number and ".out", ''e.g.'' <code>slurm-123456.out</code>, in the directory from which the job was submitted. | By default the output is placed in a file named "slurm-", suffixed with the job ID number and ".out", ''e.g.'' <code>slurm-123456.out</code>, in the directory from which the job was submitted. | ||
Having the job ID as part of the file name is convenient for troubleshooting. | |||
A different name or location can be specified if your workflow requires it by using the <code>--output</code> directive. | |||
Certain replacement symbols can be used in a filename specified this way, such as the job ID number, the job name, or the [[Job arrays|job array]] task ID. | |||
See the [https://slurm.schedmd.com/sbatch.html vendor documentation on sbatch] for a complete list of replacement symbols and some examples of their use. | |||
<!--T:16--> | <!--T:16--> |