This shows you the differences between two versions of the page.
|
workshops:hpcschool:chpchardware [2023/02/22 17:41] wikiadmin created |
workshops:hpcschool:chpchardware [2023/03/01 12:21] (current) wikiadmin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======CHPC Hardware====== | ======CHPC Hardware====== | ||
| - | In Week 2 of the Supercomputing MOOC you were introduced to the EPCC's super computer //Archie//. In this section we describe the CHPC's super computer: | + | In Week 2 of the Supercomputing MOOC you are introduced to the EPCC's super computer //Archie//. In this section we describe the CHPC's super computer: |
| =====Lengau===== | =====Lengau===== | ||
| Line 40: | Line 40: | ||
| //Lengau// was commissioned in June 2016 and, before any users were added to the system, the **HPL** (High Performance LINPACK) benchmark as used by the [[https:// | //Lengau// was commissioned in June 2016 and, before any users were added to the system, the **HPL** (High Performance LINPACK) benchmark as used by the [[https:// | ||
| - | Rpeak 1.307 PFlops | + | | R< |
| - | Rmax 1.029 PFlops | + | ^ R< |
| - | Other nodes: | + | ====Other nodes:==== |
| In addition to the general compute nodes, //Lengau// also has special purpose nodes. | In addition to the general compute nodes, //Lengau// also has special purpose nodes. | ||
| - | | + | * large memory compute nodes |
| - | GPU compute nodes | + | |
| - | interactive login nodes | + | |
| - | interactive visualisation nodes | + | |
| - | interactive file transfer nodes | + | |
| - | batch file transfer nodes | + | |
| - | management nodes | + | |
| - | storage nodes | + | |
| These are described in separate notes on the [[workshops: | These are described in separate notes on the [[workshops: | ||
| - | Interconnect | + | ====Interconnect==== |
| Lengau actually has three networks connecting all the nodes together: | Lengau actually has three networks connecting all the nodes together: | ||
| - | | + | * the main interconnect is Infiniband, |
| - | the second interconnect is an Ethernet network, | + | |
| - | and there is a management network. | + | |
| - | Inifiniband | + | ===Infiniband=== |
| The Infiniband interconnect consists of a network of leaf switches connected to the main core switch. Each chassis connects its blades to an Infiniband leaf switch. Thus there are three leaf switches in a rack. Each leaf switch has 12 connections to the cluster' | The Infiniband interconnect consists of a network of leaf switches connected to the main core switch. Each chassis connects its blades to an Infiniband leaf switch. Thus there are three leaf switches in a rack. Each leaf switch has 12 connections to the cluster' | ||
| Lengau uses FDR Infiniband running with a bandwidth of 56 Gbps and a latency of 5 μs. | Lengau uses FDR Infiniband running with a bandwidth of 56 Gbps and a latency of 5 μs. | ||
| - | Ethernet | + | |
| + | ===Ethernet=== | ||
| All nodes are also connected to a separate Ethernet network running at 1 Gbps with latency of 50 μs. | All nodes are also connected to a separate Ethernet network running at 1 Gbps with latency of 50 μs. | ||
| - | Management | + | |
| + | ===Management=== | ||
| A special separate management network is used to control the hardware at a physical level: it is mostly used for power control and administration. | A special separate management network is used to control the hardware at a physical level: it is mostly used for power control and administration. | ||
| - | Storage | + | |
| + | =====Storage===== | ||
| The third component of a parallel distributed memory super computer is its storage. Lengau has two storage systems that are connected over the two networks. | The third component of a parallel distributed memory super computer is its storage. Lengau has two storage systems that are connected over the two networks. | ||
| - | Lustre Parallel File System | + | |
| + | ===Lustre Parallel File System=== | ||
| is connected over the Inifiniband network and provides high speed parallel file IO. Lustre comprises two Meta Data Servers (MDS), 16 Object Store Servers (OSS) and 96 Object STore Targets (OST). | is connected over the Inifiniband network and provides high speed parallel file IO. Lustre comprises two Meta Data Servers (MDS), 16 Object Store Servers (OSS) and 96 Object STore Targets (OST). | ||
| Line 86: | Line 90: | ||
| The MDS provides file meta-data, the OSSs store the actual file contents in the OSTs. Each OST is a disk array (using RAID). | The MDS provides file meta-data, the OSSs store the actual file contents in the OSTs. Each OST is a disk array (using RAID). | ||
| - | In total there are 4 PiB of storage space in Lengau' | + | In total there is 4 PiB of storage space in Lengau' |
| - | NFS | + | |
| + | ===NFS=== | ||
| is used for home directories and software in / | is used for home directories and software in / | ||
| - | Operating System | + | |
| + | |||
| + | =====Operating System===== | ||
| All nodes run the CENTOS Linux operating system. | All nodes run the CENTOS Linux operating system. | ||
| - | Cluster Management Software | + | |
| + | ====Cluster Management Software==== | ||
| The scheduler on the Lengau cluster is Altair' | The scheduler on the Lengau cluster is Altair' | ||