# Interactive Apps on OOD

You can launch several different apps on the Open OnDemand (OOD) interface. All of these apps start of a Slurm batch job on the Oscar cluster with the requested amount of resources. These jobs can access the filesystem on Oscar and all output files are written to the Oscar's file system.

## Launching an App on OOD

1. Open [https://ood.ccv.brown.edu](https://ood.ccv.brown.edu/) on any browser of the your choice
2. If prompted, enter your Brown username and password.
3. Click on the "Interactive Apps" tab at the top of the screen to see the list of available apps. This will open the form to enter the details of the job.
4. Follow the instructions on the form to complete it. Some of fields can be left blank and OOD will choose the default option for you.
5. Click Launch to submit an OOD job. This will open a new tab on the browser It may take a few minutes for this job to start.
6. Click "Launch \<APP>" again if prompted in the next tab.

{% hint style="warning" %}
SLURM limits on resources such CPUs, memory, GPUs or time for each partition still applies for OOD jobs. Please keep these in mind before choosing these options on the OOD form.
{% endhint %}

{% hint style="info" %}
When submit a batch job from a terminal of the Desktop app or the Advanced Desktop app, users need to

* run `"unset SLURM_MEM_PER_NODE"`before submitting a job if the job needs to specify --mem-per-cpu
* run "`unset SLURM_EXPORT_ENV"` before submitting an MPI job
  {% endhint %}


---

# 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/connecting-to-oscar/open-ondemand/interactive-apps-on-ood.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.
