... | ... | @@ -28,10 +28,10 @@ This wiki page gives an overview of the various server machines offered by the A |
|
|
| `mp-media2` | Intel Xeon E3-1585 v5 | 3.5..3.9 GHz | 4 | Skylake-H | 64 GiB | Intel Iris Pro P580 | 1.6 TB | |
|
|
|
| `mp-media3` | Intel Xeon E3-1585 v5 | 3.5..3.9 GHz | 4 | Skylake-H | 64 GiB | Intel Iris Pro P580 | | |
|
|
|
| `mp-media4` | Intel Xeon E3-1585 v5 | 3.5..3.9 GHz | 4 | Skylake-H | 64 GiB | Intel Iris Pro P580 | | |
|
|
|
| `mp-knl1` | Intel Xeon Phi 7210 | 1.3..1.5 GHz | 64 | Knights Landing | 96 GiB | | | Quadrant, Cache |
|
|
|
| `mp-knl2` | Intel Xeon Phi 7210 | 1.3..1.5 GHz | 64 | Knights Landing | 96 GiB | | | Hemisphere, Cache |
|
|
|
| `mp-knl3` | Intel Xeon Phi 7210 | 1.3..1.5 GHz | 64 | Knights Landing | 96 GiB | | | All2All, Cache |
|
|
|
| `mp-knl4` | Intel Xeon Phi 7210 | 1.3..1.5 GHz | 64 | Knights Landing | 96 GiB | | | SNC, Cache |
|
|
|
| `mp-knl1` | Intel Xeon Phi 7210 | 1.3..1.5 GHz | 64 | Knights Landing | 96 GiB | | | SNC4, Cache |
|
|
|
| `mp-knl2` | Intel Xeon Phi 7210 | 1.3..1.5 GHz | 64 | Knights Landing | 96 GiB | | | SNC4, Cache |
|
|
|
| `mp-knl3` | Intel Xeon Phi 7210 | 1.3..1.5 GHz | 64 | Knights Landing | 96 GiB | | | SNC4, Cache |
|
|
|
| `mp-knl4` | Intel Xeon Phi 7210 | 1.3..1.5 GHz | 64 | Knights Landing | 96 GiB | | | SNC4, Cache |
|
|
|
| `mp-process01` | Intel Xeon E5504 | 2.0 GHz | 4 | Nehalem | 8 GiB | NVIDIA GeForce GTX 1070 | | |
|
|
|
| `mp-process02` | Intel Xeon E5504 | 2.0 GHz | 4 | Nehalem | 8 GiB | NVIDIA GeForce GTX 1070 | | |
|
|
|
| `mp-process03` | Intel Xeon E5504 | 2.0 GHz | 4 | Nehalem | 8 GiB | NVIDIA GeForce GTX 1070 | | |
|
... | ... | @@ -41,6 +41,7 @@ This wiki page gives an overview of the various server machines offered by the A |
|
|
|
|
|
- Cache and DRAM capacities are given with binary unit prefixes, i.e. 1 GiB = 2³⁰ B.
|
|
|
- I/O storage device capacities are given with decimal unit prefixes, i.e. 1 TB = 10¹² B.
|
|
|
- Cf. [https://colfaxresearch.com/knl-numa/](https://colfaxresearch.com/knl-numa/) and [https://colfaxresearch.com/knl-mcdram/](https://colfaxresearch.com/knl-mcdram/) to learn about clustering modes and HBM modes on Knights Landing CPUs.
|
|
|
|
|
|
|
|
|
## CPU architecture overview
|
... | ... | @@ -98,9 +99,10 @@ This wiki page gives an overview of the various server machines offered by the A |
|
|
cores under load and the instruction set used.
|
|
|
- Cache bandwidths are computed as *core clock frequency* / GHz × *number of cache lines*
|
|
|
*transferred fetched/stored per cycle* × *cache line size* (64 B).
|
|
|
- DRAM bandwidths are computed as *DRAM transfer rate* [T/s] × *bus width* (64 B/T) ×
|
|
|
- DRAM bandwidths are computed as *DRAM transfer rate* [T/s] × *bus width* (64 bit/T) ×
|
|
|
*number of channels*.
|
|
|
- TODO how is HBM bandwidth computed?
|
|
|
- HBM bandwidth is computed as *HBM transfer rate* [T/s] × *bus width* (1024 bit/T) ×
|
|
|
*number of HBM stacks*.
|
|
|
|
|
|
|
|
|
## Peak system floating-point performance, theoretical
|
... | ... | |