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. react-native window下创建Hello(解决创建一路的坑)

    今天真的颇为激动,1年没有玩RN,竟然被最新的RN版本0.55.4创建Hello折腾了半天,想当年刚玩RN创建环境用了3天, 想想现在也是不容易啊半天就搞定了,目测以后创建的话也就1-2个小时就搞定了 ...

  2. 源于react里面constructor()和super()的使用

    es5里面没有继承的话 //构造函数 function People(name,age){ this.age = age; this.name = name } let p1 = new People ...

  3. 【NOIP2016提高A组集训第4场11.1】平衡的子集

    题目 夏令营有N个人,每个人的力气为M(i).请大家从这N个人中选出若干人,如果这些人可以分成两组且两组力气之和完全相等,则称为一个合法的选法,问有多少种合法的选法? 分析 如果暴力枚举每个人被分到哪 ...

  4. node.js模块中exports和module.exports的区别

    Node应用由模块组成,采用CommonJS模块规范. 根据这个规范,每个文件就是一个模块,有自己的作用域.在一个文件里面定义的变量.函数.类,都是私有的,对其他文件不可见. CommonJS规范规定 ...

  5. c++string int转化简单写法

    #include<iostream> #include<string> #include<sstream> //定义了stringstream类 using nam ...

  6. 【leetcode】Network Delay Time

    题目: There are N network nodes, labelled 1 to N. Given times, a list of travel times as directed edge ...

  7. antd不可选择时间

    //不能选择今天之前的日期<DatePicker format={this.timeFormat} showTime placeholder="项目结束日期" disable ...

  8. keras学习笔记-bili莫烦

    一.keras的backend设置 有两种方式: 1.修改JSON配置文件 修改~/.keras/keras.json文件内容为: { "iamge_dim_ordering":& ...

  9. [spring jpa] 解决SimpleJpaRepository的多数据源配置问题

    前言 前段时间使用spring jpa做了一个项目,由于涉及到了多个数据库,因此需要进行多数据源的配置.网上找了很多的资料,尝试着配置,都以失败告终.之后通过断点最终完成了多数据源的配置.这篇博客主要 ...

  10. rollup的学习

    概述(Overview) Rollup 是一个 JavaScript 模块打包器,可以将小块代码编译成大块复杂的代码,例如 library 或应用程序.Rollup 对代码模块使用新的标准化格式,这些 ...