diff --git a/_pages/gpus.md b/_pages/gpus.md new file mode 100644 index 0000000..78433fb --- /dev/null +++ b/_pages/gpus.md @@ -0,0 +1,61 @@ +--- +layout: page +title: GPU platforms +permalink: /gpu/ +gpu_platforms: + - name: Pascal (DMI) + hardware: 1x Nvidia A100 80GB + access: + contact: Tore Wulf + email: twu@dmi.dk + project: ASIP + - name: ATOS (ECMWF) + hardware: 72x Nvidia A100 + access: + url: https://confluence.ecmwf.int/display/EWCLOUDKB/GPU+support+at+ECMWF + - name: European Weather Cloud + hardware: 36x Nvidia A100 (TBC), imminently available (June 2023) + access: + text: pilot access only + - name: LUMI (EuroHPC) + hardware: 2560x4x AMD MI250x + access: + url: https://docs.lumi-supercomputer.eu/firststeps/ + - name: LEONARDO (EuroHPC) + hardware: 3456 GPU nodes with 4 NVIDIA A100 each (Booster module), 1536 CPU nodes with 56 cores each (Data Centric module), available soon + access: + url: https://leonardo-supercomputer.cineca.eu/hpc-system/ +--- + +Below is an overview of GPU platforms available for research by staff at DMI: + +

GPU platforms

+ + + + + + + + + +{% for platform in page.gpu_platforms %} + + + + + + +{% endfor %} + +
NameHardwareAccessProject
{{platform.name}}{{platform.hardware}} +{% if platform.access.email %} +Email {{platform.access.contact}} +{% elsif platform.access.url %} +{{platform.access.url}} +{% elsif platform.access.text %} +{{ platform.access.text }} +{% endif %} +{{platform.project}}
+ +- [EuroHPC JU - supercomputers](https://eurohpc-ju.europa.eu/about/our-supercomputers_en)