Commit 3dce7f47 authored by Mani Tofigh's avatar Mani Tofigh

typo fix creating-jobs.md

parent 48bcccfc
...@@ -15,7 +15,7 @@ Here are a list of common directives: <br> ...@@ -15,7 +15,7 @@ Here are a list of common directives: <br>
* `#SBATCH --time=<some-value>`: Sets the maximum runtime. * `#SBATCH --time=<some-value>`: Sets the maximum runtime.
* `#SBATCH --output=<some-value>`: Directs the job's output to a specific file. * `#SBATCH --output=<some-value>`: Directs the job's output to a specific file.
**Note:** These bullets are just for a better basic understanding on the topic. Complete examples and line-by-line explanations are provided further down on this page. **Note:** These bullets are just for a better basic understanding on the topic. Complete examples and line-by-line explanations are provided further down in this page.
### Queues and partitions ### Queues and partitions
Queues (or partitions in Slurm terminology) are categories within the cluster that organize jobs based on their resource requirements, priority, and other factors. Queues (or partitions in Slurm terminology) are categories within the cluster that organize jobs based on their resource requirements, priority, and other factors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment