From 1fd5a76bc3c74ec1d4448b999f8a2d22ccbb7d2d Mon Sep 17 00:00:00 2001 From: Robert Young Date: Tue, 24 Mar 2026 16:59:58 -0400 Subject: [PATCH 1/3] added greene gpus to spec sheet; A100 numbers seem off --- docs/hpc/10_spec_sheet.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/hpc/10_spec_sheet.md b/docs/hpc/10_spec_sheet.md index bc16074c1e..fa117b6d2d 100644 --- a/docs/hpc/10_spec_sheet.md +++ b/docs/hpc/10_spec_sheet.md @@ -9,6 +9,9 @@ The Torch cluster has 518 [Intel "Xeon Platinum 8592+ 64C"](https://www.intel.co | Large memory | 7 | 896 | N/A | 21,504 | 128 | N/A | 3,072 | | H200 GPU | 29 | 3,712 | 232 | 59,392 | 128 | 8 | 2,048 | | L40S GPU | 68 | 8,704 | 272 | 34,816 | 128 | 4 | 512 | +| RTX Pro 6000 GPU | 2 | 256 | 16 | 3,072 | 128 | 8 | 1,536 | +| H100 GPU | 15 | 1,440 | 60 | 23,040 | 96 | 4 | 1,536 | +| A100 GPU | 43 | 3,296 | 172 | 39,424 | 76 | 4 | 916 | | Login | 4 | 512 | N/A | 1024 | 128 | N/A | 256 | | Data Transfer | 2 | 64 | N/A | 512 | 32 | N/A | 256 | | Provisioning | 4 | 320 | N/A | 1024 | 80 | N/A | 256 | From a4d76b574fd48676891e3c3815344be7b35f4846 Mon Sep 17 00:00:00 2001 From: Robert Young Date: Wed, 25 Mar 2026 13:10:21 -0400 Subject: [PATCH 2/3] updated A100 in spec sheet --- docs/hpc/10_spec_sheet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hpc/10_spec_sheet.md b/docs/hpc/10_spec_sheet.md index fa117b6d2d..e1d93172d0 100644 --- a/docs/hpc/10_spec_sheet.md +++ b/docs/hpc/10_spec_sheet.md @@ -11,7 +11,8 @@ The Torch cluster has 518 [Intel "Xeon Platinum 8592+ 64C"](https://www.intel.co | L40S GPU | 68 | 8,704 | 272 | 34,816 | 128 | 4 | 512 | | RTX Pro 6000 GPU | 2 | 256 | 16 | 3,072 | 128 | 8 | 1,536 | | H100 GPU | 15 | 1,440 | 60 | 23,040 | 96 | 4 | 1,536 | -| A100 GPU | 43 | 3,296 | 172 | 39,424 | 76 | 4 | 916 | +| A100 GPU | 9 | 576 | 36 | 4,608 | 64 | 4 | 512 | +| A100 GPU | 34 | 2720 | 136 | 34,816 | 80 | 4 | 1,024 | | Login | 4 | 512 | N/A | 1024 | 128 | N/A | 256 | | Data Transfer | 2 | 64 | N/A | 512 | 32 | N/A | 256 | | Provisioning | 4 | 320 | N/A | 1024 | 80 | N/A | 256 | From 48a5528abfb4568d8fa6e01e6df684cd667fe4b7 Mon Sep 17 00:00:00 2001 From: Robert Young Date: Wed, 25 Mar 2026 17:30:46 -0400 Subject: [PATCH 3/3] forgot to update the totals --- docs/hpc/10_spec_sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hpc/10_spec_sheet.md b/docs/hpc/10_spec_sheet.md index e1d93172d0..94c9afd264 100644 --- a/docs/hpc/10_spec_sheet.md +++ b/docs/hpc/10_spec_sheet.md @@ -17,7 +17,7 @@ The Torch cluster has 518 [Intel "Xeon Platinum 8592+ 64C"](https://www.intel.co | Data Transfer | 2 | 64 | N/A | 512 | 32 | N/A | 256 | | Provisioning | 4 | 320 | N/A | 1024 | 80 | N/A | 256 | | Scheduler | 2 | 64 | N/A | 1024 | 32 | N/A | 512 | -| Total | N/A | 38,080 | 504 | 209.5(TB) | NA | NA | NA | +| Total | N/A | 43,072 | 752 | 280.1(TB) | NA | NA | NA | Torch was tested in June 2025 using the [LINPACK benchmark system](https://top500.org/project/linpack/), which is the basis for all HPC systems ranked on the Top500 list. It had a theoretical maximum performance of 12.25 PF/s thanks to its powerful GPU resources, of which LINPACK was able to use 10.79 PF/s, thus placing it at [#133 on the listed](https://top500.org/system/180363/).