1. 浪商官网上面的内容貌似有点问题

来源:

https://www.inspurpower.com/product/others.php?f=E980

但是wiki 里面的东西:

其实只有12core SMT8  一个CPU 其实 96个线程.

IBM

Power Systems AC922 – 2U, × POWER9 SMT4 Monza, with up to × Nvidia Volta GPUs, × CAPI 2.0 attached accelerators and  TB DDR4 RAM. AC here is an abbreviation for Accelerated Computing; this system is also known as "Witherspoon" or "Newell".[][][][][]

Power Systems L922 – 2U, –× POWER9 SMT8, – cores per processor, up to  TB DDR4 RAM, PowerVM running Linux.[][]

Power Systems S914 – 4U, × POWER9 SMT8, – cores, up to  TB DDR4 RAM, PowerVM running AIX/IBM i/Linux.[][]

Power Systems S922 – 2U, –× POWER9 SMT8, – cores per processor, up to  TB DDR4 RAM, PowerVM running AIX/IBM i/Linux.[][]

Power Systems S924 – 4U, × POWER9 SMT8, – cores per processor, up to  TB DDR4 RAM, PowerVM running AIX/IBM i/Linux.[][][]

Power Systems H922 – 2U, –× POWER9 SMT8, – cores per processor, up to  TB DDR4 RAM, PowerVM running SAP HANA (on Linux) with AIX/IBM i on up to % of the system.[][][]

Power Systems H924 – 4U, × POWER9 SMT8, – cores per processor, up to  TB DDR4 RAM, PowerVM running SAP HANA (on Linux) with AIX/IBM i on up to % of the system.[][][]

Power Systems E950 – 4U, –× POWER9 SMT8, – cores per processor, up to  TB buffered DDR4 RAM[]

Power Systems E980 – –× 4U, –× POWER9 SMT8, – cores per processor, up to  TB buffered DDR4 RAM[]

Penguin Computing

Magna PE2112GTX – 2U, two-socket server for high performance computing using LaGrange processors. Manufactured by Wistron.[]

关于E980的更多相关文章

  1. [转帖]IBM POWER9 E950 and E980 Servers Launched

    IBM POWER9 E950 and E980 Servers Launched https://www.servethehome.com/ibm-power9-e950-and-e980-serv ...

  2. SQL Server 2008 R2——CROSS APPLY 根据数据出现的次数和时间来给新字段赋值

    =================================版权声明================================= 版权声明:原创文章 禁止转载  请通过右侧公告中的“联系邮 ...

  3. GO语言的进阶之路-Golang字符串处理以及文件操作

    GO语言的进阶之路-Golang字符串处理以及文件操作 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 我们都知道Golang是一门强类型的语言,相比Python在处理一些并发问题也 ...

  4. Bootrap 项目实战(微金所前端首页)第三部分(CSS,js源码)

    CSS源码 common.css /** *Created by xxc on 2019/2/26 */ body, html, div, img, a, p, ul, ol, dl, dd, dt, ...

  5. NEXUS7 学习

    一.编译环境搭建 (更细节的环境搭建请参考:How to Build CyanogenMod for Nexus 7 (Wi-Fi, 2012 version) (codename: grouper) ...

  6. How to: Display a List of Non-Persistent Objects in a Popup Dialog 如何:在弹出对话框中显示非持久化对象列表

    This example demonstrates how to populate and display a list of objects that are not bound to the da ...

  7. IBM产品系列和AIX系统版本

      AIX系统版本 AIX 7.2 No supported AIX levels. AIX 7.1 Technology Level     Base Level     Recommended L ...

随机推荐

  1. API网关原理

    1.API网关介绍 API网关是一个服务器,是系统的唯一入口.从面向对象设计的角度看,它与外观模式类似.API网关封装了系统内部架构,为每个客户端提供一个定制的API.它可能还具有其它职责,如身份验证 ...

  2. mac安装指定版本的openjdk

    先安装SDKMAN,教程在https://sdkman.io/install 然后 sdk list java sdk install java 11.0.5.hs-adpt

  3. html br标签 语法

    html br标签 语法 br标签什么意思? 作用:插入一个简单的换行符.广州大理石机械构件 说明:<br> 标签是空标签(意味着它没有结束标签,因此这是错误的:<br>< ...

  4. k8s安装报错 Error: unknown flag: --experimental-upload-certs

    今天安装k8sV1.16的版本时候,执行突然发现命令不对,之前安装V1.15的时候是可以的,可能是版本升级的原因. 解决: unknown flag: --experimental-upload-ce ...

  5. tf.random_uniform出错tensorflow2.0出错

    https://blog.csdn.net/hhy_csdn/article/details/82263007 https://blog.csdn.net/weixin_44038165/articl ...

  6. Selenium 多表单(frame/iframe)切换

    frame标签有frameset.frame.iframe三种,frameset跟其他普通标签没有区别,不会影响到正常的定位,而frame与iframe需要切换进去才能定位到其中的元素 比如下面这个网 ...

  7. es6新的数据类型——generator

    todo 一.Generator 函数是 ES6 提供的一种异步编程解决方案,语法行为与传统函数完全不同. 语法上,首先可以把它理解成,Generator 函数是一个状态机,封装了多个内部状态. 执行 ...

  8. ali之mtl平台学习

    摩天轮平台可以进行无线测试.设备借用.打包发布.线上监控等功能. 无线测试包括:mock测试.真机适配.代码审查.验收报告等. mock测试类似于fiddler,主要用于接口查看,可以查看请求,返回串 ...

  9. bootstrap基础讲解

    Bootstrap基础简介 网站链接:  http://www.bootcss.com/ bootstrap优点: 下载: bootstrap的引入: <meta name="view ...

  10. python面向对象之设计模式

      概念: 设计模式(Design Pattern)是一套被反复使用.多数人知晓的.经过分类的.代码设计经验的总结.使用设计模式的目的:为了代码可重用性.让代码更容易被他人理解.保证代码可靠性. 设计 ...