Skip to content

Commit 26fbfeb

Browse files
authored
Merge pull request #320 from KempnerInstitute/319-feature-add-information-about-kempner_interactive-partition
Add information about kempner_interactive partition
2 parents 5f0b2e0 + 6e793d3 commit 26fbfeb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

kempner_computing_handbook/s1_high_performance_computing/general_hpc_concepts/understanding_slurm.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ The following partitions are available for Kempner affiliates on the FASRC clust
5252
| `kempner_h100` | This GPU block includes 2304 AMD Genoa cores, 96 Nvidia H100 80GB GPUs, water-cooled nodes with 96 cores, 1.5TB RAM, and 4 H100 GPUs, interconnected via NDR Infiniband, with a 3-day limit. |
5353
| `kempner_requeue` | This partition utilizes `kempner` and `kempner_h100` partitions, designed for tasks that can be interrupted and restarted. This partition has a 7 day time limit.|
5454
| `kempner_dev` | This partition is dedicated to the engineering team and is not available to all users. |
55+
| `kempner_interactive` | This partition is dedicated to interactive jobs and lightweight development work. It provides 20GB A100 GPU slices created from full A100 40GB GPUs using NVIDIA Multi-Instance GPU (MIG) technology. |
56+
57+
```{note}
58+
The `kempner_interactive` partition is intended for interactive sessions, prototyping, debugging, and other lightweight development tasks, not for full-scale training or production runs. Because the GPUs are partitioned with MIG, each job receives a 20GB slice of an A100 rather than a full GPU. For resource-intensive jobs, use the `kempner` or `kempner_h100` partitions instead.
59+
```
5560

5661
````{tip}
5762
Run the following command to see the list of Kempner partitions,

0 commit comments

Comments
 (0)