Skip to content

Commit

Permalink
Merge pull request #175 from SouthernMethodistUniversity/update_mp_qu…
Browse files Browse the repository at this point in the history
…eues

add new short queue description
  • Loading branch information
jrlagrone authored Jul 16, 2024
2 parents 5e33f21 + 0d4fbd1 commit b88007b
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/about/queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ You should select the queue most appropriate for your jobs and not on current av

## SuperPod (MP) Queues

The SuperPod has only 1 queue:
The SuperPod has 2 queues:

| Partition Name | Number of Nodes | Cores Per Node | Memory Per Node | GPUs Per Node | Time Limit |
|----------------|-----------------|----------------|-----------------|----------------|------------|
| batch | 20 | 128 | 2TB | 8 Nvidia A100s | 48 hours |
| batch | 18 | 128 | 2TB | 8 Nvidia A100s | 48 hours |
| short | 2 | 128 | 2TB | 8 Nvidia A100s | 4 hours |

All SuperPod nodes are identical and contain dual AMD EPYC 7742 64-Core Processors.

Expand All @@ -64,3 +65,17 @@ receive 16 CPU cores and 96GB of memory automatically.
:::{note}
CPU only jobs should be run on M3 and not the SuperPod
:::

### Short queue:

The short queue is intended for interactive work, development, and other short tasks.
The following job restrictions apply:

- 4 hour time limit
- default allocation 1 GPU, 16 cores, 96GB memory, 2 hours
- default of of 96 GB and 16 cores per GPU
- Max 2 GPUs
- Max 128GB per GPU
- Max 16 cores per GPU
- Max 1 running job per user
- ssh access to compute nodes enabled for running jobs

0 comments on commit b88007b

Please sign in to comment.