# Setting Job Submission Settings

We have provided templates for you to use for job submission settings. These templates are in`/oscar/runtime/opt/forge/19.1.2/templates`

Click `Run and debug a program` to open the following menu

![Alt](/files/-LlYDQ8lHEUb2hr5LlQO)

Click `Configure` next to **Submit to Queue** and enter `/oscar/runtime/opt/forge/19.1.2/templates/slurm-ccv.qtf` as the Submission template file

{% hint style="info" %}
`slurm-ccv-qtf` lets you specify the total number of tasks. The number of tasks may not be equal for each node. This option will be the shortest time in the queue, but may not give you consistent run times.

`slurm-ccv-mpi.qtf` is for MPI jobs where you want to specify number of nodes and tasks per node

`slurm-ccv-threaded.qtf` is for threaded (single node) jobs
{% endhint %}

![Alt](/files/-LlYDyBGzxe5CHEzpraI)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ccv.brown.edu/oscar/debugging/arm-forge/setting-job-submission-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
