Skip to content
Snippets Groups Projects
Commit fc9847b5 authored by John Thiltges's avatar John Thiltges
Browse files

Remove raw RAM numbers entirely

parent 45083da6
No related branches found
No related tags found
1 merge request!246Simplify max requestable memory in resource chart
......@@ -71,11 +71,11 @@ Resources
Resource Capabilities
---------------------
| Cluster | Overview | Processors | RAM Raw(Max Usable\*)| Connection | Storage
| Cluster | Overview | Processors | RAM\* | Connection | Storage
| ------- | ---------| ---------- | --- | ---------- | ------
| **Crane** | 572 node LINUX cluster | 452 Intel Xeon E5-2670 2.60GHz 2 CPU/16 cores per node<br> <br>120 Intel Xeon E5-2697 v4 2.3GHz, 2 CPU/36 cores per node<br><br>("CraneOPA") | 452 nodes @ 64GB(62.5GB\*)<br><br>79 nodes @ 256GB(250GB\*)<br><br>37 nodes @ 512GB(500GB\*)<br><br>4 nodes @ 1.5TB(15000GB\*) | QDR Infiniband<br><br>EDR Omni-Path Architecture | ~1.8 TB local scratch per node<br><br>~4 TB local scratch per node<br><br>~1452 TB shared Lustre storage
| **Rhino** | 110 node LINUX cluster | 110 AMD Interlagos CPUs (6272 / 6376), 4 CPU/64 cores per node | 106 nodes @ 192GB(187.5GB)/256GB(250GB\*) <br><br> 2 nodes @ 512GB(500GB\*) <br><br> 2 nodes @ 1024GB(994GB\*) | QDR Infiniband | ~1.5TB local scratch per node <br><br> ~360TB shared BeeGFS storage |
| **Crane** | 572 node LINUX cluster | 452 Intel Xeon E5-2670 2.60GHz 2 CPU/16 cores per node<br> <br>120 Intel Xeon E5-2697 v4 2.3GHz, 2 CPU/36 cores per node<br><br>("CraneOPA") | 452 nodes @ 62.5GB<br><br>79 nodes @ 250GB<br><br>37 nodes @ 500GB<br><br>4 nodes @ 15000GB | QDR Infiniband<br><br>EDR Omni-Path Architecture | ~1.8 TB local scratch per node<br><br>~4 TB local scratch per node<br><br>~1452 TB shared Lustre storage
| **Rhino** | 110 node LINUX cluster | 110 AMD Interlagos CPUs (6272 / 6376), 4 CPU/64 cores per node | 106 nodes @ 187.5GB/250GB <br><br> 2 nodes @ 500GB<br><br> 2 nodes @ 994GB | QDR Infiniband | ~1.5TB local scratch per node <br><br> ~360TB shared BeeGFS storage |
| **Red** | 344 node LINUX cluster | Various Xeon and Opteron processors 7,280 cores maximum, actual number of job slots depends on RAM usage | 1.5-4GB RAM per job slot | 1Gb, 10Gb, and 40Gb Ethernet | ~10.8PB of raw storage space |
| **Anvil** | 76 Compute nodes (Partially used for cloud, the rest used for general computing), 12 Storage nodes, 2 Network nodes Openstack cloud | 76 Intel Xeon E5-2650 v3 2.30GHz 2 CPU/20 cores per node | 76 nodes @ 256GB | 10Gb Ethernet | 528 TB Ceph shared storage (349TB available now) |
\* Due to overhead needs, the maximum requestable memory per node is lower than the maximum memory on the node. Requesting higher than this value may result in your job not being able to run, or running on a smaller number of eligible nodes.
\* Due to overhead for the operating system and hardware, the maximum available memory is lower than the total installed memory. Requesting more may result in your job not running, being delayed, or running on a smaller number of nodes.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment