Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -33,4 +33,4 @@ cd $SLURM_SUBMIT_DIR
matlab -nodisplay -singleCompThread -r myscript
```

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