Skip to content

Commit

Permalink
Update job-resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrahan41 committed Feb 1, 2019
1 parent 56dafdf commit e658188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/running-jobs/job-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Job scripts, the `sbatch` command, and the `sinteractive` command support many d

| Type | Description | Flag |
| :----------------- | :-------------------------------------------------- | :------------------------- |
| [Allocations]() | Specify an allocation account | --account=account_name |
| Partitions | Specify a partition ([see table below]()) | --partition=partition_name |
| [Allocations](../access/allocations) | Specify an allocation account | --account=account_name |
| Partitions | Specify a partition ([see table below](#partitions)) | --partition=partition_name |
| Sending email | Receive email at beginning or end of job completion | --mail-type=type |
| Email address | Email address to receive the email | --mail-user=user |
| Number of nodes | The number of nodes needed to run the job | --nodes=nodes |
| Number of tasks | The total number of cores needed to run the job | --ntasks=processes |
| Quality of service | Specify a QOS ([see table below]()) | --qos=qos |
| Quality of service | Specify a QOS ([see table below](#quality-of-service)) | --qos=qos |
| Wall time | The max. amount of time your job will run for | --time=wall time |
| Job Name | Name your job so you can identify it in the queue | --job-name=jobname |

Expand Down

0 comments on commit e658188

Please sign in to comment.