38,760
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 18: | Line 18: | ||
[https://docs.computecanada.ca/wiki/Getting_Started_with_the_new_National_Systems Getting started with Cedar] | [https://docs.computecanada.ca/wiki/Getting_Started_with_the_new_National_Systems Getting started with Cedar] | ||
=Attached storage= | =Attached storage= | ||
Line 44: | Line 42: | ||
* Has daily backup. | * Has daily backup. | ||
|} | |} | ||
Scratch storage is a Lustre filesystem based on DDN model ES14K technology. It includes 640 8TB NL-SAS disk drives, and dual redundant metadata controllers with SSD-based storage. | |||
=High-performance interconnect= | =High-performance interconnect= | ||
Line 55: | Line 55: | ||
=Node types and characteristics= | =Node types and characteristics= | ||
Cedar has a total of 58,416 CPU cores for computation, and 584 GPU devices | Cedar has a total of 58,416 CPU cores for computation, and 584 GPU devices. | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Count !! Node type !! Cores !! Available memory !! Hardware detail | |||
|- | |- | ||
| base | | 576 || base "128G" || 32 || 125G or 128000M || two Intel E5-2683 v4 "Broadwell" at 2.1Ghz | ||
|- | |- | ||
| large | | 128 || large "256G" || 32 || 250G or 257000M || (same as base nodes) | ||
|- | |- | ||
| | | 24 || large "512G" || 32 || 502G or 515000M || (same as base nodes) | ||
|- | |- | ||
| | | 24 ||bigmem1500 "1.5T"|| 32 || 1510G or 1547000M || (same as base nodes) | ||
|- | |- | ||
| | | 4 || bigmem3000 "3T" || 64 || 3022G or 3095000M || four Intel E7-4809 v4 "Broadwell" at 2.1Ghz | ||
|- | |- | ||
| | | 114 || base GPU || 24 || 125G or 128000M || two E5-2650 v4 at 2.2GHz + four NVIDIA P100 Pascal GPUs (12GB HBM2 memory) | ||
|- | |- | ||
| | | 32 || large GPU || 24 || 250G or 257000M || two E5-2650 v4 at 2.2GHz + four NVIDIA P100 Pascal GPUs (16GB HBM2 memory) | ||
|- | |- | ||
| Skylake | | 640 || Skylake || 48 || 187G or 192000M || two Intel Platinum 8160F "Skylake" at 2.1Ghz | ||
|} | |} | ||
Note that the amount of available memory is less than the "round number" suggested by the hardware configuration. For instance, "base" nodes do have 128 GiB of RAM, but some of it is permanently occupied by the kernel and OS. To avoid wasting time by swapping/paging, the scheduler will never allocate jobs whose memory requirements exceed the amount of "available" memory shown above. | |||
All nodes have local (on-node) temporary storage. GPU nodes have a single 800GB SSD drive. All other compute nodes have two 480GB SSD drives, for a total raw capacity of 960GB. Best practice to access node-local storage is to use the directory generated by [[Running jobs|Slurm]], $SLURM_TMPDIR. | |||
== Choosing a node type == | == Choosing a node type == | ||
Most applications will run on either Broadwell or Skylake nodes, and performance differences are expected to be small compared to job waiting times. Therefore we recommend that you do not select a specific node type for your jobs. If it is necessary, use <code>--constraint=skylake</code> or <code>--constraint=broadwell</code>. See [[Running_jobs#Specifying_a_CPU_architecture|Specifying a CPU architecture]]. | Most applications will run on either Broadwell or Skylake nodes, and performance differences are expected to be small compared to job waiting times. Therefore we recommend that you do not select a specific node type for your jobs. If it is necessary, use <code>--constraint=skylake</code> or <code>--constraint=broadwell</code>. See [[Running_jobs#Specifying_a_CPU_architecture|Specifying a CPU architecture]]. | ||
== Performance == | |||
Theoretical peak double precision performance of Cedar is 936 teraflops for CPUs, plus 2,744 for GPUs, yielding over 3.6 petaflops of theoretical peak double precision performance. 22 fully connected "islands" of 32 base or large nodes each have 1024 cores in a fully non-blocking topology (Omni-Path fabric), with each island designed to yield over 30 teraflops of double-precision performance (measured with high performance LINPACK). There is a 2:1 blocking factor between the 1024 core islands. | |||
<noinclude> | <noinclude> | ||
</noinclude> | </noinclude> |