diff --git a/docs.it4i/general/slurm-job-submission-and-execution.md b/docs.it4i/general/slurm-job-submission-and-execution.md index 549b63822c6858eee7107d9a862f7351ca6c5dea..860374b2e20b896f2bde299ca5df2b01a256e0eb 100644 --- a/docs.it4i/general/slurm-job-submission-and-execution.md +++ b/docs.it4i/general/slurm-job-submission-and-execution.md @@ -115,6 +115,8 @@ To finish the interactive job, you can either use the `exit` keyword, or Ctrl+D ## Running Batch Jobs +### Job Script + Create example batch script called script.sh with the following content: ```shell @@ -144,7 +146,9 @@ Script will: * 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 batch job: +### Job Submit + +Submit batch job: ```console ### submit directory my_work_dir will be also used as working directory for submitted job