From 156d3b7d140e04cdde21a4fa41434d93eceba633 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Fri, 26 Jan 2024 16:33:16 +0100 Subject: [PATCH] Update GPU info --- _data/topnav.yml | 4 ++-- pages/gmerlin6/slurm-configuration.md | 29 +++++++++++++++++---------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/_data/topnav.yml b/_data/topnav.yml index 04631f2..3660319 100644 --- a/_data/topnav.yml +++ b/_data/topnav.yml @@ -30,7 +30,7 @@ topnav_dropdowns: url: /merlin5/slurm-configuration.html - title: Cluster 'merlin6' url: /gmerlin6/slurm-configuration.html - - title: Cluster 'merlin7' - url: /merlin7/slurm-configuration.html - title: Cluster 'gmerlin6' url: /gmerlin6/slurm-configuration.html + # - title: Cluster 'merlin7' + # url: /merlin7/slurm-configuration.html diff --git a/pages/gmerlin6/slurm-configuration.md b/pages/gmerlin6/slurm-configuration.md index 4fcbe06..96df689 100644 --- a/pages/gmerlin6/slurm-configuration.md +++ b/pages/gmerlin6/slurm-configuration.md @@ -16,11 +16,12 @@ The table below shows a summary of the hardware setup for the different GPU node | Nodes | Def.#CPUs | Max.#CPUs | #Threads | Def.Mem/CPU | Max.Mem/CPU | Max.Mem/Node | Max.Swap | GPU Type | Def.#GPUs | Max.#GPUs | |:------------------:| ---------:| :--------:| :------: | :----------:| :----------:| :-----------:| :-------:| :--------: | :-------: | :-------: | -| merlin-g-[001] | 1 core | 8 cores | 1 | 4000 | 102400 | 102400 | 10000 | **geforce_gtx_1080** | 1 | 2 | -| merlin-g-[002-005] | 1 core | 20 cores | 1 | 4000 | 102400 | 102400 | 10000 | **geforce_gtx_1080** | 1 | 4 | -| merlin-g-[006-009] | 1 core | 20 cores | 1 | 4000 | 102400 | 102400 | 10000 | **geforce_gtx_1080_ti** | 1 | 4 | -| merlin-g-[010-013] | 1 core | 20 cores | 1 | 4000 | 102400 | 102400 | 10000 | **geforce_rtx_2080_ti** | 1 | 4 | -| merlin-g-014 | 1 core | 48 cores | 1 | 4000 | 360448 | 360448 | 10000 | **geforce_rtx_2080_ti** | 1 | 8 | +| merlin-g-[001] | 1 core | 8 cores | 1 | 5120 | 102400 | 102400 | 10000 | **geforce_gtx_1080** | 1 | 2 | +| merlin-g-[002-005] | 1 core | 20 cores | 1 | 5120 | 102400 | 102400 | 10000 | **geforce_gtx_1080** | 1 | 4 | +| merlin-g-[006-009] | 1 core | 20 cores | 1 | 5120 | 102400 | 102400 | 10000 | **geforce_gtx_1080_ti** | 1 | 4 | +| merlin-g-[010-013] | 1 core | 20 cores | 1 | 5120 | 102400 | 102400 | 10000 | **geforce_rtx_2080_ti** | 1 | 4 | +| merlin-g-014 | 1 core | 48 cores | 1 | 5120 | 360448 | 360448 | 10000 | **geforce_rtx_2080_ti** | 1 | 8 | +| merlin-g-015 | 1 core | 48 cores | 1 | 5120 | 360448 | 360448 | 10000 | **A5000** i | 1 | 8 | | merlin-g-100 | 1 core | 128 cores | 2 | 3900 | 998400 | 998400 | 10000 | **A100** | 1 | 8 | {{site.data.alerts.tip}}Always check '/etc/slurm/gres.conf' and '/etc/slurm/slurm.conf' for changes in the GPU type and details of the hardware. @@ -113,6 +114,7 @@ This is detailed in the below table. | **merlin-g-[006-009]** | **`geforce_gtx_1080_ti`** | 4 | | **merlin-g-[010-013]** | **`geforce_rtx_2080_ti`** | 4 | | **merlin-g-014** | **`geforce_rtx_2080_ti`** | 8 | +| **merlin-g-015** | **`A5000`** | 8 | | **merlin-g-100** | **`A100`** | 8 | #### Constraint / Features @@ -123,7 +125,7 @@ Users can specify which GPU memory size needs to be used with the `--constraint` there is not need to specify `[:]`* in the `--gpus` option. ```bash -#SBATCH --contraint= # Possible values: gpumem_8gb, gpumem_11gb, gpumem_40gb +#SBATCH --contraint= # Possible values: gpumem_8gb, gpumem_11gb, gpumem_24gb, gpumem_40gb ``` The table below shows the available **Features** and which GPU card models and GPU nodes they belong to: @@ -131,7 +133,7 @@ The table below shows the available **Features** and which GPU card models and G - + @@ -155,6 +157,11 @@ The table below shows the available **Features** and which GPU card models and G + + + + + @@ -206,8 +213,8 @@ Limits are defined using QoS, and this is usually set at the partition level. Li | Partition | Slurm Account | Mon-Sun 0h-24h | |:------------------:| :------------: | :------------------------------------------: | -| **gpu** | **`merlin`** | gpu_week(cpu=40,gres/gpu=8,mem=200G) | -| **gpu-short** | **`merlin`** | gpu_week(cpu=40,gres/gpu=8,mem=200G) | +| **gpu** | **`merlin`** | gpu_week(gres/gpu=8) | +| **gpu-short** | **`merlin`** | gpu_week(gres/gpu=8) | | **gwendolen** | `gwendolen` | No limits | | **gwendolen-long** | `gwendolen` | No limits, active from 9pm to 5:30am | @@ -233,8 +240,8 @@ Limits are defined using QoS, and this is usually set at the partition level. Li | Partition | Slurm Account | Mon-Sun 0h-24h | |:------------------:| :----------------: | :---------------------------------------------: | -| **gpu** | **`merlin`** | gpu_week(cpu=80,gres/gpu=16,mem=400G) | -| **gpu-short** | **`merlin`** | gpu_week(cpu=80,gres/gpu=16,mem=400G) | +| **gpu** | **`merlin`** | gpu_week(gres/gpu=16) | +| **gpu-short** | **`merlin`** | gpu_week(gres/gpu=16) | | **gwendolen** | `gwendolen` | No limits | | **gwendolen-long** | `gwendolen` | No limits, active from 9pm to 5:30am |
Merlin6 CPU Computing NodesMerlin6 GPU Computing Nodes
Nodes`geforce_rtx_2080_ti`
merlin-g-015`A5000``gpumem_24gb`
merlin-g-100 `A100` `gpumem_40gb`