From 457f9f063a2a4a8248fc8b0c485ef396652c6fbd Mon Sep 17 00:00:00 2001 From: joshremender Date: Fri, 12 Jun 2026 10:06:19 -0400 Subject: [PATCH] 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 --- .../gautschi/run_jobs/creating_the_submission_script.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguides/gautschi/run_jobs/creating_the_submission_script.md b/docs/userguides/gautschi/run_jobs/creating_the_submission_script.md index a6d4fa8c..c59144ad 100644 --- a/docs/userguides/gautschi/run_jobs/creating_the_submission_script.md +++ b/docs/userguides/gautschi/run_jobs/creating_the_submission_script.md @@ -8,7 +8,7 @@ search: boost: 2 --- -# Creatting the Slurm Job Submission Script +# Creating the Slurm Job Submission Script 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: @@ -33,4 +33,4 @@ cd $SLURM_SUBMIT_DIR matlab -nodisplay -singleCompThread -r myscript ``` -[**Back to the Running Jobs section**](index.md) \ No newline at end of file +[**Back to the Running Jobs section**](index.md)