The following GPU partitions are available on the GPU partition of system Lise.
Partition name | Nodes | units per node | GPU hardware | Description |
---|---|---|---|---|
gpu-a100 | 42 | 4 | NVIDIA Tesla A100 80GB | full node exclusive |
gpu-a100:shared | 5 | 4 | NVIDIA Tesla A100 80GB | shared node access, exclusive use of the requested GPUs |
gpu-a100:shared:mig | 1 | 28 | 1 to 28 1g.10gb A100 MIG slices | shared node access, shared GPU devices via Multi Instance GPU. Each of the four GPUs is logically split into usable seven slices with 10 GB of GPU memory associated to each slice |
Example: exclusive usage of nodes
> srun --nodes=2 --partition=gpu-a100 example_cmd
shared usage of a node
> srun --gpus=2 --partition=gpu-a100:shared example_cmd
Multi Instance GPU slice on the according partition
> srun --gpus=1 --partition=gpu-a100:shared:mig example_cmd