关于E980
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的更多相关文章
- [转帖]IBM POWER9 E950 and E980 Servers Launched
IBM POWER9 E950 and E980 Servers Launched https://www.servethehome.com/ibm-power9-e950-and-e980-serv ...
- SQL Server 2008 R2——CROSS APPLY 根据数据出现的次数和时间来给新字段赋值
=================================版权声明================================= 版权声明:原创文章 禁止转载 请通过右侧公告中的“联系邮 ...
- GO语言的进阶之路-Golang字符串处理以及文件操作
GO语言的进阶之路-Golang字符串处理以及文件操作 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 我们都知道Golang是一门强类型的语言,相比Python在处理一些并发问题也 ...
- Bootrap 项目实战(微金所前端首页)第三部分(CSS,js源码)
CSS源码 common.css /** *Created by xxc on 2019/2/26 */ body, html, div, img, a, p, ul, ol, dl, dd, dt, ...
- NEXUS7 学习
一.编译环境搭建 (更细节的环境搭建请参考:How to Build CyanogenMod for Nexus 7 (Wi-Fi, 2012 version) (codename: grouper) ...
- 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 ...
- IBM产品系列和AIX系统版本
AIX系统版本 AIX 7.2 No supported AIX levels. AIX 7.1 Technology Level Base Level Recommended L ...
随机推荐
- pt-align的用法简要记录
pt-align的用法简要记录 1.pt-align 功能:将其它工具的输出按列对齐用法:pt-align [FILES]如果没有指定文件,则默认读取标准输入的内容. 2.例如: [root@dbte ...
- Python 函数Ⅱ
以上代码中,[1,2,3] 是 List 类型,"Runoob" 是 String 类型,而变量 a 是没有类型,她仅仅是一个对象的引用(一个指针),可以是 List 类型对象,也 ...
- Java 集合基础详细介绍
一.Java集合框架概述 集合.数组都是对多个数据进行存储操作的结构,简称Java容器.此时的存储,主要指的是内存层面的存储,不涉及到持久化的存储(.txt, .jpg, .avi,数据库中).Jav ...
- 6402. 【NOIP2019模拟11.01】Cover(启发式合并)
题目描述 Description 小 A 现在想用
- sh_04_累加求和
sh_04_累加求和 # 计算 0 ~ 100 之间所有数字的累计求和结果 # 0. 定义最终结果的变量 result = 0 # 1. 定义一个整数的变量记录循环的次数 i = 0 # 2. 开始循 ...
- psdash-为开发、测试人员提供简单的方法,在web界面查看服务器的运行情况(网络,带宽,磁盘,CPU), 同时可以在web界面查看日志
psdash是linux的系统信息web指示板主要由使用数据psutil——由此得名. github地址:https://github.com/Jahaja/psdash 特性 安装 开始 配置 截图 ...
- SQL Server服务起不了
转载 MSSQLSERVER服务无法启动的解决方案 1.IP地址配置不正确: 打开 Microsoft SQL Server 2005配置工具下的SQL Server Configuration ...
- SpringMvc中ModelAndView模型的应用
/** * 目标方法的返回值可以是 ModelAndView 类型. * 其中可以包含视图和模型信息 * SpringMVC 会把 ModelAndView 的 model 中数据放入到 reques ...
- 如何设置linux bash终端的字符显示内容和颜色?
通常linux有1-6个字符终端 tty, 有1个图形终端. 通常用 ctrl+alt+f1 到f6是字符终端, ctrl+alt+f7为图形终端, 但是, 也有不一样的, 如: fedora的4.0 ...
- JavaScript中this的一些练习
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...