diff --git a/docs/clusters/alpine/alpine-hardware.md b/docs/clusters/alpine/alpine-hardware.md index 72b79210..24da7ae2 100644 --- a/docs/clusters/alpine/alpine-hardware.md +++ b/docs/clusters/alpine/alpine-hardware.md @@ -17,7 +17,7 @@ All Alpine nodes are available to all users. For full details about node access, | Count & Type | Partition | Processor | Sockets | Cores (total) | Threads per Core | RAM per Core (GB) | GPU type | GPU count | Local Disk Capacity & Type | Fabric | | --------------------- | ------------------- | ---------------- | :-------: | :-------------: | :------------: | :-------------: | ----------- | :---------: | -------------------------- | -------------------------------------------- | | {{ alpine_ucb_total_64_core_256GB_cpu_nodes }} Milan General CPU | amilan | x86_64 AMD Milan | 1 or 2 | 64 | 1 | {{ alpine_standard_ram_per_core }} | N/A | 0 | 416G SSD | HDR-100 InfiniBand (200Gb inter-node fabric) | -| {{ alpine_ucb_total_128_core_256GB_cpu_nodes }} Milan CPU | amilan | x86_64 AMD Milan | 2 | 128 | 1 | {{ alpine_standard_ram_per_core }} | N/A | 0 | 416G SSD | HDR-100 InfiniBand (200Gb inter-node fabric) | +| {{ alpine_ucb_total_128_core_512GB_cpu_nodes }} Milan CPU | amilan | x86_64 AMD Milan | 2 | 128 | 1 | {{ alpine_standard_ram_per_core }} | N/A | 0 | 416G SSD | HDR-100 InfiniBand (200Gb inter-node fabric) | | {{ alpine_ucb_total_48_core_1TB_cpu_nodes }} Milan High-Memory | amem | x86_64 AMD Milan | 2 | 48 | 1 | 21.5 | N/A | 0 | 416G SSD | 2x25 Gb Ethernet +RoCE | | {{ alpine_ucb_total_64_core_1TB_cpu_nodes }} Milan High-Memory | amem | x86_64 AMD Milan | 1 | 64 | 1 | 16 | N/A | 0 | 416G SSD | 2x25 Gb Ethernet +RoCE | | {{ alpine_ucb_total_mi100_gpu_nodes }} Milan AMD GPU | ami100 | x86_64 AMD Milan | 2 | 64 | 1 | {{ alpine_standard_ram_per_core }} | AMD MI100 | 3 | 416G SSD | 2x25 Gb Ethernet +RoCE | diff --git a/docs/clusters/alpine/quick-start.md b/docs/clusters/alpine/quick-start.md index 1b91eb2e..a49f4040 100644 --- a/docs/clusters/alpine/quick-start.md +++ b/docs/clusters/alpine/quick-start.md @@ -30,7 +30,7 @@ section. ## Cluster Summary ### Nodes The Alpine cluster is made up of different types of nodes. A general overview of these nodes is as follows: -- **CPU nodes**: {{ alpine_total_256GB_cpu_nodes }} AMD Milan compute nodes with 256 GB RAM +- **CPU nodes**: {{ alpine_total_256GB_512GB_cpu_nodes }} AMD CPU compute nodes - **GPU nodes**: a mixture of {{ alpine_total_gpu_nodes }} NVIDIA and AMD GPUs - **High-memory nodes**: {{ alpine_total_hi_mem_cpu_nodes }} high-memory nodes with 1 TB of memory or more diff --git a/docs/conf.py b/docs/conf.py index 054a45da..e46f62c4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,14 +18,14 @@ 'rmacc_ascent_SUs': '100,000', # Alpine compute total counts substitutions - 'alpine_total_compute_nodes': '456', - 'alpine_total_cores': '28,144', + 'alpine_total_compute_nodes': '473', + 'alpine_total_cores': '30,320', # Alpine cluster summary substitutions - 'alpine_total_256GB_cpu_nodes': '406', + 'alpine_total_256GB_512GB_cpu_nodes': '423', 'alpine_total_gpu_nodes': '25', 'alpine_total_hi_mem_cpu_nodes': '24', - 'ucb_alpine_total_nodes': '342', + 'ucb_alpine_total_nodes': '359', 'amc_alpine_total_nodes': '37', 'csu_alpine_total_nodes': '77', @@ -34,7 +34,7 @@ # Alpine hardware page, hardware summary section substitutions ## UCB contributions - 'alpine_ucb_total_128_core_256GB_cpu_nodes': '16', + 'alpine_ucb_total_128_core_512GB_cpu_nodes': '33', 'alpine_ucb_total_64_core_256GB_cpu_nodes': '284', 'alpine_ucb_total_64_core_1TB_cpu_nodes': '8', 'alpine_ucb_total_48_core_1TB_cpu_nodes': '12', @@ -56,7 +56,7 @@ 'alpine_csu_total_32_core_256GB_cpu_nodes': '49', # Alpine hardware page, partition section substitutions - 'alpine_total_amilan_nodes': '403', + 'alpine_total_amilan_nodes': '420', 'alpine_total_ami100_nodes': '8', 'alpine_total_aa100_nodes': '12', 'alpine_total_al40_nodes': '3',