> For the complete documentation index, see [llms.txt](https://docs.ccv.brown.edu/oscar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ccv.brown.edu/oscar/debugging/arm-forge/setting-job-submission-settings.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
