Erkenntnisse aus aktuellen Performance- Messungen mit LS-DYNA

Size: px
Start display at page:

Download "Erkenntnisse aus aktuellen Performance- Messungen mit LS-DYNA"

Transcription

1 14. LS-DYNA Forum, Oktober 2016, Bamberg Erkenntnisse aus aktuellen Performance- Messungen mit LS-DYNA Eric Schnepf 1, Dr. Eckardt Kehl 1, Chih-Song Kuo 2, Dymitrios Kyranas 2 1 Fujitsu Technology Solutions GmbH, München 2 ict information communication technology GmbH, Aachen FUJITSU

2 Agenda Fujitsu HPC Portfolio New PRIMERGY CX600 M1 with Intel Xeon Phi 7200 Performance Measurements with LS-DYNA Early Experiences with LS-DYNA on Intel Xeon Phi 7200 Best Practices FUJITSU

3 PRIMEFLEX for HPC Integrated HPC Solutions Application Appliance Integration & Support services Assembly, Test & Delivery Reference Configuration User workplace Management software HPC Gateway HPC Gateway Add-ons Batch Operation Administration System design Head node Interconnect Compute nodes Rack & Power Storage Graphics HPC Simplicity & Expertise FUJITSU

4 Select Your Preferred Hardware Platform CELSIUS PRIMERGY Rack Server Capacity Scalability, Compute density PRIMERGY Blade Server Capability Scalability, Infrastructure density Flexibility to address all kinds of customer requirements PRIMERGY CX400 / CX600 skinless server Massive scale-out due ultra dense server GPU coprocessor support PRIMERGY blade server Industry leading blade server density PRIMERGY rack server CELSIUS workstations PRIMERGY Scale-out Server FUJITSU

5 Fujitsu PRIMERGY CX2550 M2 Feature Overview Highest performance & density Condensed half-width-1u server Up to 4x CX2550 M2 into a CX400 M1 2U chassis Intel Xeon E v4 product family, 16 DIMMs per server node with up to 1,024 GB DDR4 memory High reliability & low complexity Variable local storage: 6x 2.5 drives per node, 24 in total Support for up to 2x PCIe SSD per node for fast caching Hot-plug functionality for server nodes, power supplies and disk drives enables enhanced availability and easy serviceability Usage Scenarios Scale-out cloud infrastructure HPC server farms FUJITSU

6 Intel Xeon E v4 processors Best combination of performance, built-in capabilities and cost-effectiveness DDR4 Intel Xeon Processor E v4 1.5 TB RAM with 2,400 MHz speed (DDR4) Accelerate in-memory solutions DDR4 DDR4 14 nm manufacturing process Improved energy efficiency DDR4 Up to 55MB Shared Cache Up to 22 cores and 55 MB cache Boost your general computing performance by about 20% 4 channels of up to DDR4 2,400 MHz memory Integrated PCI Express 3.0 Up to 40 lanes per socket Intel Turbo Boost Technology 2.0 Intel Advanced Vector Extensions 2 (AVX2) Performance that adapts to spikes in your workload Achieve higher throughput in technical computing FUJITSU

7 Intel Xeon Phi 7200 Processor A Highly-Parallel CPU FUJITSU

8 Fujitsu PRIMERGY CX600 M1 The new platform for highly parallel computing The FUJITSU Server PRIMERGY CX600 M1 is the perfect choice for highly parallel applications in the area of scientific research, product development and business intelligence. Up to eight server nodes per 2U and Intel Xeon Phi Processors make for new levels of compute density FUJITSU

9 Performance Measurement Environment Intel Xeon Platform Intel Xeon Phi Platform Chassis Fujitsu PRIMERGY CX400 Fujitsu PRIMERGY CX600 Server Fujitsu PRIMERGY CX2550M2 Fujitsu PRIMERGY CX1640 CPU 2x Intel Xeon E5-2660v4/2690v4 1x Intel Xeon Phi 7210 Memory 192GB 192GB Storage SATA DOM 64GB SATA DOM 64GB Max Power 429 Watt 270 Watt FUJITSU

10 Models 3 cars 0.8M elements Car2car 2.5M elements ODM-10M 10M elements Downloaded from FUJITSU

11 Pure Performance Comparison All results on Xeon Phi are preliminary and are expected to improve with the official V9.0 release Please contact the author for actual information 2-socket Xeon node provides slightly higher performance than 1-socket Xeon-Phi node *Performance is defined to be the reciprocal of simulation time, i.e. excluding preprocessing time FUJITSU

12 Price Performance Comparison All results on Xeon Phi are preliminary and are expected to improve with the official V9.0 release Please contact the author for actual information Depending on the model, Xeon Phi can be more price-performance attractive than Xeon *Performance is defined to be the reciprocal of simulation time; Fujitsu internal cost calculation is used. *Price Performance = Performance / Price FUJITSU

13 Single-run Energy Consumption Comparison Please contact the author for actual information All results on Xeon Phi are preliminary and are expected to improve with the official V9.0 release Xeon Phi is more energy efficient in almost all cases *Taking only the simulation time into account FUJITSU

14 Model Preprocessing/Decomposition Comparison Please contact the author for actual information All results on Xeon Phi are preliminary and are expected to improve with the official V9.0 release It is better to decompose the model on a Xeon node, then simulate it on Xeon-Phi. This is because the I/O and decomposition phase do not scale on multiple cores FUJITSU

15 Normalized Performance Advancing the Standard Xeon Line 1,2 1,15 1,1 1,05 1 0,95 0,9 Higher is better 1,15 1,15 1, cars Car2car ODM10M "Haswell" Xeon 2697v3 (2,6GHz 14 cores) "Broadwell" Xeon 2690v4 (2,6GHz 14 cores) Even with the same frequency and number of cores, the Broadwell architecture is still 15% faster than the previous Haswell generation *Performance is based on the simulation time. The preprocessing time follows the same pattern FUJITSU

16 Normalized Performance Best practices: Process Pinning The default launching mode of Platform MPI might oversubscribe CPU cores and hence hinders the performance Use mpirun flags: -affcycle=core -affwidth=core -affblock=1 -affstep=1 -affopt=v,coreindex 1,2 1 0,8 0,6 0,4 0,2 0 With process-core pinning Without process-core pinning 1 Higher is better 0,69 car2car FUJITSU

17 Normalized Performance Best practices: Model decomposition Deformation occurs the most at the frontier of both cars Cut the y-axis so each process calculates the same amount of deformations P-file: decomp { sy <scaling y factor> } SY 2 SY 10 SY 100 SY ,02 1,00 0,98 0,96 0,94 0,92 0,90 0,88 0,86 0,84 1,00 0,91 Higher is better 0,90 Car2car 0, FUJITSU

18 Normalized Performance Best practices: Leverage AVX2/AVX512 New hardware needs new code In particular wider vectorization AVX512 > AVX2 > SSE2 1,60 1,40 1,20 1,00 0,80 0,60 0,40 0,20 0,00 SSE2 AVX2 AVX512 Higher is better 1,44 1,10 1,00 Car2car FUJITSU

19 Conclusion When simulating model deformations, Xeon-Phi offers Superior price-performance (for simulation) Lower energy consumption Higher space density For model decomposition, Xeon is still the better choice Broadwell offers 15% higher performance than Haswell with the same core count and frequency, yet is offered at a lower price Pay attention to Process pinning Model decomposition methods LS-DYNA version with the most advanced instruction set FUJITSU

20 High Performance Computing with Fujitsu Why PRIMEFLEX for HPC from Fujitsu? Benefit from - Supercomputing experience also in commercial deployments - established collaboration with leading ISVs - global HPC Competency Network 40 Increase innovation & productivity with integrated HPC cluster solutions from Fujitsu Compete effectively in your global market place with Fujitsu PRIMEFLEX for HPC FUJITSU

21 FUJITSU

FUJITSU Server PRIMERGY CX400 M4 Workload-specific power in a modular form factor. 0 Copyright 2018 FUJITSU LIMITED

FUJITSU Server PRIMERGY CX400 M4 Workload-specific power in a modular form factor. 0 Copyright 2018 FUJITSU LIMITED FUJITSU Server PRIMERGY CX400 M4 Workload-specific power in a modular form factor 0 Copyright 2018 FUJITSU LIMITED FUJITSU Server PRIMERGY CX400 M4 Workload-specific power in a compact and modular form

More information

LS-DYNA Performance Benchmark and Profiling. October 2017

LS-DYNA Performance Benchmark and Profiling. October 2017 LS-DYNA Performance Benchmark and Profiling October 2017 2 Note The following research was performed under the HPC Advisory Council activities Participating vendors: LSTC, Huawei, Mellanox Compute resource

More information

Data Sheet FUJITSU Server PRIMERGY CX2550 M1 Dual Socket Server Node

Data Sheet FUJITSU Server PRIMERGY CX2550 M1 Dual Socket Server Node Data Sheet FUJITSU Server PRIMERGY CX2550 M1 Dual Socket Server Node Data Sheet FUJITSU Server PRIMERGY CX2550 M1 Dual Socket Server Node Standard server node for PRIMERGY CX400 M1 multi-node server system

More information

High Performance Computing with Fujitsu

High Performance Computing with Fujitsu High Performance Computing with Fujitsu Ivo Doležel 0 2017 FUJITSU FUJITSU Software HPC Cluster Suite A complete HPC software stack solution HPC cluster general characteristics HPC clusters consist primarily

More information

Data Sheet FUJITSU Server PRIMERGY CX400 M1 Scale out Server

Data Sheet FUJITSU Server PRIMERGY CX400 M1 Scale out Server Data Sheet FUJITSU Server Scale out Server Data Sheet FUJITSU Server Scale out Server Scale-Out Smart for HPC, Cloud and Hyper-Converged Computing FUJITSU Server PRIMERGY will give you the servers you

More information

Data Sheet Fujitsu Server PRIMERGY CX250 S2 Dual Socket Server Node

Data Sheet Fujitsu Server PRIMERGY CX250 S2 Dual Socket Server Node Data Sheet Fujitsu Server PRIMERGY CX250 S2 Dual Socket Server Node Data Sheet Fujitsu Server PRIMERGY CX250 S2 Dual Socket Server Node Datasheet for Red Hat certification Standard server node for PRIMERGY

More information

Data Sheet FUJITSU Server PRIMERGY CX420 S1 Out-of-the-box Dual Node Cluster Server

Data Sheet FUJITSU Server PRIMERGY CX420 S1 Out-of-the-box Dual Node Cluster Server Data Sheet FUJITSU Server PRIMERGY CX420 S1 Out-of-the-box Dual Node Cluster Server Data Sheet FUJITSU Server PRIMERGY CX420 S1 Out-of-the-box Dual Node Cluster Server High availability for lower expertise

More information

Agenda. Sun s x Sun s x86 Strategy. 2. Sun s x86 Product Portfolio. 3. Virtualization < 1 >

Agenda. Sun s x Sun s x86 Strategy. 2. Sun s x86 Product Portfolio. 3. Virtualization < 1 > Agenda Sun s x86 1. Sun s x86 Strategy 2. Sun s x86 Product Portfolio 3. Virtualization < 1 > 1. SUN s x86 Strategy Customer Challenges Power and cooling constraints are very real issues Energy costs are

More information

Data Sheet Fujitsu Server PRIMERGY CX400 M1 Compact and Easy

Data Sheet Fujitsu Server PRIMERGY CX400 M1 Compact and Easy Data Sheet Fujitsu Server Compact and Easy Data Sheet Fujitsu Server Compact and Easy Scale-Out Smart for HPC, Cloud and Hyper-Converged Computing The Fujitsu Server helps to meet the immense challenges

More information

Data Sheet FUJITSU Server PRIMERGY CX400 S2 Multi-Node Server Enclosure

Data Sheet FUJITSU Server PRIMERGY CX400 S2 Multi-Node Server Enclosure Data Sheet FUJITSU Server PRIMERGY CX400 S2 Multi-Node Server Enclosure Data Sheet FUJITSU Server PRIMERGY CX400 S2 Multi-Node Server Enclosure Scale-Out Smart for HPC and Cloud Computing with enhanced

More information

Performance Analysis of LS-DYNA in Huawei HPC Environment

Performance Analysis of LS-DYNA in Huawei HPC Environment Performance Analysis of LS-DYNA in Huawei HPC Environment Pak Lui, Zhanxian Chen, Xiangxu Fu, Yaoguo Hu, Jingsong Huang Huawei Technologies Abstract LS-DYNA is a general-purpose finite element analysis

More information

Data Sheet FUJITSU Server PRIMERGY CX400 M4 Scale out Server

Data Sheet FUJITSU Server PRIMERGY CX400 M4 Scale out Server Data Sheet FUJITSU Server PRIMERGY CX400 M4 Scale out Server Data Sheet FUJITSU Server PRIMERGY CX400 M4 Scale out Server Workload-specific power in a modular form factor FUJITSU Server PRIMERGY will give

More information

Fujitsu VDI / vgpu Virtualization

Fujitsu VDI / vgpu Virtualization Fujitsu VDI / vgpu Virtualization Antti Sirkiä Service Partner Manager, Certified Trainer Fujitsu, Product Business Unit Why Virtualization / Graphics Virtualization? :: GRAPHICS VIRTUALIZATION :: Multiple

More information

Dell Solution for High Density GPU Infrastructure

Dell Solution for High Density GPU Infrastructure Dell Solution for High Density GPU Infrastructure 李信乾 (Clayton Li) 產品技術顧問 HPC@DELL Key partnerships & programs Customer inputs & new ideas Collaboration Innovation Core & new technologies Critical adoption

More information

HUAWEI Tecal X6000 High-Density Server

HUAWEI Tecal X6000 High-Density Server HUAWEI Tecal X6000 High-Density Server Professional Trusted Future-oriented HUAWEI TECHNOLOGIES CO., LTD. HUAWEI Tecal X6000 High-Density Server (X6000) High computing density The X6000 is 2U high and

More information

Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Dual Socket Server Node

Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Dual Socket Server Node Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Dual Socket Server Node Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Dual Socket Server Node Cloud/HPC optimized server node for PRIMERGY CX400 M4 FUJITSU Server

More information

Sugon TC6600 blade server

Sugon TC6600 blade server Sugon TC6600 blade server The converged-architecture blade server The TC6600 is a new generation, multi-node and high density blade server with shared power, cooling, networking and management infrastructure

More information

Compute Cartridges for Cisco UCS M-Series Modular Servers

Compute Cartridges for Cisco UCS M-Series Modular Servers Spec Sheet Compute Cartridges for Cisco UCS M-Series Modular Servers CISCO SYSTEMS PUBLICATION HISTORY 170 WEST TASMAN DR. SAN JOSE, CA, 95134 REV A.2 AUGUST 11, 2015 WWW.CISCO.COM CONTENTS OVERVIEW...............................................

More information

LS-DYNA Performance Benchmark and Profiling. October 2017

LS-DYNA Performance Benchmark and Profiling. October 2017 LS-DYNA Performance Benchmark and Profiling October 2017 2 Note The following research was performed under the HPC Advisory Council activities Participating vendors: LSTC, Huawei, Mellanox Compute resource

More information

Data Sheet FUJITSU Server PRIMERGY CX400 M4 Scale out Server

Data Sheet FUJITSU Server PRIMERGY CX400 M4 Scale out Server Data Sheet FUJITSU Server PRIMERGY CX400 M4 Scale out Server Workload-specific power in a modular form factor FUJITSU Server PRIMERGY will give you the servers you need to power any workload and changing

More information

Data Sheet FUJITSU Server PRIMERGY CX272 S1 Dual socket server node for PRIMERGY CX420 cluster server

Data Sheet FUJITSU Server PRIMERGY CX272 S1 Dual socket server node for PRIMERGY CX420 cluster server Data Sheet FUJITSU Server PRIMERGY CX272 S1 Dual socket node for PRIMERGY CX420 cluster Data Sheet FUJITSU Server PRIMERGY CX272 S1 Dual socket node for PRIMERGY CX420 cluster Strong Performance and Cluster

More information

Exactly as much as you need.

Exactly as much as you need. Exactly as much as you need. Get IT All with PRIMERGY RX300 S6 & PRIMERGY RX200 S6 1 Copyright 2011 FUJITSU Agenda 1. Get IT All: The Offer 2. Dynamic Infrastructures 3. PRIMERGY Portfolio Overview 4.

More information

The PowerEdge M830 blade server

The PowerEdge M830 blade server The PowerEdge M830 blade server No-compromise compute and memory scalability for data centers and remote or branch offices Now you can boost application performance, consolidation and time-to-value in

More information

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS

SUPERMICRO, VEXATA AND INTEL ENABLING NEW LEVELS PERFORMANCE AND EFFICIENCY FOR REAL-TIME DATA ANALYTICS FOR SQL DATA WAREHOUSE DEPLOYMENTS TABLE OF CONTENTS 2 THE AGE OF INFORMATION ACCELERATION Vexata Provides the Missing Piece in The Information Acceleration Puzzle The Vexata - Supermicro Partnership 4 CREATING ULTRA HIGH-PERFORMANCE DATA

More information

Data Sheet FUJITSU Server PRIMERGY BX924 S3 Dual Socket Server Blade

Data Sheet FUJITSU Server PRIMERGY BX924 S3 Dual Socket Server Blade Data Sheet FUJITSU Server PRIMERGY BX924 S3 Dual Socket Server Blade Data Sheet FUJITSU Server PRIMERGY BX924 S3 Dual Socket Server Blade Datasheet for Red Hat certification High-end server blade with

More information

Meet the Increased Demands on Your Infrastructure with Dell and Intel. ServerWatchTM Executive Brief

Meet the Increased Demands on Your Infrastructure with Dell and Intel. ServerWatchTM Executive Brief Meet the Increased Demands on Your Infrastructure with Dell and Intel ServerWatchTM Executive Brief a QuinStreet Excutive Brief. 2012 Doing more with less is the mantra that sums up much of the past decade,

More information

CyberServe Atom Servers

CyberServe Atom Servers DA TA S HE E T S CyberServe Atom Servers Release Date: Q1 2019 Suitable For: Storage Appliance, Network Appliance Tags: CyberServe, Intel Atom Introduction: Perfect appliance servers, the CyberServe range

More information

Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Multi-node Server

Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Multi-node Server Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Multi-node Server Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Multi-node Server Cloud/HPC optimized server node for PRIMERGY CX400 M4 FUJITSU Server PRIMERGY

More information

Intel Enterprise Solutions

Intel Enterprise Solutions Intel Enterprise Solutions Catalin Morosanu Business Development Manager High Performance Computing catalin.morosanu@intel.com Intel s figures 2003/Q104 Revenue 2003: $ 31 billion first Quarter 2004: $

More information

Data Sheet FUJITSU Server PRIMERGY SX960 S1 Storage Blade Disk

Data Sheet FUJITSU Server PRIMERGY SX960 S1 Storage Blade Disk Data Sheet FUJITSU Server PRIMERGY SX960 S1 Storage Blade Disk Data Sheet FUJITSU Server PRIMERGY SX960 S1 Storage Blade Disk Simple and low-priced direct-attached and shared-storage solution for PRIMERGY

More information

Maximize Performance and Scalability of RADIOSS* Structural Analysis Software on Intel Xeon Processor E7 v2 Family-Based Platforms

Maximize Performance and Scalability of RADIOSS* Structural Analysis Software on Intel Xeon Processor E7 v2 Family-Based Platforms Maximize Performance and Scalability of RADIOSS* Structural Analysis Software on Family-Based Platforms Executive Summary Complex simulations of structural and systems performance, such as car crash simulations,

More information

Data Sheet Fujitsu PRIMERGY BX924 S3 Dual Socket Server Blade

Data Sheet Fujitsu PRIMERGY BX924 S3 Dual Socket Server Blade Data Sheet Fujitsu PRIMERGY BX924 S3 Dual Socket Server Blade High-end server blade with maximum scalability for demanding applications Fujitsu PRIMERGY BX Blade Servers provide a faster, simpler and lower-cost

More information

Data Sheet FUJITSU Server PRIMERGY CX1640 M1 Multi-node Server

Data Sheet FUJITSU Server PRIMERGY CX1640 M1 Multi-node Server Data Sheet FUJITSU Server PRIMERGY CX1640 M1 Multi-node Server Data Sheet FUJITSU Server PRIMERGY CX1640 M1 Multi-node Server Parallel computing node powered by Intel Xeon Phi 7200 Processor FUJITSU Server

More information

LS-DYNA Performance on Intel Scalable Solutions

LS-DYNA Performance on Intel Scalable Solutions LS-DYNA Performance on Intel Scalable Solutions Nick Meng, Michael Strassmaier, James Erwin, Intel nick.meng@intel.com, michael.j.strassmaier@intel.com, james.erwin@intel.com Jason Wang, LSTC jason@lstc.com

More information

UCS M-Series + Citrix XenApp Optimizing high density XenApp deployment at Scale

UCS M-Series + Citrix XenApp Optimizing high density XenApp deployment at Scale In Collaboration with Intel UCS M-Series + Citrix XenApp Optimizing high density XenApp deployment at Scale Aniket Patankar UCS Product Manager May 2015 Cisco UCS - Powering Applications at Every Scale

More information

The knight makes his play for the crown Phi & Omni-Path Glenn Rosenberg Computer Insights UK 2016

The knight makes his play for the crown Phi & Omni-Path Glenn Rosenberg Computer Insights UK 2016 The knight makes his play for the crown Phi & Omni-Path Glenn Rosenberg Computer Insights UK 2016 2016 Supermicro 15 Minutes Two Swim Lanes Intel Phi Roadmap & SKUs Phi in the TOP500 Use Cases Supermicro

More information

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini White Paper Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini June 2016 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Contents

More information

Cisco UCS B200 M3 Blade Server

Cisco UCS B200 M3 Blade Server Data Sheet Cisco UCS B200 M3 Blade Server Product Overview The Cisco Unified Computing System (Cisco UCS ) combines Cisco UCS B-Series Blade Servers and C- Series Rack Servers with networking and storage

More information

HUAWEI Tecal X8000 High-Density Rack Server

HUAWEI Tecal X8000 High-Density Rack Server HUAWEI Tecal X8000 High-Density Rack Server Professional Trusted Future-oriented HUAWEI TECHNOLOGIES CO., LTD. HUAWEI Tecal X8000 High-Density Rack Server (X8000) High density and innovative architecture

More information

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini White Paper Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini February 2015 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Contents

More information

HP GTC Presentation May 2012

HP GTC Presentation May 2012 HP GTC Presentation May 2012 Today s Agenda: HP s Purpose-Built SL Server Line Desktop GPU Computing Revolution with HP s Z Workstations Hyperscale the new frontier for HPC New HPC customer requirements

More information

IBM Power AC922 Server

IBM Power AC922 Server IBM Power AC922 Server The Best Server for Enterprise AI Highlights More accuracy - GPUs access system RAM for larger models Faster insights - significant deep learning speedups Rapid deployment - integrated

More information

LS-DYNA Performance Benchmark and Profiling. April 2015

LS-DYNA Performance Benchmark and Profiling. April 2015 LS-DYNA Performance Benchmark and Profiling April 2015 2 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, Dell, Mellanox Compute resource

More information

Be flexible. With the right foundation. FUJITSU Server PRIMERGY

Be flexible. With the right foundation. FUJITSU Server PRIMERGY Be flexible. With the right foundation. FUJITSU Server PRIMERGY Fit for digital transformation with workload-optimized servers: FUJITSU Server PRIMERGY New digital technology is at the heart of business

More information

Accelerating HPC. (Nash) Dr. Avinash Palaniswamy High Performance Computing Data Center Group Marketing

Accelerating HPC. (Nash) Dr. Avinash Palaniswamy High Performance Computing Data Center Group Marketing Accelerating HPC (Nash) Dr. Avinash Palaniswamy High Performance Computing Data Center Group Marketing SAAHPC, Knoxville, July 13, 2010 Legal Disclaimer Intel may make changes to specifications and product

More information

Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Multi-node Server

Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Multi-node Server Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Multi-node Server Data Sheet FUJITSU Server PRIMERGY CX2550 M4 Multi-node Server Cloud/HPC optimized server node for PRIMERGY CX400 M4 FUJITSU Server PRIMERGY

More information

Cisco HyperFlex HX220c M4 Node

Cisco HyperFlex HX220c M4 Node Data Sheet Cisco HyperFlex HX220c M4 Node A New Generation of Hyperconverged Systems To keep pace with the market, you need systems that support rapid, agile development processes. Cisco HyperFlex Systems

More information

AWS & Intel: A Partnership Dedicated to fueling your Innovations. Thomas Kellerer BDM CSP, Intel Central Europe

AWS & Intel: A Partnership Dedicated to fueling your Innovations. Thomas Kellerer BDM CSP, Intel Central Europe AWS & Intel: A Partnership Dedicated to fueling your Innovations Thomas Kellerer BDM CSP, Intel Central Europe The Digital Service Economy Growth in connected devices enables new business opportunities

More information

Data Sheet FUJITSU Server PRIMERGY BX924 S3 Dual Socket Server Blade

Data Sheet FUJITSU Server PRIMERGY BX924 S3 Dual Socket Server Blade Data Sheet FUJITSU Server PRIMERGY BX924 S3 Dual Socket Server Blade Data Sheet FUJITSU Server PRIMERGY BX924 S3 Dual Socket Server Blade High-end server blade with maximum scalability for demanding applications

More information

Faster Metal Forming Solution with Latest Intel Hardware & Software Technology

Faster Metal Forming Solution with Latest Intel Hardware & Software Technology 12 th International LS-DYNA Users Conference Computing Technologies(3) Faster Metal Forming Solution with Latest Intel Hardware & Software Technology Nick Meng 1, Jixian Sun 2, Paul J Besl 1 1 Intel Corporation,

More information

OpenFOAM Performance Testing and Profiling. October 2017

OpenFOAM Performance Testing and Profiling. October 2017 OpenFOAM Performance Testing and Profiling October 2017 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Huawei, Mellanox Compute resource - HPC

More information

DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage

DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage Solution Brief DataON and Intel Select Hyper-Converged Infrastructure (HCI) Maximizes IOPS Performance for Windows Server Software-Defined Storage DataON Next-Generation All NVMe SSD Flash-Based Hyper-Converged

More information

IBM Power Systems HPC Cluster

IBM Power Systems HPC Cluster IBM Power Systems HPC Cluster Highlights Complete and fully Integrated HPC cluster for demanding workloads Modular and Extensible: match components & configurations to meet demands Integrated: racked &

More information

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Data Sheet Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Fast and Flexible Hyperconverged Systems You need systems that can adapt to match the speed of your business. Cisco HyperFlex Systems

More information

Boundless Computing Inspire an Intelligent Digital World

Boundless Computing Inspire an Intelligent Digital World Huawei FusionServer V5 Rack Server Boundless Computing Inspire an Intelligent Digital World HUAWEI TECHNOLOGIES CO., LTD. 1288H V5 Server High-Density Deployment with Lower OPEX 1288H V5 (4-drive) 1288H

More information

Cisco HyperFlex HX220c Edge M5

Cisco HyperFlex HX220c Edge M5 Data Sheet Cisco HyperFlex HX220c Edge M5 Hyperconvergence engineered on the fifth-generation Cisco UCS platform Rich digital experiences need always-on, local, high-performance computing that is close

More information

Cisco UCS B230 M2 Blade Server

Cisco UCS B230 M2 Blade Server Data Sheet Cisco UCS B230 M2 Blade Server Product Overview The Cisco UCS B230 M2 Blade Server is one of the industry s highest-density two-socket blade server platforms. It is a critical new building block

More information

The AMD64 Technology for Server and Workstation. Dr. Ulrich Knechtel Enterprise Program Manager EMEA

The AMD64 Technology for Server and Workstation. Dr. Ulrich Knechtel Enterprise Program Manager EMEA The AMD64 Technology for Server and Workstation Dr. Ulrich Knechtel Enterprise Program Manager EMEA Agenda Direct Connect Architecture AMD Opteron TM Processor Roadmap Competition OEM support The AMD64

More information

Performance Optimizations via Connect-IB and Dynamically Connected Transport Service for Maximum Performance on LS-DYNA

Performance Optimizations via Connect-IB and Dynamically Connected Transport Service for Maximum Performance on LS-DYNA Performance Optimizations via Connect-IB and Dynamically Connected Transport Service for Maximum Performance on LS-DYNA Pak Lui, Gilad Shainer, Brian Klaff Mellanox Technologies Abstract From concept to

More information

Accelerating Insights In the Technical Computing Transformation

Accelerating Insights In the Technical Computing Transformation Accelerating Insights In the Technical Computing Transformation Dr. Rajeeb Hazra Vice President, Data Center Group General Manager, Technical Computing Group June 2014 TOP500 Highlights Intel Xeon Phi

More information

HUAWEI TECHNOLOGIES CO., LTD. HUAWEI FusionServer X6000 High-Density Server

HUAWEI TECHNOLOGIES CO., LTD. HUAWEI FusionServer X6000 High-Density Server HUAWEI TECHNOLOGIES CO., LTD. HUAWEI FusionServer X6000 High-Density Server HUAWEI FusionServer X6000 High-Density Server High computing density The X6000 is 2U high and features a centralized power supply

More information

Broadberry. Artificial Intelligence Server for Fraud. Date: Q Application: Artificial Intelligence

Broadberry. Artificial Intelligence Server for Fraud. Date: Q Application: Artificial Intelligence TM Artificial Intelligence Server for Fraud Date: Q2 2017 Application: Artificial Intelligence Tags: Artificial intelligence, GPU, GTX 1080 TI HM Revenue & Customs The UK s tax, payments and customs authority

More information

in Action Fujitsu High Performance Computing Ecosystem Human Centric Innovation Innovation Flexibility Simplicity

in Action Fujitsu High Performance Computing Ecosystem Human Centric Innovation Innovation Flexibility Simplicity Fujitsu High Performance Computing Ecosystem Human Centric Innovation in Action Dr. Pierre Lagier Chief Technology Officer Fujitsu Systems Europe Innovation Flexibility Simplicity INTERNAL USE ONLY 0 Copyright

More information

Enabling Performance-per-Watt Gains in High-Performance Cluster Computing

Enabling Performance-per-Watt Gains in High-Performance Cluster Computing WHITE PAPER Appro Xtreme-X Supercomputer with the Intel Xeon Processor E5-2600 Product Family Enabling Performance-per-Watt Gains in High-Performance Cluster Computing Appro Xtreme-X Supercomputer with

More information

Fujitsu PRIMERGY BX920 S1 Dual-Socket Server

Fujitsu PRIMERGY BX920 S1 Dual-Socket Server Datasheet Fujitsu PRIMERGY BX920 S1 Dual-Socket Server Blade All-around server blade packing lots of computing power in small form factor. The PRIMERGY BX Blade Servers are the ideal choice for data center

More information

Altair OptiStruct 13.0 Performance Benchmark and Profiling. May 2015

Altair OptiStruct 13.0 Performance Benchmark and Profiling. May 2015 Altair OptiStruct 13.0 Performance Benchmark and Profiling May 2015 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, Dell, Mellanox Compute

More information

IBM System x family brochure

IBM System x family brochure IBM Systems and Technology Group System x IBM System x family brochure IBM System x rack and tower servers 2 IBM System x family brochure IBM System x servers Highlights IBM System x and BladeCenter servers

More information

Supermicro All-Flash NVMe Solution for Ceph Storage Cluster

Supermicro All-Flash NVMe Solution for Ceph Storage Cluster Table of Contents 2 Powering Ceph Storage Cluster with Supermicro All-Flash NVMe Storage Solutions 4 Supermicro Ceph OSD Ready All-Flash NVMe Reference Architecture Planning Consideration Supermicro NVMe

More information

TECHNOLOGIES CO., LTD.

TECHNOLOGIES CO., LTD. A Fresh Look at HPC HUAWEI TECHNOLOGIES Francis Lam Director, Product Management www.huawei.com WORLD CLASS HPC SOLUTIONS TODAY 170+ Countries $74.8B 2016 Revenue 14.2% of Revenue in R&D 79,000 R&D Engineers

More information

Data Sheet Fujitsu PRIMERGY BX920 S2 Dual Socket Server Blade

Data Sheet Fujitsu PRIMERGY BX920 S2 Dual Socket Server Blade Data Sheet Fujitsu PRIMERGY BX920 S2 Dual Socket Server Blade Universal dual socket server blade with high computing and I/O performance in a small form factor The PRIMERGY BX Blade Servers are the ideal

More information

STAR-CCM+ Performance Benchmark and Profiling. July 2014

STAR-CCM+ Performance Benchmark and Profiling. July 2014 STAR-CCM+ Performance Benchmark and Profiling July 2014 Note The following research was performed under the HPC Advisory Council activities Participating vendors: CD-adapco, Intel, Dell, Mellanox Compute

More information

unleashed the future Intel Xeon Scalable Processors for High Performance Computing Alexey Belogortsev Field Application Engineer

unleashed the future Intel Xeon Scalable Processors for High Performance Computing Alexey Belogortsev Field Application Engineer the future unleashed Alexey Belogortsev Field Application Engineer Intel Xeon Scalable Processors for High Performance Computing Growing Challenges in System Architecture The Walls System Bottlenecks Divergent

More information

Fujitsu and the HPC Pyramid

Fujitsu and the HPC Pyramid Fujitsu and the HPC Pyramid Wolfgang Gentzsch Executive HPC Strategist (external) Fujitsu Global HPC Competence Center June 20 th, 2012 1 Copyright 2012 FUJITSU "Fujitsu's objective is to contribute to

More information

AMD Opteron Processors In the Cloud

AMD Opteron Processors In the Cloud AMD Opteron Processors In the Cloud Pat Patla Vice President Product Marketing AMD DID YOU KNOW? By 2020, every byte of data will pass through the cloud *Source IDC 2 AMD Opteron In The Cloud October,

More information

Dell EMC Ready Bundle for HPC Digital Manufacturing Dassault Systѐmes Simulia Abaqus Performance

Dell EMC Ready Bundle for HPC Digital Manufacturing Dassault Systѐmes Simulia Abaqus Performance Dell EMC Ready Bundle for HPC Digital Manufacturing Dassault Systѐmes Simulia Abaqus Performance This Dell EMC technical white paper discusses performance benchmarking results and analysis for Simulia

More information

Data Sheet Fujitsu PRIMERGY CX122 S1

Data Sheet Fujitsu PRIMERGY CX122 S1 Data Sheet Fujitsu PRIMERGY CX122 S1 Cloud server unit for PRIMERGY CX1000 PRIMERGY CX1000 is a new product category within the PRIMERGY x86 server family. Its focus is on providing large scale-out data

More information

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes

Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Data Sheet Cisco HyperFlex HX220c M4 and HX220c M4 All Flash Nodes Fast and Flexible Hyperconverged Systems You need systems that can adapt to match the speed of your business. Cisco HyperFlex Systems

More information

High Performance Computing

High Performance Computing 21 High Performance Computing High Performance Computing Systems 21-2 HPC-1420-ISSE Robust 1U Intel Quad Core Xeon Server with Innovative Cable-less Design 21-3 HPC-2820-ISSE 2U Intel Quad Core Xeon Server

More information

Intel Xeon E v4, Windows Server 2016 Standard, 16GB Memory, 1TB SAS Hard Drive and a 3 Year Warranty

Intel Xeon E v4, Windows Server 2016 Standard, 16GB Memory, 1TB SAS Hard Drive and a 3 Year Warranty pe_r430_11598_b Datasheet Check its price: Click Here Overview delivers peak 2-socket performance for HPC, web tech and infrastructure scale-out. R430 provides Intel Xeon processor E5-2600 v4 product family

More information

HPE ProLiant Gen10. Franz Weberberger Presales Consultant Server

HPE ProLiant Gen10. Franz Weberberger Presales Consultant Server HPE ProLiant Gen10 Franz Weberberger Presales Consultant Server Introducing a new generation compute experience from HPE Agility A better way to deliver business results Security A better way to protect

More information

Innovate. Integrate. Innovate. Integrate.

Innovate. Integrate. Innovate. Integrate. Innovate. Integrate. Innovate. Integrate. Tick Tock Tick Tock Tick Tock Tick Tock 65nm 45nm 32nm Silicon Process Technology Intel Core Microarchitecture Nehalem Microarchitecture Sandy Bridge Microarchitecture

More information

Datasheet Nutanix Enterprise Cloud on PRIMERGY

Datasheet Nutanix Enterprise Cloud on PRIMERGY Datasheet Nutanix Enterprise Cloud on PRIMERGY Nutanix Enterprise Cloud on PRIMERGY is a multi-cloud, multi-hypervisor platform that includes all the hardware and software to simplify procurement and deployment

More information

Atos ARM solutions for HPC

Atos ARM solutions for HPC Atos ARM solutions for HPC Eric Eppe Head of Solution Marketing & Portfolio HPC & Quantum Global Business Line Tuesday, March 7th, HPC User Forum, TERATEC Atos HPC and ARM A long time engagement 2012 2013

More information

Data Sheet FUJITSU Server PRIMERGY CX2550 M2 Scale out Server

Data Sheet FUJITSU Server PRIMERGY CX2550 M2 Scale out Server Data Sheet FUJITSU Server PRIMERGY CX2550 M2 Scale out Server Data Sheet FUJITSU Server PRIMERGY CX2550 M2 Scale out Server Standard server node for PRIMERGY CX400 M1 multi-node server system FUJITSU Server

More information

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c White Paper Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c What You Will Learn This document demonstrates the benefits

More information

Data Sheet FUJITSU Server PRIMERGY CX2570 M4 Multi-node Server

Data Sheet FUJITSU Server PRIMERGY CX2570 M4 Multi-node Server Data Sheet FUJITSU Server PRIMERGY CX2570 M4 Multi-node Server Data Sheet FUJITSU Server PRIMERGY CX2570 M4 Multi-node Server HPC/VDI optimized node for PRIMERGY CX400 M4 FUJITSU Server PRIMERGY will give

More information

IBM System x family brochure

IBM System x family brochure IBM Systems and Technology System x IBM System x family brochure IBM System x rack and tower servers 2 IBM System x family brochure IBM System x servers Highlights IBM System x and BladeCenter servers

More information

Fujitsu PRIMERGY Servers Portfolio

Fujitsu PRIMERGY Servers Portfolio Fujitsu Servers Portfolio Dynamic Infrastructures for workgroup, datacenter and cloud computing shaping tomorrow with you Higher IT efficiency and reduced total cost of ownership Fujitsu Micro and Tower

More information

Data Sheet FUJITSU Server PRIMERGY CX2560 M4 Scale out Server

Data Sheet FUJITSU Server PRIMERGY CX2560 M4 Scale out Server Data Sheet FUJITSU Server PRIMERGY CX2560 M4 Scale out Server Data Sheet FUJITSU Server PRIMERGY CX2560 M4 Scale out Server All-round server node for PRIMERGY CX400 M4 FUJITSU Server PRIMERGY will give

More information

About 2CRSI. OCtoPus Solution. Technical Specifications. OCtoPus. OCP Solution by 2CRSI.

About 2CRSI. OCtoPus Solution. Technical Specifications. OCtoPus. OCP Solution by 2CRSI. About 2CRSI OCtoPus Solution Technical Specifications OCtoPus OCtoPus OCP Solution by 2CRSI 1 Remark: All specifications and photos are subject to change whitout notice. 2 About 2CRSI 5 OCtoPus Solution

More information

Dell EMC PowerEdge server portfolio: platforms and solutions

Dell EMC PowerEdge server portfolio: platforms and solutions Dell EMC PowerEdge server portfolio: platforms and solutions Servers are the bedrock of the modern appliance. With consistent, scalable and industry-leading design, Dell EMC servers can help you tackle

More information

HP solutions for mission critical SQL Server Data Management environments

HP solutions for mission critical SQL Server Data Management environments HP solutions for mission critical SQL Server Data Management environments SQL Server User Group Sweden Michael Kohs, Technical Consultant HP/MS EMEA Competence Center michael.kohs@hp.com 1 Agenda HP ProLiant

More information

IBM System x servers. Innovation comes standard

IBM System x servers. Innovation comes standard IBM System x servers Innovation comes standard IBM System x servers Highlights Build a cost-effective, flexible IT environment with IBM X-Architecture technology. Achieve maximum performance per watt with

More information

FUJITSU Integrated System. PRIMEFLEX for Microsoft Storage Spaces Direct Hyper Converged Infrastructure

FUJITSU Integrated System. PRIMEFLEX for Microsoft Storage Spaces Direct Hyper Converged Infrastructure FUJITSU Integrated System PRIMEFLEX for Microsoft Storage Spaces Direct Hyper Converged Infrastructure Fujitsu proposes a new style of infrastructure ICT infrastructure plays important role to support

More information

IBM i Edition Express for BladeCenter S

IBM i Edition Express for BladeCenter S Affordable Solution for a Flexible Business Foundation IBM i Edition Express for BladeCenter S The i Edition Express for BladeCenter S is a complete integrated business system that offers an attractive

More information

Intel SSD Data center evolution

Intel SSD Data center evolution Intel SSD Data center evolution March 2018 1 Intel Technology Innovations Fill the Memory and Storage Gap Performance and Capacity for Every Need Intel 3D NAND Technology Lower cost & higher density Intel

More information

All-new HP ProLiant ML350p Gen8 Server series

All-new HP ProLiant ML350p Gen8 Server series Data sheet All-new HP ProLiant ML350p Gen8 Server series Performance server with increased expandability and availability The HP ProLiant ML350p Gen8 Server series comes with a winning combination of increased

More information

Datasheet PRIMEFLEX for Microsoft Azure Stack

Datasheet PRIMEFLEX for Microsoft Azure Stack Datasheet PRIMEFLEX for Microsoft Azure Stack PRIMEFLEX for Microsoft Azure Stack is an Integrated System that brings the agility and fast paced innovation of cloud computing to on-premises environments

More information

HPE ProLiant ML110 Gen10 Server

HPE ProLiant ML110 Gen10 Server Digital data sheet HPE ProLiant ML110 Gen10 Server ProLiant ML Servers What's new New SMB focused offers regionally released as Smart Buy Express in the U.S. and Canada, Top Value in Europe, and Intelligent

More information

HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads

HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads Gen9 server blades give more performance per dollar for your investment. Executive Summary Information Technology (IT)

More information