# QoS and Partition

**Partitions**

| Partition | Nodes                             | Allow QoS                                         |
| --------- | --------------------------------- | ------------------------------------------------- |
| cpugpu    | Lenovo SR630 with Tesla T4        | cu\_hpc, cu\_htc, cu\_long, cu\_student, escience |
| cpu       | Lenovo x3850 X6, Lenovo SR850     | cu\_hpc, cu\_htc, cu\_long, cu\_student, escience |
| math      | IBM iDataPlex DX360M4             | cu\_math                                          |
| profiling | Lenovo SR635 with Tesla T4 and A2 | cu\_profile                                       |
| dgx       | DGX station                       | cu\_hpc                                           |
| test      | IBM BladeCenter HS22              | cu\_hpc, cu\_htc, cu\_long, cu\_student, escience |

**Quality of Service (QoS)**\
Jobs request a QOS using the "--qos=" option to the `sbatch`, `salloc`, and `srun` commands.

| QoS           | Max nodes per user | Max jobs per user | Max CPU per user | Max memory (GB) per user | Max walltime (Day-HH:MM:SS) |
| ------------- | ------------------ | ----------------- | ---------------- | ------------------------ | --------------------------- |
| cu\_hpc       | 8                  | 20                | 128              | 512                      | 14-00:00:00                 |
| cu\_htc       | 1                  | 100               | 128              | 256                      | 30-00:00:00                 |
| cu\_long      | 4                  | 10                | 128              | 512                      | 30-00:00:00                 |
| cu\_student   | 2                  | 10                | 16               | 64                       | 7-00:00:00                  |
| cu\_math      | 2                  | 2                 | 16               | 120                      | 30-00:00:00                 |
| escience      | 1                  | 10                | 16               | 64                       | 7-00:00:00                  |
| cu\_cms       |                    |                   |                  |                          |                             |
| cu\_profiling |                    |                   |                  |                          |                             |


---

# 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://esciencecu-twiki.sc.chula.ac.th/slurm/slurm-qos-and-partition.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.
