Skip to content
Snippets Groups Projects
Commit 67cb180f authored by Roman Sliva's avatar Roman Sliva
Browse files

Update slurm-job-submission-and-execution.md

parent a905f576
No related branches found
No related tags found
No related merge requests found
Pipeline #33275 passed with warnings
......@@ -111,6 +111,9 @@ $ sbatch script.sh
```
Path to script.sh (relative or absolute) should be given if job script is in different location than job working directory.
By default, job output is stored in a file called slurm-JOBID.out and contains both job standard output and error output.
This can be changed using sbatch options `--output` (shortly `-o`) and `--error` (shortly `-e`).
Example output of the job:
```shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment