[转帖]IBM POWER9 E950 and E980 Servers Launched

IBM POWER9 E950 and E980 Servers Launched

https://www.servethehome.com/ibm-power9-e950-and-e980-servers-launched/

IBM Power9 E950IBM Power9 E950

At the very top-end of the server market, x86 loses steam. Here players like the IBM POWER9 are able to offer some really cool technology. The latest generation IBM POWER9 CPUs now have new machines available with PCIe 4.0 and up to 4 sockets per node.

IBM POWER9 E950 and E980 Overview

IBM made a handy table of the two systems it is launching in its scale-up architecture. While IBM offers systems like we saw in US DoE Announces Summit with IBM Power and NVIDIA Tesla, there are customers that want more POWER9 to compute resources in a box over GPUs.

IBM Power9 E950 And E980IBM Power9 E950 And E980

The POWER9 chips in these systems are the 8-way SMT capable variants so a 48 core machine is a 384 thread box. The 192 core E980 then becomes a 1536 thread machine.

We find the core counts really intriguing. If you divide the “# of cores” by the four sockets available in each node, you get 8, 10, 11, 12 core options for each CPU. It has been a long time since we have seen a multi-core CPU that had an odd number of cores on the x86 side. Perhaps back to the AMD tri-core days in 2010-2011.

IBM Power E950

The IBM Power E950 is a 4U, 4-socket server. Aside from being an AIX powerhouse, one of its other claims to fame is expansion. It has 10x PCIe Gen4 slots (two x16 per socket plus two x8’s in the system.) The x86 ecosystem is still on PCIe Gen3 as of this writing. We do not expect x86 PCIe Gen4 until 2019 with AMD EPYC “Rome” and Intel Xeon’s “Cooper Lake” variants.

IBM Power E950 With Top Cover OffIBM Power E950 With Top Cover Off

In terms of memory capacity, we are starting to get 4 socket Intel Xeon Platinum systems in the STH lab. They are all 48 DIMM designs. That means that using “M” series CPUs one can get up to 6TB of RAM in a 4-way Intel Xeon Platinum / Gold system. STH was the first to confirm that the next-generation “Cascade Lake” will support up to 3.84TB of memory per socket, bringing it closer to POWER9.  IBM Is offering up to 16TB via 128x 128GB DIMMs. 128GB LRDIMMs to very large customers (think hyperscale) the last we heard cost around $2000 each, and more if you are not building out data centers at scale. Expect to spend at least a quarter of a million per system just on RAM if you want to get 16TB of memory today in one of these systems if you work at a large hyperscaler.

IBM Power E980

The larger of the two systems is the IBM Power E980. This is for when a 4-socket system is simply too small. The IBM Power E980 has up to four 5U quad socket nodes that can work together to provide up to 16 sockets in a single system. That also means up to 64TB of memory.

IBM Power E980 RackIBM Power E980 Rack

IBM has a proprietary interconnect that has a much higher link density than Intel Xeon Scalable. We covered this in our Intel Xeon Scalable Processor Family Platform Level Overview. In the x86 world, the higher-end Intel Xeon Platinum and Gold CPUs only have 3 UPI links which make sense for smaller topologies but require a custom interconnect to hit the 16-way configurations.

Intel Skylake SP Platform Architecture TopologiesIntel Skylake SP Platform Architecture Topologies

With the IBM Power E980, there are features such as I/O expansion shelves for PCIe Gen4 devices and all of the other features one would expect from a system of this scale.

Final Words

The IBM Power E950 and Power E980 are the systems that go after parts of the market where IBM excels in. IBM Power simply out-scales Intel Xeon in these areas. There is a trend toward scale out rather than scaling up which benefits x86. At the same time, customers have workloads that run on AIX and Power. There are other customers that simply need more RAM capacity in a box or more high-speed I/O connectivity. For these customers, Intel Xeon still cannot touch. With Cascade Lake later this year and Optane Persistent Memory DIMMs, Intel will be much closer in memory capacity (3.84TB per socket versus 4TB for POWER9), but will be at a significant feature defecit for these scale-up systems.

转载于:https://www.cnblogs.com/jinanxiaolaohu/p/9684521.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Go语言(也称为Golang)是由Google开发的一种静态强类型、编译型的编程语言。它旨在成为一门简单、高效、安全和并发的编程语言,特别适用于构建高性能的服务器和分布式系统。以下是Go语言的一些主要特点和优势: 简洁性:Go语言的语法简单直观,易于学习和使用。它避免了复杂的语法特性,如继承、重载等,转而采用组合和接口来实现代码的复用和扩展。 高性能:Go语言具有出色的性能,可以媲美C和C++。它使用静态类型系统和编译型语言的优势,能够生成高效的机器码。 并发性:Go语言内置了对并发的支持,通过轻量级的goroutine和channel机制,可以轻松实现并发编程。这使得Go语言在构建高性能的服务器和分布式系统时具有天然的优势。 安全性:Go语言具有强大的类型系统和内存管理机制,能够减少运行时错误和内存泄漏等问题。它还支持编译时检查,可以在编译阶段就发现潜在的问题。 标准库:Go语言的标准库非常丰富,包含了大量的实用功能和工具,如网络编程、文件操作、加密解密等。这使得开发者可以更加专注于业务逻辑的实现,而无需花费太多时间在底层功能的实现上。 跨平台:Go语言支持多种操作系统和平台,包括Windows、Linux、macOS等。它使用统一的构建系统(如Go Modules),可以轻松地跨平台编译和运行代码。 开源和社区支持:Go语言是开源的,具有庞大的社区支持和丰富的资源。开发者可以通过社区获取帮助、分享经验和学习资料。 总之,Go语言是一种简单、高效、安全、并发的编程语言,特别适用于构建高性能的服务器和分布式系统。如果你正在寻找一种易于学习和使用的编程语言,并且需要处理大量的并发请求和数据,那么Go语言可能是一个不错的选择。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值