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

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

parent 45280ae3
No related branches found
No related tags found
No related merge requests found
Pipeline #33265 passed with warnings
...@@ -115,6 +115,8 @@ To finish the interactive job, you can either use the `exit` keyword, or Ctrl+D ...@@ -115,6 +115,8 @@ To finish the interactive job, you can either use the `exit` keyword, or Ctrl+D
## Running Batch Jobs ## Running Batch Jobs
### Job Script
Create example batch script called script.sh with the following content: Create example batch script called script.sh with the following content:
```shell ```shell
...@@ -144,7 +146,9 @@ Script will: ...@@ -144,7 +146,9 @@ Script will:
* load appropriate module * load appropriate module
* run command, srun serves as Slurm's native way of executing MPI-enabled applications, hostname is used in the example just for sake of simplicity * run command, srun serves as Slurm's native way of executing MPI-enabled applications, hostname is used in the example just for sake of simplicity
Run batch job: ### Job Submit
Submit batch job:
```console ```console
### 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment