DEPEI QIAN. HPC Development in China: A Brief Review and Prospect

Size: px
Start display at page:

Download "DEPEI QIAN. HPC Development in China: A Brief Review and Prospect"

Transcription

1 DEPEI QIAN Qian Depei, Professor at Sun Yat-sen university and Beihang University, Dean of the School of Data and Computer Science of Sun Yat-sen University. Since 1996 he has been the member of the expert group and expert committee of the National High-tech Research & Development Program (the 863 program) in information technology. He was the chief scientist of three 863 key projects on high performance computing since Currently, he is the chief scientist of the 863 key project on high productivity computer and application service environment. His current research interests include high performance computer architecture and implementation technologies, distributed computing, network management and network performance measurement. He has published over 300 papers in journals and conferences. HPC Development in China: A Brief Review and Prospect

2 HPC development in China: a brief review and prospect Depei Qian Beihang University/Sun Yat-sen University ASC 2017, Wuxi, China April. 27, 2017

3 Outline A Brief review Issues in exa-scale system development Prospect of HPC in China s 13th 5-year Plan

4 A Brief review

5 Three 863 key projects on HPC :High Performance Computer and Core Software Research on resource sharing and collaborative work Grid-enabled applications in multiple areas TFlops computers and China National Grid (CNGrid) testbed :High Productivity Computer and Grid Service Environment High productivity Application performance Efficiency in program development Portability of programs Robust of the system Emphasizing service features of the HPC environment Developing peta-scale computers :High Productivity Computer and Application Service Environment Developing 100PF computers Developing large scale HPC applications Upgrading of CNGird

6 High performance Computers ( ) 1996 China: Dawning 1000, 2.5GF US:1 TF 2016 China: Sunway Taihulight, 125PF, 50 million times increase in 20 years Milestones 2001: Dawning 3000, 432GF,cluster 2003: DeepComp 6800, 5.32TF, cluster 2004: Dawning 4000, 11.2TF, cluster 2008: DeepComp 7000, 150TF, Heterogeneous cluster Dawning 5000A, 230 TF, cluster 2010: TH-1A, 4.7PF, heterogeneous accelerated architecture Dawning 6000, 3PF, heterogeneous accelerated architecture 2011: Sunway Bluelight, multicore-based, 1PF, home-grown processors Dawning3000 DeepComp 6800 Dawning 4000 DeepComp 7000 Dawning 5000A Dawning 6000 TH-1A Sunway Bluelight

7 High performance Computers ( ) 2013: Tianhe-2 CPU+MIC Heterogeneous accelerated architecture 54.9 PF peak, 33.9 PF Linpack, No. 1 in Top500 for 6 times from 2013 to 2015 Installed at the National Supercomputing Center in Guangzhou Will be upgraded to 100PF this year 2016: Sunway TaihuLight Implemented with home-grown Shenwei many-core processors, 10 million cores in total 125 PF peak, 93 PF Linpack, No. 1 in Top500 in June and Nov. of 2016 Installed at the National Supercomputing Center in Wuxi Tianhe-2 Sunway Bluelight

8 High performance computing environment ( ) 1996 One national HPC center in Hefei, equipped with Dawning-I, 640 MIPS US computing infrastructure: PACI supported by NSF and DoE centers, emerging of Grid technology 2016 China National Grid, composed of 17 national supercomputing centers and HPC centers, world leading class computing resources

9 High performance computing applications ( ) 1996 Limited HPC application in weather forecasting, oil exploration parallelism Relying on import application software 2016 HPC applications in many domains 10-million core parallelism reached, Gordon Bell Prize in 2016 Developed a number application software, adopted by production systems aircraft design high speed train design oil & gas exploration new drug discovery ensemble weather forecasting bio-information car development design optimization of large fluid machinery electromagnetic computation

10 Important experiences Coordinated effort of the national research programs and the regional development plans Providing matching funding for development of leading class HPC systems Joint effort by the MOST and local government in establishing the national supercomputing centers Multi-lateral cooperation Supercomputing centers play an important role in determining the metrics of the HPC systems developed In selection of the team to develop the system enterprises participate in the national R&D program Inspur, Sougon, and Lenovo were involved in HPC system development promoting the development while improving the technical capability and competitiveness of the company application organizations lead the development of the application software Balanced and coordinated development of the HPC machines, HPC environment, and HPC application

11 Problems identified Lack of the long-term national program for high performance computing Weak in kernel HPC technologies processor/accelerator novel devices (new memory, storage, and network) large scale parallel algorithms and programs implementation Application software is the bottleneck applications rely on imported commercial software expensive small scale parallelism restricted by export regulation Shortage in cross-disciplinary talents No enough talents with both domain and IT knowledge Lack of multi-disciplinary collaboration

12 Issues in exa-scale system development

13 Major Challenges to exa-scale systems Power consumption Performance obtained by applications Programmability Resilience How to make tradeoffs between performance, power consumption, and programmability? How to achieve continuous no-stop operation? How to adapt to a wide range of applications with reasonable efficiency?

14 Architecture Novel architectures beyond the current heterogeneous accelerated/manycore-based expected Co-processor or partitioned heterogeneous architecture? Low utilization of the co-processor in some applications, using CPU only Bottleneck in moving data between CPU and co-processor Application-aware architecture on-chip integration of special purpose units (idea from Prof. Andrew Chien) using the right tool to do right things dynamic reconfigurable, how to program?

15 Memory system Pursuing large capacity, low latency, high bandwidth Increase capacity and lower power consumption by using DRAM/NVM together Data placement issue Handle the high write cost and limited lifetime of NVM due to write Improving bandwidth and latency by using the 3D stack technology Reduce the data move by placing the data closer to processing HBM/HMC near processor On-chip DRAM Simple functions in memory Reduce data copy cost by using unified memory space in heterogeneous architecture

16 Pursuing low latency, high bandwidth and low energy consumption Adopt new technologies Silicon photonics communication between components Optical interconnect / communication Miniature optical devices High scalability adapting to exascale system interconnect requirement Connecting 10,000+ nodes Low-hop, low-latency topology Reliable and intelligent routing Interconnect

17 Programming the heterogeneous systems Addressing the issues in programming the heterogeneous parallel systems efficient expression of the parallelism, dependence, data sharing, execution semantics problem decomposition appropriate for heterogeneous systems Improving programming by means of a holistic approach New programming models Programming languages extension and compiler Parallel debugging Runtime support and optimization Architectural support

18 Full-chain innovation mathematical methods computer algorithms algorithm implementation and optimization A good mathematical method is often more effective than hardware improvement and algorithm optimization to the performance Architecture-aware algorithm implementation and optimization is necessary for heterogeneous systems Domain-specific libraries for improving software productivity and performance Computational models and algorithms

19 Resilience Resilience is one of the key issues of the exa-scale system Large scale of the system 50K to 100K nodes Huge amount of components Very short MTBF Long time non-stop operation required for solving large scale problems Reliability measures at different levels, including device, node, and system levels Software / hardware coordination fast context saving and recovery for checkpointing in case of short MTBF fault-tolerance at the algorithm and application software level

20 Importance of the tools Development and optimization of large scale parallel software require scalable and efficient tools Particularly important for systems implemented with home-grown processors current commercial and research tools do not support Three kinds of default tools required Parallel debugger for correctness Performance tuner for performance Energy optimizer for energy efficiency

21 Urgent need for an eco-system The eco-system for exa-scale system based on home-grown processors is in a urgent need languages, compilers, OS, runtime tools application development support application software Need to attract the hardware manufacturers and the third party software developers product family instead of a single machine Collaboration between industry, academia and end-users required

22 Prospect of HPC in China s 13th 5- year Plan

23 Reform of research system in China The national research and development system is being reformed Merge 100+ different national R&D programs/initiatives into 5 tracks of national programs Basic research program (NSFC) Mega-science and technology programs Key R&D program (former 863, 973, enabling programs) Enterprise innovation program Facility/talent program

24 A New key project on HPC High performance computing has been identified as a priority subject under the key R&D program Strategic studies and planning have been conducted since 2013 A proposal on HPC in the 13 th five-year plan was submitted in early 2015 A key R&D project approved in Oct by a multi-government agency committee led by the MOST

25 Motivations for the new key project The key value of exa-scale computers identified Addressing the grand challenge problems Energy shortage, pollution, climate change Enabling industry transformation supporting development of important products high speed train, commercial aircraft, automobile promoting economy transformation For social development and people s benefit new drug discovery, precision medicine, digital media Enabling scientific discovery high energy physics, computational chemistry, new material, astrophysics Promote computer industry by technology transfer Developing HPC systems by self-controllable technologies a lesson learnt from the recent embargo regulation

26 Goals Strengthening R&D on kernel technologies and pursuing the leading position in high performance computer development Promoting HPC applications and establishing the application eco-system Building up an HPC infrastructure with service features and exploring the path to the HPC service industry

27 Major tasks Exa-scale computer development R&D on novel architectures and key technologies of the exa-scale computer Developing the exa-scale computer based on home-grown processors Technology transfer to promote development of high-end servers HPC applications development Basic research on exa-scale modeling methods and parallel algorithms Developing high performance application software Establishing the HPC application eco-system HPC environment development Developing software and platform for national HPC environment Upgrading of the national HPC environment CNGrid Developing service systems on the national HPC environment Each task will cover basic research, key technology development, and application demonstration

28 Basic research Task 1: Exa-scale computer development Novel high performance interconnect Theoretical work on the novel interconnect based on the enabling technologies of 3D chips, silicon photonics and on-chip networks Programming & execution models for exa-scale systems new programming models for heterogeneous systems Improving programming efficiency

29 Task 1: Exa-scale computer development Key technology Prototype systems for verifying the exa-scale system technologies possible architectures for exa-scale computers implementation strategies technologies for energy efficiency prototype system 512 nodes 5-10TFlops/node 10-20Gflops/W point to point bandwidth>200gbps MPI latency<1.5us Emphasis on self-controllable technologies system software for prototypes 3 typical applications to verify the design

30 Task 1: Exa-scale computer development Key technology exa-scale system technologies architecture optimized for multi-objectives high efficient computing node high performance processor/accelerator design exa-scale system software scalable interconnect parallel I/O exa-scale infrastructure energy efficiency exa-scale system reliability

31 Task 1: Exa-scale computer development Exa-scale computer system development exaflops in peak Linpack efficiency >60% 10PB memory EB storage 30GF/w energy efficiency interconnect >500Gbps large scale system management and resource scheduling easy-to-use parallel programming environment system monitoring and fault tolerance support large scale applications

32 Task 2: HPC application development Basic research computable modeling and computational methods for exa-scale systems scalable highly efficient parallel algorithms and parallel libraries for exa-scale systems

33 Task 2: HPC application development Key technology programming framework for exa-scale software development, including framework for structured mesh unstructured mesh mesh-free combinatory geometry finite element graph computing supporting development of at least 40 software with million-core parallelism

34 Task 2: HPC application development Key technology and demo applications Numerical devices and their applications numerical nuclear reactor four components: Including reactor core particle transport, thermal hydraulics, structural mechanics and material optimization, non-linear coupling of multi-physics processes numerical aircraft multi-disciplinary optimization covering aerodynamics, structural strength and fluid solid interaction numerical earth system earth system modeling for studying climate change non-linear coupling of multi-physical and chemical processes covering atmosphere, ocean, land, and sea ice numerical engine high fidelity simulation system for numerical prototyping of commercial aircraft engine enabling fast and accurate virtual airworthiness experiments

35 Task 2: HPC application development Key technology and demo applications high performance application software for domain applications complex engineering project and critical equipment numerical simulation of ocean design of energy-efficient large fluid machineries drug discovery electromagnetic environment simulation ship design oil exploration digital media rendering high performance application software for scientific research material science high energy physics astrophysics life science

36 Task 2: HPC application development Eco-system for HPC application software development establishing a national-level R&D center for HPC application software build up of a platform for HPC software development and optimization tools for performance/energy efficiency and pre- /post-processing build up software resource repository developing typical domain application software a joint effort involving national supercomputing centers, universities, and institutes

37 Task 3: HPC environment development Basic research models and architecture of computational services service representation of distributed computing and storage resources architecture for computational services resource discovery and access unified management trading and accounting virtual data space architecture for cross-domain virtual data space integration of distributed storage unified access and management of virtual data space domain partition, separation and security

38 Task 3: HPC environment development Key technology mechanism and platform for the national HPC environment technical support for service mode operation upgrading the national HPC environment (CNGrid) >500PF computing resources >500PB storage >500 application software and tools >5000 users (team users)

39 Demo applications Task 3: HPC environment development service systems based on the national HPC environment integrated business platform, e.g. complex product design HPC-enabled EDA platform application villages innovation and optimization of industrial products drug discovery SME computing and simulation platform platform for HPC education provide computing resources and services to undergraduate and graduate students

40 Calls for proposals The first call for proposal was issued in Feb., projects passed the evaluation and were launched in July, 2016 The second call (for 2017) was issued in Oct., 2016, the proposal evaluation has ended and the final results are expected to be announced soon These two rounds of call cover most of the subjects of the key project except the exa-scale system development. The exa-scale system development will be started after completion of the three prototypes

41 Thank you!

China s HPC development in the next 5 years. Depei Qian Beihang University/Sun Yat-sen University HiPC 2016, Hyderabad, India Dec 21, 2016

China s HPC development in the next 5 years. Depei Qian Beihang University/Sun Yat-sen University HiPC 2016, Hyderabad, India Dec 21, 2016 China s HPC development in the next 5 years Depei Qian Beihang University/Sun Yat-sen University HiPC 2016, Hyderabad, India Dec 21, 2016 Outline A Brief review Current status Challenges and considerations

More information

Recent Advances of Chinese Efforts in HPC. Zhong Jin Supercomputing Center CNIC, CAS

Recent Advances of Chinese Efforts in HPC. Zhong Jin Supercomputing Center CNIC, CAS Recent Advances of Chinese Efforts in HPC Zhong Jin Supercomputing Center CNIC, CAS Current Status and Recent Advances Funding Agencies of HPC in China MOST 863 Program (HW, SW & Apps) CAS Informization

More information

CHALLENGES OF EXASCALE COMPUTING, REDUX

CHALLENGES OF EXASCALE COMPUTING, REDUX CHALLENGES OF EXASCALE COMPUTING, REDUX PAUL MESSINA Argonne National Laboratory May 17, 2018 5 th ENES HPC Workshop Lecce, Italy OUTLINE Why does exascale computing matter? The U.S. DOE Exascale Computing

More information

NSF {Program (NSF ) first announced on August 20, 2004} Program Officers: Frederica Darema Helen Gill Brett Fleisch

NSF {Program (NSF ) first announced on August 20, 2004} Program Officers: Frederica Darema Helen Gill Brett Fleisch NSF07-504 {Program (NSF04-609 ) first announced on August 20, 2004} Program Officers: Frederica Darema Helen Gill Brett Fleisch Computer Systems Research Program: Components and Thematic Areas Advanced

More information

Peter Ungaro President and CEO

Peter Ungaro President and CEO Peter Ungaro President and CEO We build the world s fastest supercomputers to help solve Grand Challenges in science and engineering Earth Sciences CLIMATE CHANGE & WEATHER PREDICTION Life Sciences PERSONALIZED

More information

the EU framework programme for research and innovation

the EU framework programme for research and innovation High Performance Computing First Horizon 2020 Calls (2014-2015) Dr Panagiotis Tsarchopoulos Future and Emerging Technologies DG CONNECT European Commission the EU framework programme for research and innovation

More information

HETEROGENEOUS SYSTEM ARCHITECTURE: FROM THE HPC USAGE PERSPECTIVE

HETEROGENEOUS SYSTEM ARCHITECTURE: FROM THE HPC USAGE PERSPECTIVE HETEROGENEOUS SYSTEM ARCHITECTURE: FROM THE HPC USAGE PERSPECTIVE Haibo Xie, Ph.D. Chief HSA Evangelist AMD China AGENDA: GPGPU in HPC, what are the challenges Introducing Heterogeneous System Architecture

More information

High Performance Computing(HPC) & Software Stack

High Performance Computing(HPC) & Software Stack IBM HPC Developer Education @ TIFR, Mumbai High Performance Computing(HPC) & Software Stack January 30-31, 2012 Pidad D'Souza (pidsouza@in.ibm.com) IBM, System & Technology Group 2002 IBM Corporation Agenda

More information

Cray Earth Sciences Update. Phil Brown Earth Sciences Segment Leader icas, 17 th September 2015, Annecy

Cray Earth Sciences Update. Phil Brown Earth Sciences Segment Leader icas, 17 th September 2015, Annecy Cray Earth Sciences Update Phil Brown philipb@cray.com Earth Sciences Segment Leader icas, 17 th September 2015, Annecy Topics Cray s Presence in Earth System Modelling Community Emerging Trends in Weather

More information

Challenges in Application Scaling In an Exascale Environment

Challenges in Application Scaling In an Exascale Environment Challenges in Application Scaling In an Exascale Environment 14 th Workshop on the Use of High Performance Computing In Meteorology November 2, 2010 Dr Don Grice IBM Page 1 Growth of the Largest Computers

More information

The Manycore Shift. Microsoft Parallel Computing Initiative Ushers Computing into the Next Era

The Manycore Shift. Microsoft Parallel Computing Initiative Ushers Computing into the Next Era The Manycore Shift Microsoft Parallel Computing Initiative Ushers Computing into the Next Era Published: November 2007 Abstract When major qualitative shifts such as the emergence of the graphical user

More information

Goya Deep Learning Inference Platform. Rev. 1.2 November 2018

Goya Deep Learning Inference Platform. Rev. 1.2 November 2018 Goya Deep Learning Inference Platform Rev. 1.2 November 2018 Habana Goya Deep Learning Inference Platform Table of Contents 1. Introduction 2. Deep Learning Workflows Training and Inference 3. Goya Deep

More information

Addressing the I/O bottleneck of HPC workloads. Professor Mark Parsons NEXTGenIO Project Chairman Director, EPCC

Addressing the I/O bottleneck of HPC workloads. Professor Mark Parsons NEXTGenIO Project Chairman Director, EPCC Addressing the I/O bottleneck of HPC workloads Professor Mark Parsons NEXTGenIO Project Chairman Director, EPCC I/O is key Exascale challenge Parallelism beyond 100 million threads demands a new approach

More information

Advanced Information Systems Big Data Study for Earth Science

Advanced Information Systems Big Data Study for Earth Science Advanced Information Systems Big Study for Earth Science Daniel Crichton, NASA Jet Propulsion Laboratory Michael Little, NASA Headquarters October 29, 2015 Background NASA has historically focused on systematic

More information

Percipient StorAGe for Exascale Data Centric Computing Project Summary and Status

Percipient StorAGe for Exascale Data Centric Computing Project Summary and Status Percipient StorAGe for Exascale Data Centric Computing Project Summary and Status Sai Narasimhamurthy Seagate Systems UK ExaIO Workshop SC 16 - Nov 2016 Per-cip-i-ent (pr-sp-nt) Adj. Having the power of

More information

Realize Your Product Promise. High-Performance Computing

Realize Your Product Promise. High-Performance Computing Realize Your Product Promise High-Performance Computing For today s product designs, simulations are larger and more numerically complex than ever. Meshes are finer, more geometric detail is required,

More information

High-Performance Computing (HPC) Up-close

High-Performance Computing (HPC) Up-close High-Performance Computing (HPC) Up-close What It Can Do For You In this InfoBrief, we examine what High-Performance Computing is, how industry is benefiting, why it equips business for the future, what

More information

Power measurement at the exascale

Power measurement at the exascale Power measurement at the exascale Nick Johnson, James Perry & Michèle Weiland Nick Johnson Adept Project, EPCC nick.johnson@ed.ac.uk Motivation The current exascale targets are: One exaflop at a power

More information

High Performance Computing (HPC) and Quantum Technologies in work programmes

High Performance Computing (HPC) and Quantum Technologies in work programmes High Performance Computing (HPC) and Quantum Technologies in work programmes 2018-2020 Roma, 20 th November 2017 Andrea Feltrin High Performance Computing and Quantum Technologies DG CONNECT European Commission

More information

Goya Inference Platform & Performance Benchmarks. Rev January 2019

Goya Inference Platform & Performance Benchmarks. Rev January 2019 Goya Inference Platform & Performance Benchmarks Rev. 1.6.1 January 2019 Habana Goya Inference Platform Table of Contents 1. Introduction 2. Deep Learning Workflows Training and Inference 3. Goya Deep

More information

SDSC 2013 Summer Institute Discover Big Data

SDSC 2013 Summer Institute Discover Big Data SDSC 2013 Summer Institute Discover Big Data Natasha Balac, Ph.D. Director, PACE Predictive Analytics Center of Excellence @ San Diego Supercomputer Center, UCSD WELCOME Logistics Check-in from 8:00am

More information

Bill Magro, Ph.D. Intel Fellow, Software and Services Group Chief Technologist, High Performance Computing

Bill Magro, Ph.D. Intel Fellow, Software and Services Group Chief Technologist, High Performance Computing Bill Magro, Ph.D. Intel Fellow, Software and Services Group Chief Technologist, High Performance Computing 2 Legal Disclaimer & Optimization Notice INFORMATION IN THIS DOCUMENT IS PROVIDED AS IS. NO LICENSE,

More information

ANSYS HPC ANSYS, Inc. November 25, 2014

ANSYS HPC ANSYS, Inc. November 25, 2014 ANSYS HPC 1 ANSYS HPC Commitment High Performance Computing (HPC) adds tremendous value to your use of simulation enabling enhanced Insight Engineering productivity ANSYS is focused on HPC Major innovations

More information

The Internet of Everything and the Research on Big Data. Angelo E. M. Ciarlini Research Head, Brazil R&D Center

The Internet of Everything and the Research on Big Data. Angelo E. M. Ciarlini Research Head, Brazil R&D Center The Internet of Everything and the Research on Big Data Angelo E. M. Ciarlini Research Head, Brazil R&D Center A New Industrial Revolution Sensors everywhere: 50 billion connected devices by 2020 Industrial

More information

Building Big Data Processing Systems under Scale-Out Computing Model

Building Big Data Processing Systems under Scale-Out Computing Model Keynote I Building Big Data Processing Systems under Scale-Out Computing Model Xiaodong Zhang Robert M. Critchfield Professor in Engineering Department of Computer Science and Engineering The Ohio State

More information

Bringing AI Into Your Existing HPC Environment,

Bringing AI Into Your Existing HPC Environment, Bringing AI Into Your Existing HPC Environment, and Scaling It Up Introduction 2 Today s advancements in high performance computing (HPC) present new opportunities to tackle exceedingly complex workflows.

More information

Delivering High Performance for Financial Models and Risk Analytics

Delivering High Performance for Financial Models and Risk Analytics QuantCatalyst Delivering High Performance for Financial Models and Risk Analytics September 2008 Risk Breakfast London Dr D. Egloff daniel.egloff@quantcatalyst.com QuantCatalyst Inc. Technology and software

More information

Handbook on Summaries of European Exascale Projects

Handbook on Summaries of European Exascale Projects Uhttps://exdci.eu/collaboration/coe Handbook on Summaries of European Exascale Projects EXDCI Summaries: 30TUhttps://exdci.eu/collaboration/fethpcU Uhttps://exdci.eu/collaboration/exascale-projects U 30TUhttp://cordis.europa.eu/search/result_en?q=contenttype=%27project%27%20AND%20/project/relations/associations/relatedCall/call/identifier=%27H2020-FETHPC-

More information

The contribution of High Performance Computing and Modelling for Industrial Development. Dr Happy Sithole and Dr Onno Ubbink

The contribution of High Performance Computing and Modelling for Industrial Development. Dr Happy Sithole and Dr Onno Ubbink The contribution of High Performance Computing and Modelling for Industrial Development Dr Happy Sithole and Dr Onno Ubbink 1 Strategic context High-performance computing (HPC) combined with machine Learning

More information

Graph Optimization Algorithms for Sun Grid Engine. Lev Markov

Graph Optimization Algorithms for Sun Grid Engine. Lev Markov Graph Optimization Algorithms for Sun Grid Engine Lev Markov Sun Grid Engine SGE management software that optimizes utilization of software and hardware resources in heterogeneous networked environment.

More information

EXDCI EXDCI. European extreme Data and Computing Initiative

EXDCI EXDCI. European extreme Data and Computing Initiative EXDCI European Extreme Data and Computing Initiative EXDCI European extreme Data and Computing Initiative Sergi Girona Project Coordinator PRACE Chair of the Board of Directors François Bodin Scientific

More information

WIND RIVER SIMICS WHEN IT MATTERS, IT RUNS ON WIND RIVER DEVELOP SOFTWARE IN A VIRTUAL ENVIRONMENT

WIND RIVER SIMICS WHEN IT MATTERS, IT RUNS ON WIND RIVER DEVELOP SOFTWARE IN A VIRTUAL ENVIRONMENT AN INTEL COMPANY WIND RIVER SIMICS Electronic systems are becoming increasingly complex, with more hardware, more software, and more connectivity. Current systems are software intensive, often containing

More information

HPC Market Update. Peter Ungaro. Vice President Sales and Marketing. Cray Proprietary

HPC Market Update. Peter Ungaro. Vice President Sales and Marketing. Cray Proprietary HPC Market Update Peter Ungaro Vice President Sales and Marketing Cray s Target Markets High efficiency computing is a requirement for success! Government-Classified Government-Research Weather/Environmental

More information

Does ESL have a role in Verification? Nick Gatherer Engineering Manager Processor Division ARM

Does ESL have a role in Verification? Nick Gatherer Engineering Manager Processor Division ARM Does ESL have a role in Verification? Nick Gatherer Engineering Manager Processor Division ARM 1 Key Trends A typical verification challenge... big.little heterogeneous multicore APPS APPS Increasing complexity

More information

The Modular Supercomputer Architecture and its application in HPC and HPDA

The Modular Supercomputer Architecture and its application in HPC and HPDA The Modular Supercomputer Architecture and its application in HPC and HPDA Damian Alvarez Jülich Supercomputing Centre, JSC (Germany) The DEEP Projects Research & innovation projects co-funded by the European

More information

DARPA-SN Request for Information (RFI) Ubiquitous High Performance Computing (UHPC) for

DARPA-SN Request for Information (RFI) Ubiquitous High Performance Computing (UHPC) for DARPA-SN-09-46 Request for Information (RFI) Ubiquitous High Performance Computing (UHPC) for Information Processing Techniques Office (IPTO) Defense Advanced Research Projects Agency (DARPA) 1 of 27 Table

More information

High-Performance Computing in Horizon Dr Panagiotis Tsarchopoulos Future and Emerging Technologies DG CONNECT European Commission

High-Performance Computing in Horizon Dr Panagiotis Tsarchopoulos Future and Emerging Technologies DG CONNECT European Commission High-Performance Computing in Horizon 2020 Dr Panagiotis Tsarchopoulos Future and Emerging Technologies DG CONNECT European Commission HPC: What for? Weather, Climate & Earth Sciences Bio/Life Sciences

More information

Altair Engineering PLASVEE Dr. Robert Yancey Altair Engineering

Altair Engineering PLASVEE Dr. Robert Yancey Altair Engineering Altair Engineering PLASVEE 2020 Dr. Robert Yancey Altair Engineering Proposal Summary Key Technologies People Real-time interaction with the modeling pre- and postprocessing functions allow the results

More information

Grid 2.0 : Entering the new age of Grid in Financial Services

Grid 2.0 : Entering the new age of Grid in Financial Services Grid 2.0 : Entering the new age of Grid in Financial Services Charles Jarvis, VP EMEA Financial Services June 5, 2008 Time is Money! The Computation Homegrown Applications ISV Applications Portfolio valuation

More information

HLRS. The High Performance Computing. Center Stuttgart

HLRS. The High Performance Computing. Center Stuttgart Cloud Computing The best of both worlds: Conducting compute-intensive HPC applications in a highly flexible cloud environment with low access barriers. HLRS High Performance Computing Center Stuttgart

More information

Multiphysics Analysis Technology in Cloudbased Integrated Development System

Multiphysics Analysis Technology in Cloudbased Integrated Development System Multiphysics Analysis Technology in Cloudbased Integrated Development System Shigeo Ishikawa Masaki Tosaka Tetsuyuki Kubota Multiphysics analysis simultaneously handles multiple physical phenomena, each

More information

Summary of Undergraduate and Graduate Majors by Department

Summary of Undergraduate and Graduate Majors by Department Summary of Undergraduate and Graduate Majors by Department Undergraduate Majors Aerospace Engineering (AerE) Graduate Majors - Aerospace Engineering - Aerospace Engineering (MEng, MS, PhD) - Engineering

More information

IESP-7 Industrialapplications

IESP-7 Industrialapplications FP7 Support Action - European Exascale Software Initiative DG Information Society and the unit e-infrastructures IESP-7 Industrialapplications Energyand Transportation (EESI WG 3.1) Jean-Claude ANDRE (andre@cerfacs.fr)

More information

Jack Weast. Principal Engineer, Chief Systems Engineer. Automated Driving Group, Intel

Jack Weast. Principal Engineer, Chief Systems Engineer. Automated Driving Group, Intel Jack Weast Principal Engineer, Chief Systems Engineer Automated Driving Group, Intel From the Intel Newsroom 2 Levels of Automated Driving Courtesy SAE International Ref: J3061 3 Simplified End-to-End

More information

IBM Accelerating Technical Computing

IBM Accelerating Technical Computing IBM Accelerating Jay Muelhoefer WW Marketing Executive, IBM Technical and Platform Computing September 2013 1 HPC and IBM have long history driving research and government innovation Traditional use cases

More information

Embedded Systems 1 - Ms Advanced Operating Systems (AOS) - Ms. Energy aware design of computing systems and applications (PhD course)

Embedded Systems 1 - Ms Advanced Operating Systems (AOS) - Ms. Energy aware design of computing systems and applications (PhD course) Politecnico di Milano Embedded Systems 1 - Ms Advanced Operating Systems (AOS) - Ms Energy aware design of computing systems and applications (PhD course) Anno Accademico 2015-2016 Lecturer: Prof. William

More information

Workflow-Driven Geoinformatics Applications and Training in the Big Data Era

Workflow-Driven Geoinformatics Applications and Training in the Big Data Era Workflow-Driven Geoinformatics Applications and Training in the Big Data Era İlkay ALTINTAŞ, Ph.D. Chief Data Science Officer, San Diego Supercomputer Center Division Director, Cyberinfrastructure Research,

More information

NX Nastran performance

NX Nastran performance NX Nastran performance White Paper What Siemens PLM Software is doing to enhance NX Nastran Siemens PLM Software s product development group enhances NX Nastran software in three key areas: by providing

More information

Workflow Management System Simulation Workbench Accurate, scalable, and reproducible simulations.

Workflow Management System Simulation Workbench Accurate, scalable, and reproducible simulations. Workflow Management System Simulation Workbench Accurate, scalable, and reproducible simulations http://wrench-project.org Motivation Scientific Workflows are key to advances in science and engineering

More information

Innovation Without Limits. Your Guide to High Performance Computing in the Cloud

Innovation Without Limits. Your Guide to High Performance Computing in the Cloud Innovation Without Limits Your Guide to High Performance Computing in the Cloud 4 5 6 7 8 10 12 What Could You Accomplish with a Million Cores? Access Resources Quickly Leverage Latest Technology Collaborate

More information

1. Focus on key industry informatization and promote industrial upgrading and optimization 2. Vigorously promote communication service level and

1. Focus on key industry informatization and promote industrial upgrading and optimization 2. Vigorously promote communication service level and 1. Focus on key industry informatization and promote industrial upgrading and optimization 2. Vigorously promote communication service level and provide a good base environment for enterprise informatization

More information

ANSYS FLUENT Performance Benchmark and Profiling. October 2009

ANSYS FLUENT Performance Benchmark and Profiling. October 2009 ANSYS FLUENT Performance Benchmark and Profiling October 2009 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, ANSYS, Dell, Mellanox Compute

More information

research & development HPC & cloud project management innovations web & mobile solutions

research & development HPC & cloud project management innovations web & mobile solutions HPC & cloud research & development project management web & mobile solutions innovations 4PM - more than just project management software Introducing 4PM 4PM brings the power of portfolio project management

More information

The Green Index: A Metric for Evaluating System-Wide Energy Efficiency in HPC Systems

The Green Index: A Metric for Evaluating System-Wide Energy Efficiency in HPC Systems The Green Index: A Metric for Evaluating System-Wide Energy Efficiency in HPC Systems Balaji Subramaniam and Wu-chun Feng Department of Computer Science Virginia Tech {balaji, feng}@cs.vt.edu Abstract

More information

EXDCI Overview Transversal vision and strategic prospective

EXDCI Overview Transversal vision and strategic prospective Overview Transversal vision and strategic prospective François Bodin WP4 28 May 2018 The project has received funding from the European Unions Horizon 2020 research and innovation programmed under grant

More information

Integrated Service Management

Integrated Service Management Integrated Service Management for Power servers As the world gets smarter, demands on the infrastructure will grow Smart traffic systems Smart Intelligent food oil field technologies systems Smart water

More information

Ask the right question, regardless of scale

Ask the right question, regardless of scale Ask the right question, regardless of scale Customers use 100s to 1,000s Of cores to answer business-critical Questions they couldn t have done before. Trivial to support different use cases Different

More information

Simplifying Hadoop. Sponsored by. July >> Computing View Point

Simplifying Hadoop. Sponsored by. July >> Computing View Point Sponsored by >> Computing View Point Simplifying Hadoop July 2013 The gap between the potential power of Hadoop and the technical difficulties in its implementation are narrowing and about time too Contents

More information

AI-Ckpt: Leveraging Memory Access Patterns for Adaptive Asynchronous Incremental Checkpointing

AI-Ckpt: Leveraging Memory Access Patterns for Adaptive Asynchronous Incremental Checkpointing AI-Ckpt: Leveraging Memory Access Patterns for Adaptive Asynchronous Incremental Checkpointing Bogdan Nicolae, Franck Cappello IBM Research Ireland Argonne National Lab USA IBM Corporation Outline Overview

More information

Architecture-Aware Cost Modelling for Parallel Performance Portability

Architecture-Aware Cost Modelling for Parallel Performance Portability Architecture-Aware Cost Modelling for Parallel Performance Portability Evgenij Belikov Diploma Thesis Defence August 31, 2011 E. Belikov (HU Berlin) Parallel Performance Portability August 31, 2011 1 /

More information

Center for Scalable Application Development Software: Center Overview. John Mellor-Crummey (Rice)

Center for Scalable Application Development Software: Center Overview. John Mellor-Crummey (Rice) Center for Scalable Application Development Software: Center Overview John Mellor-Crummey (Rice) CScADS Midterm Review April 22, 2009 1 Project Co-PIs and Senior Personnel John Mellor-Crummey, Keith Cooper

More information

STUDYING THE TRANSPORT OF POLLUTANTS IN THE ATMOSPHERE USING AN IBM BLUE GENE/P COMPUTER

STUDYING THE TRANSPORT OF POLLUTANTS IN THE ATMOSPHERE USING AN IBM BLUE GENE/P COMPUTER STUDYING THE TRANSPORT OF POLLUTANTS IN THE ATMOSPHERE USING AN IBM BLUE GENE/P COMPUTER Krassimir Georgiev (1) In cooperation with: Zahari Zlatev (2) and Tzvetan Ostromsky (1) (1) Institute for Information

More information

WHEN PERFORMANCE MATTERS: EXTENDING THE COMFORT ZONE: DAVIDE. Fabrizio Magugliani Siena, May 16 th, 2017

WHEN PERFORMANCE MATTERS: EXTENDING THE COMFORT ZONE: DAVIDE. Fabrizio Magugliani Siena, May 16 th, 2017 WHEN PERFORMANCE MATTERS: EXTENDING THE COMFORT ZONE: DAVIDE Fabrizio Magugliani fabrizio.magugliani@e4company.com Siena, May 16 th, 2017 E4 IN A NUTSHELL Since 2002, E4 Computer Engineering has been innovating

More information

HPC Trends for Addison Snell

HPC Trends for Addison Snell HPC Trends for 2015 Addison Snell addison@intersect360.com A New Era in HPC Supercomputing for U.S. Industry Report by U.S. Council on Competitiveness Justifications for new levels of supercomputing for

More information

Business Insight at the Speed of Thought

Business Insight at the Speed of Thought BUSINESS BRIEF Business Insight at the Speed of Thought A paradigm shift in data processing that will change your business Advanced analytics and the efficiencies of Hybrid Cloud computing models are radically

More information

Mont-Blanc work Past, present & future

Mont-Blanc work Past, present & future montblanc-project.eu @MontBlanc_EU Mont-Blanc work Past, present & future Etienne WALTER, Project manager (Bull/Atos) Coordinator of Mont-Blanc phase 3 This project has received funding from the European

More information

Cray and Allinea. Maximizing Developer Productivity and HPC Resource Utilization. SHPCP HPC Theater SEG 2016 C O M P U T E S T O R E A N A L Y Z E 1

Cray and Allinea. Maximizing Developer Productivity and HPC Resource Utilization. SHPCP HPC Theater SEG 2016 C O M P U T E S T O R E A N A L Y Z E 1 Cray and Allinea Maximizing Developer Productivity and HPC Resource Utilization SHPCP HPC Theater SEG 2016 10/27/2016 C O M P U T E S T O R E A N A L Y Z E 1 History Cluster Computing to Super Computing

More information

Connect. Challenge. Inspire.

Connect. Challenge. Inspire. HPC Universe Expansion Connect. Challenge. Inspire. 0 2017 FUJITSU 1975 SOLAR 16-65: 750ns for 16bits ADD instruction 64KBytes main memory 2.5MBytes disk storage 1 2017 FUJITSU 1979! ICL PERQ «smalltalk»

More information

Introduction to. Hybrid Systems Analog+Digital analog. Hybrid. Reactive Systems. Definition for Embedded Systems. embedded embedded real-time

Introduction to. Hybrid Systems Analog+Digital analog. Hybrid. Reactive Systems. Definition for Embedded Systems. embedded embedded real-time Definition for Embedded Systems Introduction to Embedded d Computing Embedded systems (ES) = information processing systems embedded into a larger product keyword: a specific function, embedded within

More information

Performance Optimization on the Next Generation of Supercomputers

Performance Optimization on the Next Generation of Supercomputers Center for Information Services and High Performance Computing (ZIH) Performance Optimization on the Next Generation of Supercomputers How to meet the Challenges? Zellescher Weg 12 Tel. +49 351-463 - 35450

More information

Oracle Communications Billing and Revenue Management Elastic Charging Engine Performance. Oracle VM Server for SPARC

Oracle Communications Billing and Revenue Management Elastic Charging Engine Performance. Oracle VM Server for SPARC Oracle Communications Billing and Revenue Management Elastic Charging Engine Performance Oracle VM Server for SPARC Table of Contents Introduction 1 About Oracle Communications Billing and Revenue Management

More information

NSF Future of High Performance Computing. Bill Kramer

NSF Future of High Performance Computing. Bill Kramer NSF Future of High Performance Computing Bill Kramer Why Sustained Performance is the Critical Focus Memory Wall Limitation on computation speed caused by the growing disparity between processor speed

More information

An Oracle White Paper January Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs

An Oracle White Paper January Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs An Oracle White Paper January 2013 Upgrade to Oracle Netra T4 Systems to Improve Service Delivery and Reduce Costs Executive Summary... 2 Deploy Services Faster and More Efficiently... 3 Greater Compute

More information

NIST Big Data Reference Architecture for Analytics and Beyond Wo Chang Digital Data Advisor December 8, 2017

NIST Big Data Reference Architecture for Analytics and Beyond Wo Chang Digital Data Advisor December 8, 2017 NIST Big Data Reference Architecture for Analytics and Beyond Wo Chang Digital Data Advisor wchang@nist.gov December 8, 2017 1 Agenda Computing Trend Exascale HW available soon Computing Trend Current

More information

DOD HPCMP CREATE Applications

DOD HPCMP CREATE Applications DOD HPCMP CREATE Applications 1 CREATE HELIOS HELIOS, which stands for Helicopter Overset Simulations, is a next generation high-fidelity, multi-physics simulation for rotary-wing air vehicles. It is a

More information

The Use of Clusters for Engineering Simulation: A Personal History of Clusters. Lynn Lewis Hewlett Packard CAE Segment Manager

The Use of Clusters for Engineering Simulation: A Personal History of Clusters. Lynn Lewis Hewlett Packard CAE Segment Manager The Use of Clusters for Engineering Simulation: A Personal History of Clusters Lynn Lewis Hewlett Packard CAE Segment Manager A History with lessons Solving problems using the tools at hand Limits of existing

More information

Achieving Agility and Flexibility in Big Data Analytics with the Urika -GX Agile Analytics Platform

Achieving Agility and Flexibility in Big Data Analytics with the Urika -GX Agile Analytics Platform Achieving Agility and Flexibility in Big Data Analytics with the Urika -GX Agile Analytics Platform Analytics R&D and Product Management Document Version 1 WP-Urika-GX-Big-Data-Analytics-0217 www.cray.com

More information

Performance Monitoring and In Situ Analytics for Scientific Workflows

Performance Monitoring and In Situ Analytics for Scientific Workflows Performance Monitoring and In Situ Analytics for Scientific Workflows Allen D. Malony, Xuechen Zhang, Chad Wood, Kevin Huck University of Oregon 9 th Scalable Tools Workshop August 3-6, 2015 Talk Outline

More information

Moab and TORQUE Achieve High Utilization of Flagship NERSC XT4 System

Moab and TORQUE Achieve High Utilization of Flagship NERSC XT4 System Moab and TORQUE Achieve High Utilization of Flagship NERSC XT4 System Michael Jackson, President Cluster Resources michael@clusterresources.com +1 (801) 717-3722 Cluster Resources, Inc. Contents 1. Introduction

More information

ENA-HPC. International Conference on Energy-Aware High Performance Computing September 07 09, 2011 Hamburg. Christian Bischof

ENA-HPC. International Conference on Energy-Aware High Performance Computing September 07 09, 2011 Hamburg. Christian Bischof Brainware for Green HPC ENA-HPC International Conference on Energy-Aware High Performance Computing September 07 09, 2011 Hamburg Christian Bischof christian.bischof@tu-darmstadt.de Dieter an Mey, Christian

More information

Resource Management Portal CHReME with Web Interface for Scientific Users. Nisha Kurkure C-DAC, India

Resource Management Portal CHReME with Web Interface for Scientific Users. Nisha Kurkure C-DAC, India Resource Management Portal CHReME with Web Interface for Scientific Users Nisha Kurkure C-DAC, India nishak@cdac.in C-DAC IN HPC High Performance Computing National PARAM SuperComputing Facility. 10 Gbps

More information

What are Supercomputers Good For?

What are Supercomputers Good For? What are Supercomputers Good For? Katherine Riley ALCF Director of Science Argonne National Laboratory 10 May 2016 DOE S OFFICE OF SCIENCE COMPUTATION USER FACILITIES DOE is leader in open High-Performance

More information

PRACE Europe goes HPC. Achim Bachem, Forschungszentrum Jülich Amsterdam, September , Europe goes HPC

PRACE Europe goes HPC. Achim Bachem, Forschungszentrum Jülich Amsterdam, September , Europe goes HPC PRACE Europe goes HPC Achim Bachem, Forschungszentrum Jülich Amsterdam, September 3 2008, Europe goes HPC HPC is a Key Technology Supercomputers are the tool for solving most challenging problems through

More information

STAR-CCM+ Performance Benchmark. August 2010

STAR-CCM+ Performance Benchmark. August 2010 STAR-CCM+ Performance Benchmark August 2010 Note The following research was performed under the HPC Advisory Council activities Participating members: CD-adapco, Dell, Intel, Mellanox Compute resource

More information

Processor. A Brief Introduction Micron Technology, Inc. March 13, 2014

Processor. A Brief Introduction Micron Technology, Inc. March 13, 2014 Micron Automata Processor A Brief Introduction 2013 Micron Technology, Inc. All rights reserved. Products are warranted only to meet Micron s production data sheet specifications. Information, products,

More information

DOWNTIME IS NOT AN OPTION

DOWNTIME IS NOT AN OPTION DOWNTIME IS NOT AN OPTION HOW APACHE MESOS AND DC/OS KEEPS APPS RUNNING DESPITE FAILURES AND UPDATES 2017 Mesosphere, Inc. All Rights Reserved. 1 WAIT, WHO ARE YOU? Engineer at Mesosphere DC/OS Contributor

More information

Faculty Recruitment - (Summer 2018)

Faculty Recruitment - (Summer 2018) Faculty Recruitment - (Summer 2018) S No Department Post Specialization Areas 1 Aerospace Engineering Only candidates with a clear focus on one or more of the specified areas will be considered High-speed

More information

IBM HPC DIRECTIONS. Dr Don Grice. ECMWF Workshop October 31, IBM Corporation

IBM HPC DIRECTIONS. Dr Don Grice. ECMWF Workshop October 31, IBM Corporation IBM HPC DIRECTIONS Dr Don Grice ECMWF Workshop October 31, 2006 2006 IBM Corporation IBM HPC Directions What s Changing? The Rate of Frequency Improvement is Slowing Moore s Law (Frequency improvement)

More information

``Overview. ``The Impact of Software. ``What are Virtual Prototypes? ``Competitive Electronic Products Faster

``Overview. ``The Impact of Software. ``What are Virtual Prototypes? ``Competitive Electronic Products Faster Virtualizer ``Overview ``The Impact of ``What are Virtual Prototypes? ``Competitive Electronic Products Faster ``Use Virtual Prototyping from Specification to Deployment ``Virtualizer Technical Specification

More information

<Insert Picture Here> Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter

<Insert Picture Here> Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter Mike Piech Senior Director, Product Marketing The following is intended to outline our general product direction. It

More information

Network maintenance evolution and best practices for NFV assurance October 2016

Network maintenance evolution and best practices for NFV assurance October 2016 Network maintenance evolution and best practices for NFV assurance October 2016 TECHNOLOGY BUSINESS RESEARCH, INC. 2 CONTENTS 3 Introduction: NFV transformation drives new network assurance strategies

More information

Stay Tuned Computational Science NeSI. Jordi Blasco

Stay Tuned Computational Science NeSI. Jordi Blasco Computational Science Team @ NeSI Jordi Blasco (jordi.blasco@nesi.org.nz) Outline 1 About NeSI CS Team Who we are? 2 Identify the Bottlenecks Identify the Most Popular Apps Profile and Debug 3 Tuning Increase

More information

Optimizing Fine-grained Communication in a Biomolecular Simulation Application on Cray XK6

Optimizing Fine-grained Communication in a Biomolecular Simulation Application on Cray XK6 Optimizing Fine-grained Communication in a Biomolecular Simulation Application on Cray XK6 Yanhua Sun 1 Gengbin Zheng 1 Chao Mei 1 Eric J. Bohm 1 James C. Phillips 1 Terry Jones 2 Laxmikant(Sanjay) V.

More information

Resisting obsolescence

Resisting obsolescence Resisting obsolescence The changing face of engineering simulation Bartosz Dobrzelecki, Oliver Fritz, Peter Lofgren, Joerg Ostrowski, Ola Widlund One of the many benefits of computer simulation is the

More information

Oil reservoir simulation in HPC

Oil reservoir simulation in HPC Oil reservoir simulation in HPC Pavlos Malakonakis, Konstantinos Georgopoulos, Aggelos Ioannou, Luciano Lavagno, Ioannis Papaefstathiou and Iakovos Mavroidis PRACEdays18 This project has received funding

More information

Hardware Simulator Performance Scaling to Meet Advanced Node SoC Verification Requirements

Hardware Simulator Performance Scaling to Meet Advanced Node SoC Verification Requirements Hardware Simulator Performance Scaling to Meet Advanced Node SoC Verification Requirements By Amit Dua, Adam Sherer, and Umer Yousafzai Cadence Design Systems Because of its flexibility, hardware simulator

More information

R&D. R&D digest. by simulating different scenarios and counting their cost in profits and customer service.

R&D. R&D digest. by simulating different scenarios and counting their cost in profits and customer service. digest Managing a utility s assets: new software shows how Asset management is no longer just about using our people, factories, equipment and processes wisely. Just as importantly, it s about planning

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T An Ap p r o a c h f o r D e s i g ning HPC Sys t e m s w i t h B e t ter Balance and Perfor m a n c e April 2016 By Steve Conway; Earl C. Joseph, Ph.D.; and

More information

Partnerships Remove Complexity from HPC Clusters

Partnerships Remove Complexity from HPC Clusters DESKTOP ENGINEERING WITH HP & INTEL ON: Partnerships Remove Complexity from HPC Clusters The right value-added reseller partner can help you navigate the complexities of HPC cluster deployment and achieve

More information

HPC in the Cloud: Gompute Support for LS-Dyna Simulations

HPC in the Cloud: Gompute Support for LS-Dyna Simulations HPC in the Cloud: Gompute Support for LS-Dyna Simulations Iago Fernandez 1, Ramon Díaz 1 1 Gompute (Gridcore GmbH), Stuttgart (Germany) Abstract Gompute delivers comprehensive solutions for High Performance

More information