Skip to content

Commit 7fb8f9a

Browse files
Merge pull request #255 from PurdueRCAC/u/remender/gautschi_ug_typo
Fixed typo on creating_the_submission_script.md
2 parents c0b3af9 + 457f9f0 commit 7fb8f9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/userguides/gautschi/run_jobs/creating_the_submission_script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ search:
88
boost: 2
99
---
1010

11-
# Creatting the Slurm Job Submission Script
11+
# Creating the Slurm Job Submission Script
1212

1313
To submit work to a SLURM queue, you must first create a job submission file. This job submission file is essentially a simple shell script that includes special comments to specify sbatch options. It will set any required environment variables, load any necessary modules, create or modify files and directories, and run any applications that you need. A simple submission script to the {{ resource }} cpu partition looks like:
1414

@@ -33,4 +33,4 @@ cd $SLURM_SUBMIT_DIR
3333
matlab -nodisplay -singleCompThread -r myscript
3434
```
3535

36-
[**Back to the Running Jobs section**](index.md)
36+
[**Back to the Running Jobs section**](index.md)

0 commit comments

Comments
 (0)