Skip to content

Commit 457f9f0

Browse files
authored
Fixed typo on creating_the_submission_script.md
There is a typo in the page header/title on this page: https://docs.rcac.purdue.edu/userguides/gautschi/run_jobs/creating_the_submission_script/ I fixed the typo in this commit
1 parent 480ca73 commit 457f9f0

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)