# 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 |                    |                   |                  |                          |                             |
