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

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

parent dcda4276
No related branches found
No related tags found
No related merge requests found
Pipeline #33247 passed with warnings
......@@ -115,7 +115,7 @@ To finish the interactive job, you can either use the `exit` keyword, or Ctrl+D
## Running Batch Jobs
Create example batch script with following content:
Create example batch script called script.sh with the following content:
```shell
#!/usr/bin/bash
......@@ -147,7 +147,8 @@ Script will:
Run batch job:
```console
$ cd my_work_dir # submit directory my_work_dir will be also used as working directory for submitted job
### submit directory my_work_dir will be also used as working directory for submitted job
$ cd my_work_dir
$ sbatch script.sh
```
......
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