The Hartree Centre: Experience in Addressing Industrial, Societal and Scientific Challenges

Total Page:16

File Type:pdf, Size:1020Kb

The Hartree Centre: Experience in Addressing Industrial, Societal and Scientific Challenges The Hartree Centre: Experience in Addressing Industrial, Societal and Scientific Challenges Prof Vassil Alexandrov Chief Science Officer Our mission Transforming UK industry by accelerating the adoption of high performance computing, big data and AI. Hartree Centre Mission: To transform UK industry by accelerating the adoption of high performance computing, data-centric computing and AI. Lenovo / Arm development system Research & innovation Development & Better products & services Deployment through collaboration prototyping delivered faster & cheaper What we do − Collaborative R&D Address industrial, societal and scientific challenges. − Platform as a service Give your own experts pay-as-you-go access to our compute power − Creating digital assets License the new industry-led software applications we create with IBM Research − Training and skills Drop in on our comprehensive programme of specialist training courses and events or design a bespoke course for your team Government & public sector Network of expertise Local business networks Technology partners Universities Academia International research communities Hartree Research Themes Data Science HPC AI Emerging Technological Paradigms Our track record Case study | Code optimisation for aero engines Collaborative R&D Hartree Centre experts optimised codes for modelling component design, speeding up run times by approx 20% “Working with the Hartree Centre, we have quickly made significant improvements to our code, delivering faster turnaround and more capability to our engineers.” − Matthew Street, Rolls-Royce Case study | Computer aided formulation Collaborative R&D Faster development process for products like shampoo, reducing physical testing “The Hartree Centre’s high performance computing capabilities help us achieve better design solutions for our consumers, delivered by more efficient, cost-effective and sustainable processes.” − Paul Howells, Unilever Case study | Building the cognitive hospital Collaborative R&D Transforming the patient experience using cognitive technology and data analytics “Helping our patients and their families prepare properly for coming into hospital will really reduce their anxiety and could mean they spend more meaningful time with doctors so we are able to get them better faster.” − Iain Hennessey, Alder Hey Children’s Hospital Case study | Smart crop protection Creating digital assets Building pest risk prediction models with the potential to: • Enable the farming industry to more accurately plan preventative measures • Reduce crop losses • Drive down insurance rates through lower probability of crop damage Our Platforms Intro Our platforms Intel platforms Bull Sequana X1000 (840 Skylake + 840 KNL processors) - One of the largest supercomputers in Europe focusing primarily on industrial-led challenges. IBM big data analytics cluster | 288TB​ IBM data centric platforms​ IBM Power8 + NVL​ink​ + Tesla P100 IBM Power8 ​​+ Nvidia K80​​​ Accelerated & emerging tech Maxeler FPGA system ARM​ 64-bit platform​ Clustervision novel cooling demonstrator Detailed Case Studies HPSE Case Study: • Performance: Needs to get the results in time for forecast, ever-increasing accuracy goals for climate simulations. • Productivity: hundreds of people contributing with different areas of expertise, 2 million lines of code (UM) • Portability: Very risky to chose just one platform: may not be future-proofed, hardware changes more often than software, procurement negotiation disadvantage if you can only run on one architecture,Difficult... to compromise on one Domain Specific Languages: Embedded Fortran-to-Fortran code generation system used by the UK MetOffice next-generation weather and climate simulation model (LFRic) Operates on full fields Algorithm Natural Computational Science Parallel System Science Kernel Operates on local elements or columns Given domain-specific knowledge and information about the Algorithm and Kernels, PSyclone can generate the Parallel System layer. Software Parallelization and Optimization • Serial performance optimizations. • Distributed-memory parallelism with MPI. • Shared-memory parallelism. • GPGPU Programming. Example: Direct Simulation Monte Carlo (for rarified gas flows) PRACE (Partnership for Advanced Computing in Europe) Currently undertaking an industrial collaboration Briggs Automotive Company: • Involves analysing and improving the design of the BAC Mono single-seat sports car using large-scale CFD computations. European project that targets to provide the template for an upcoming Exascale system by co-designing and implementing a petascale-level prototype with ground-breaking characteristics. Builds on top of cost-efficient architecture enabled by novel inter- die links and FPGA acceleration. Work package 2: Applications, Co-design, Porting and Evaluation Work package 3: System software and programming environment Porting DL_MESO (DPD) on Nvidia GPUs Jony Castagna What is DL_MESO (DPD) • ​DL_MESO is a general purpose mesoscale simulation package developed by Michael Seaton for CCP5 and UKCOMES under a grant provided by EPSRC. • It is written in Fortran90 and C++ and supports both Lattice Boltzmann Equation (LBE) and Dissipative Particle Dynamics (DPD) methods. • https://www.scd.stfc.ac.uk/Pages/DL_MESO.aspx ...similar to MD - Free spherical particles which interact over a range that is of the same order as their diameters. - The particles can be thought of as assemblies or aggregates of molecules, such as solvent molecules or polymers, or more simply as carriers of momentum. cut off for short range forces + i j long range forces Fi is the sum of conservative, drag and random (or stochastic) pair forces: Examples of DL_MESO_DPD applications Vesicle Formation Phase separation Lipid Bilayer Polyelectrolyte DL_MESO: highly scalable mesoscale simulations Molecular Simulation 39 (10) pp. 796-821, 2013 Porting DL_MESO on NVidia GPU DL_MESO_DPD on GPU initialisation, IO, etc. (Fortran) host = CPU pass arrays to C copy to device device = GPU (Fortran) (CUDA C) start main loop first step VV construct neighbour list generate random values all done by the GPU find short range forces with 1 thread per particle find long range forces (FFT) second step VV gather statistics 100 % compatible IO with master version no time = final time ? pass arrays back to yes Fortran and End Multi GPU version step 1 Compute internal overlap computation cell forces step 2 between particles with communications! step3 Compute boundary cell forces between particles Multi GPU version GPU 0 GPU 1 halo regions GPU 2 GPU 3 Multi GPU version Use of communication between GPUs: 1) to exchange particles positions using ghost cells (ideally while computing the internal cells!) 2) for particles leaving the domain 3) gathering statistics 4) transfer info for FFTW (not implemented yet!) Multi GPU version exchange particles positions using ghost cells step 1: exchange x-y planes (2 communications) y z x Multi GPU version exchange particles positions using ghost cells step 2: exchange x-z planes (with halo data!) y z x Multi GPU version exchange particles positions using ghost cells step 3: exchange y-z planes (with halo data!) y need only 6 communications x z instead of 26! Weak scaling 1.2 billion particles for a mixture phase separation weak scaling 1 *GPUs 0.8 ideal 0.6 Piz Daint DL_MESO (GPU version) 0.4 0.2 (CSCS) 0 0 128 256 384 512 GPUs Strong scaling 1.8 billion particles for a mixture phase separation GPUs - no imbalance, if not within the same GPU due the particles clustering! Xiaohu Case studies Software Development for Energy and Environment IMPORTANCE: Hartree Centre key technologies, align with STFC global challenge schemes. Finite Element Method Smoothed Particle Hydrodynamics Nuclear Schlumberger oil reservoir Wave energy converter Wave impact on oil rig NERC ocean roadmap EPSRC MAGIC Tsunami CCP-WSI Scalable Algorithm Development Large scale application software development, advanced computational methods development. FEM SPH/ISPH Unstructured Mesh Mesh topology SPH Pre/Post Nearest Neighbour Pre/Post Processing Management Processing List Search Basic FEM Math FEM Matrix Mesh Basic SPH Math SPH Particle operators Assembly Adaptivity operators Refinement Mesh/Particles Reordering Sparse Linear Solver DDM/DLB MPI OpenMP CUDA OpenCL OpenACC C/C++ Fortran Python Unstructured Application Framework EPSRC, CCP, SLA Common Particle Exascale Algorithms Methods Kernels EPSRC eCSE Common Unstructured Application Framework EPSRC, Innovate UK, HRBEU Unstructured Mesh Performance Portability Techs Innovate UK, GCRF Advanced Monte Carlo Methods for Linear Algebra Vassil Alexandrov Advanced Monte Carlo Methods for Linear Algebra on Advanced Accelerator Architectures Anton Lebedev (Institute for Theoretical Physics, University of Tuebingen, Germany), [email protected] Vassil Alexandrov (Hartree Centre STFC, UK and ICREA, Spain) [email protected] Hybrid Monte Carlo Speed-ups V100 Speed-ups Intel Xeon vs Hybrid MSPAI vs Intel Xeon 8160 vs V100 and K80 OpenMP vs GPU implementation OpenMP vs GPU implementation OpenMP vs GPU implementation Data Science Simon Goodchild Accuracy % 13 features 100 50 0 Accuracy % 13 features Hartree Centre Impact “Rolls-Royce has worked with the Hartree Centre for many years due to their combination of highly skilled computational scientists and state-of-the-art HPC.” - Leigh Lapworth, Rolls-Royce “The Hartree Centre’s expertise made our testing process cheaper and more reliable, enabling us to get our product
Recommended publications
  • High Performance Computing and BD
    High-Performance Computing and Big Data Challenge Dr Violeta Holmes Matthew Newall The University of Huddersfield Outline • High-Performance Computing – E-Infrastructure – Top500 -Tianhe-II – UoH experience: HPC resources and applications • Big Data – Hadoop – Case study: Close Call • Summary High-Performance Computing • The HPC and Big Data are new technologies vital for the advancement in science, business and industry. • ”High Performance Computing (HPC) and e- infrastructure in general are drivers of economic growth and societal well-being. They are also vital for maintaining international competitiveness in the generation of knowledge and its application.”(Kenway, Coveney, McGuire, Parchment, & Parsons, 2012) Where we were 50s-early 80s • Centralised computing facilities • Dummy Terminals • Punch cards • Batch Processing μ Processors • Allowed users to have “intelligent” machines under their table – Seen as an expensive typewriter – Few organisations and educational institutions had them • These machines were quickly overtaking Mainframes in price-performance factors, and later overtaking them in performance. 90s – early 2000 • Information on Demand - For the first time sharing and communicating became easy and quick. Where we are now • Efficient Multitasking Desktops • Capable Workstations • Mobile Devices – less capable Through the use of middlewares: • Clusters • Grids The 5th Utility Utility Computing/Cloud Computing/On- Demand Computing/Service Computing • The concept of just plugging in your problem into a computer system and getting results. • Defined as: “A large-scale distributed computing paradigm that is driven by economies of scale, in which a pool of abstracted virtualised, dynamically-scalable, managed computing power, storage, platforms and services are delivered on demand to external customers over the internet.” (Foster et al.
    [Show full text]
  • Intel Parallel Computing Centre – First Report the Hartree Centre
    Benefits of Leveraging Software Defined Visualization (OSPRay) Sergi Siso IPCC @ Hartree Centre, STFC Daresbury Laboratory United Kingdom Thursday, 23 March 2017 Software Defined Visualization 2 Index 1. Visualization Challenges in HPC 2. Ray tracing with OSPRay 3. Hands-On 1: Installing and using OSPRay 4. Remote Visualization with Paraview 5. Hand-One 2: Remote vis. of OpenCH and HVAC 6. Hartree Use Case 1: HVAC simulation 7. Hartree Use Case 2: IMAT Facility 8. Questions Thursday, 23 March 2017 Software Defined Visualization 3 Section 1 VISUALIZATION CHALLENGES IN HPC Why we need visualization in HPC “Yes," said Deep Thought, "I can do it.“ [Seven and a half million years later.... ] “The Answer to the Great Question... Of Life, the Universe and Everything... Is... Forty-two,' said Deep Thought, with infinite majesty and calm.” Douglas Adams, Hitchhiker’s Guide to the Galaxy Thursday, 23 March 2017 Software Defined Visualization 5 Why we need visualization in HPC Thursday, 23 March 2017 Software Defined Visualization 6 But not just rendering . In HPC visualization incudes: – Feature extraction – Isosurfaces / Isovolumes – Thresholding – Streamlines – Clip, Slice, gradient, … Some HPC visualization workloads are better suited to CPU . Visualization is a “big data” problem architectures. – Data movement problem (IO bottleneck) – Needs lots of memory – Need scalability to solve Thursday, 23 March 2017 Software Defined Visualization 7 Dataset Size Problem . Issues to simulate large datasets… May fit in System Memory but not in GPU memory PCI bus is slow Thursday, 23 March 2017 Software Defined Visualization 8 Rasterization Libraries OpenSWR vs MESA LLVMpipe Performance Comparison (drop in replacement for OpenGL) Thursday, 23 March 2017 Software Defined Visualization 9 Rasterization Libraries *Scientific Visualization in HPC presentation from Peter Messmer (NVIDIA) Thursday, 23 March 2017 Software Defined Visualization 10 In-Situ Visualization .
    [Show full text]
  • Hartree Centre Challenge Led Applied Research and Innovation Our Mission
    The Hartree Centre Challenge led applied research and innovation Our mission Transforming UK industry by accelerating the adoption of high performance computing, big data and cognitive technologies. What we do − Collaborative R&D Define a challenge in your business and we build a team to deliver a solution − Platform as a service Give your own experts pay-as-you-go access to our compute power − Creating digital assets License the new industry-led software applications we create with IBM Research − Training and skills Drop in on our comprehensive programme of specialist training courses and events or design a bespoke course for your team Our platforms Our platforms Intel platforms Accelerated & emerging tech Bull Sequana X1000 Maxeler FPGA system Lenovo NeX​tScale | 8,192 cores ARM​ 64-bit platform​ Lenovo System x​​ iDataPlex​ system​ | 2048 cores Clustervision novel cooling demonstrator​ Intel Xeon Phi | Knight's Corner IBM big data analytics cluster | 288TB​ IBM data centric platforms​ IBM Power8 + NVL​ink​ + Tesla P100 IBM Power8 ​​+ Nvidia K80​​​ How you can benefit − Access to domain specialists and a vast network of expertise − Technologies and systems that do it faster and cheaper − Full time scientists delivering on industrially relevant timescales − Collaboration with a trusted partner − Professional project management Government & public sector Network of expertise Local business networks Technology partners Universities Academia International research communities Our track record Case study | Computer aided formulation Collaborative
    [Show full text]
  • Science, Technology and Innovation Exploiting the Excellence
    sciencescience technologytechnology scienceandand innovationinnovation technology and innovation Science, Technology and Innovation Exploiting the excellence England’s North West: where world-class science underpins wealth-creating innovation www.nwblt.co.uk @nwblt A5 NWBLT ET:Layout 1 14/3/14 15:22 Page 1 ‘Exploiting The Excellence’ England’s North West: where world-class science underpins wealth-creating innovation In collaboration with local enterprise partnerships, local authorities, academic and research institutions and other North West partners March 2014 A5 NWBLT ET:Layout 1 14/3/14 15:22 Page 2 NWBLT The North West Business Leadership Team is an independent group of influential business leaders, who work together to promote the sustainable economic development and long-term well-being of North West England. It was launched by HRH The Prince of Wales in July 1989. Membership of the Team is made up of senior executives from the region’s major businesses (see Appendix E). It operates as an independent business voice for the whole North West, thus providing valuable strategic support for the region’s Local Enterprise Partnerships. Further information regarding the work of the North West Business Leadership Team can be obtained by writing to the Chief Executive, NWBLT, Daresbury Laboratory, Sci-Tech Daresbury, Keckwick Lane, Daresbury, Warrington WA4 4AD or by visiting www.nwblt.co.uk A5 NWBLT ET:Layout 1 14/3/14 15:22 Page 3 Contents Executive Summary 3 1. Introduction 4 2. Scientific and Technological Excellence in the North West 6 2.1 Advanced materials and molecular manipulation 2.2 Energy research, including nuclear energy and nuclear engineering 2.3 Cancer research and health innovation (including translation into patient care) 2.4 High performance computing (HPC), big data and digital manufacturing 3.
    [Show full text]
  • Scafell Pike - Public Hpcaas Offering to UK Academics and Industry Image Courtesy of STFC
    AI and HPC as Drivers for Industrial Competitiveness Alison Kennedy Director | STFC Hartree Centre Who are we? • The UK Science and Technology Facilities Council’s high performance computing, data analytics and cognitive technology centre • Primary purpose is to apply the latest capabilities in computing technologies to industrial challenges • Provides businesses (and applied researchers) with access to powerful technologies, facilities and scientific computing expertise • Based at Sci-Tech Daresbury alongside Daresbury Laboratory in North West England Our mission Transforming UK industry by accelerating the adoption of high performance computing, big data and cognitive technologies (AI, ML, DL) through challenge-led research and innovation Our purpose − To lead UK research into the (industrial) application of high performance computing, data & cognitive technologies (with IBM Research, ATOS Bull and other partners) − To drive the economic development of UK industry through the use of leading edge scientific knowledge and applications What we do − Collaborative R&D We build a team to deliver a solution to a particular challenge − Platform as a service Pay-as-you-go access to our compute power − Creating digital assets License the new industry-led software applications we create with IBM Research (IROR programme) − Training and skills Run specialist training courses and events Our track record Case study | Computer aided formulation Collaborative R&D Faster development process for products like shampoo, reducing physical testing “The Hartree Centre’s high performance computing capabilities help us achieve better design solutions for our consumers, delivered by more efficient, cost-effective and sustainable processes.” − Paul Howells, Unilever Consumable HPC Service provider User Getting HPC to “work smart, not hard” − Typically HPC development is focused on increased speed.
    [Show full text]
  • The Hartree Centre
    The Hartree Centre Andrew Gargett AI team lead | STFC Hartree Centre Our mission Transforming UK industry by accelerating the adoption of high performance computing, big data and cognitive technologies. Our platforms Intel platforms Accelerated & emerging tech Bull Sequana X1000 Maxeler FPGA system Lenovo NeX tScale | 8,192 cores ARM 64-bit platform Lenovo System x iDataPlex system | 2048 cores Clustervision novel cooling demonstrator Intel Xeon Phi | Knight's Corner IBM big data analytics cluster | 288TB IBM data centric platforms IBM Power8 + NVL ink + Tesla P100 IBM Power8 + Nvidia K80 Our people − Engineers − Chemists − Software − Life Scientists Developers − Mathematicians − Data Scientists Project examples • Engineering & Manufacturing – Vehicle Design & Testing – Consumer Electronics Design – Consumer Packaged Goods Products and Packaging • Environment – Weather modeling • Life Sciences – Genomics for better crop yields – Disease mapping • Energy – Advanced Battery Cell Design – Efficient Well Head Oil extraction • Financial Services – Risk Management – Service Modelling • Transport – Network simulation Case study | Building the cognitive hospital Collaborative R&D Transforming the patient experience using cognitive technology and data analytics “Helping our patients and their families prepare properly for coming into hospital will really reduce their anxiety and could mean they spend more meaningful time with doctors so we are able to get them better faster.” − Iain Hennessey, Alder Hey Children’s Hospital LCR 4.0: CiiVSOFT CiiVSOFT build software tools which automate recruiting tasks, save costs, time and improve the efficiency of recruitment processes. Problem : Wanted to explore the potential of using social media analytics to optimise matching candidates to roles. Solution : Hartree Centre developed a working prototype application that integrates social media data into the candidate selection pipeline.
    [Show full text]
  • STFC's Scientific Computing Department and the Hartree Centre
    STFC’s Scientific Computing Department and The Hartree Centre Paul Sherwood [email protected] Overview • Background to STFC and its Facilities • STFC’s Scientific Computing Department • STFC Hartree Centre: future developments to meet future challenges Organisation HM Government (& HM Treasury) RCUK Executive Group Daresbury Laboratory UK Astronomy Technology Daresbury Science and Innovation Campus Centre, Edinburgh, Scotland Warrington, Cheshire Polaris House Swindon, Rutherford Appleton Laboratory Wiltshire Harwell Science and Innovation Campus Didcot, Oxfordshire Chilbolton Observatory Stockbridge, Hampshire STFC’s Sites Isaac Newton Group of Telescopes Joint Astronomy La Palma Centre Hawaii STFC’s Facilities Neutron Sources ISIS - pulsed neutron and muon source/ and Institute Laue-Langevin (ILL), Grenoble Providing powerful insights into key areas of energy, biomedical research, climate, environment and security. High Power Lasers Central Laser Facility - providing applications on bioscience and nanotechnology HiPER Demonstrating laser driven fusion as a future source of sustainable, clean energy Light Sources Diamond Light Source Limited (86%) - providing new breakthroughs in medicine, environmental and materials science, engineering, electronics and cultural heritage European Synchrotron Radiation Facility (ESRF), Grenoble Understanding our Universe STFC’s Science Programme Particle Physics Large Hadron Collider (LHC), CERN - the structure and forces of nature Ground based Astronomy European Southern Observatory (ESO), Chile
    [Show full text]
  • Hartree Centre Phase 1&2 Baseline Evaluation
    Hartree Centre Phase 1 & 2 Baseline Evaluation Hartree Centre Phase 1&2 Baseline Evaluation Final Report technopolis |group| October 2018 Paul Simmonds Neil Brown Cristina Rosemberg Vivek Seth Disclaimer This report has been prepared for the UK Science and Technology Facilities Council (STFC) by Technopolis |Group| and represents the views of the authors only. To the best of our knowledge, the information presented is correct at the time of writing. Whilst finalising this report, updated guidance on appraisal and evaluation in central government was published by HM Treasury (The Green Book, March 2018). The evaluation itself (including all data collection and analysis) was undertaken before this date and so follows the previous edition of the Green Book (2003) Acknowledgements The authors would like to thank those who gave of their time to provide inputs to the study, as well as representatives of STFC and the Hartree Centre for the information, guidance and support that they provided throughout the evaluation. www.technopolis-group.com Executive Summary This document presents the findings of a baseline evaluation of the Hartree Centre; a high performance computing (HPC) and data analytics research centre that is working to transform the competitiveness of UK industry by accelerating the adoption of HPC, big data and cognitive technologies. It provides an early view of the benefits the centre is delivering to its industry partners and the wider economy through an assessment of its first years of operation (phase 1 and 2 investments). Key
    [Show full text]
  • The Northern Powerhouse in Health Health Science Alliance Ltd Research - a Science and Innovation Audit
    The Northern Submitted by the Northern Powerhouse in Health Health Science Alliance Ltd Research - A Science and Innovation Audit Main Report June 2018 Prepared by: Prepared for: SDG Economic Development Submitted by the Northern Health 61 Mosley Street Science Alliance Ltd Manchester M2 3HZ C/O Weightmans LLP, Hardman Square No 1 Spinningfields, Manchester, M3 3EB +44 161 261 9154 www.sdgED.com Steer Davies Gleave has prepared this material for Submitted by the Northern Health Science Alliance Ltd. This material may only be used within the context and scope for which Steer Davies Gleave has prepared it and may not be relied upon in part or whole by any third party or be used for any other purpose. Any person choosing to use any part of this material without the express and written permission of Steer Davies Gleave shall be deemed to confirm their agreement to indemnify Steer Davies Gleave for all loss or damage resulting therefrom. Steer Davies Gleave has prepared this material using professional practices and procedures using information available to it at the time and as such any new information could alter the validity of the results and conclusions made. The Northern Powerhouse in Health Research - A Science and Innovation Audit | Main Report Contents 1 Introduction to the North . and our SIA’s footprint .......................................................... 1 Headline Messages ....................................................................................................................... 1 Our Place in a Nutshell.................................................................................................................
    [Show full text]
  • STFC Corporate Powerpoint Template
    The Hartree Centre Neil Morgan Smarter Innovation at Scale 1 The Hartree Centre 2011 Tildesley Report Economic impact through software & modelling UK-wide investment from BIS 2012 Creation of the Hartree Centre Focus on industrial engagement Partnership with IBM 2014 Phase 2 investment Big data expansion & EEC R&D 2015 Major Investment in R&D with IBM Research Data Centric & Cognitive Computing Embedded IBM Research Centre Extended industrial & scientific reach 2 “To transform UK competitiveness by facilitating and accelerating the adoption of data-centric computing and cognitive technologies.” Lenovo / Arm development system Research & innovation Development & Better products & services Deployment through collaboration prototyping delivered faster & cheaper Our mission 3 • Collaborative Projects • Software & Algorithms • Training & Skills • Platform as a Service • R&D - Proof of Technology Our services 4 • Engineers • Chemists • Life Scientists • Mathematicians • Data Scientists • Software Engineers • Visualisation/VR/AR Engineers credit: istock Our people 5 Example Projects • Engineering and manufacturing – Vehicle design and testing – Consumer electronics design – Consumer goods products and packaging • Environment – Ocean and weather modelling • Life Sciences – Genomics for better crop yields – Disease mapping • Energy – Advanced battery cell design – Efficient well head oil extraction • Financial Services – Risk management – Service modelling • Transport – Network simulation 6 “Integrated Data Analytics and Modeling & Simulation Platforms” Ideas Proof of Proof of Roll Out • Creation of Technology Concept • Scale out as new ideas • Feasibility • Capability a robust • Minimal • Demonstrate service, viable to a user business or product base the licence value application Closing the loop between experiment andHartree comp Centreutati oPipelinen 7 Different Types of Workflows, Different Solutions Data Centric Conceptual View of Data Intensive-Integer Workflow Applications e.g.
    [Show full text]
  • Introduction to HPC and Parallel Architectures: Software Mike Ashworth
    Introduction to HPC and parallel architectures: software Mike Ashworth Head of Technology Division Scientific Computing Department and STFC Hartree Centre STFC Daresbury Laboratory [email protected] Overview Hardware and software: from evolution to revolution STFC’s Scientific Computing Department STFC Hartree Centre: future developments to meet future challenges Opportunities for Discussion Overview Hardware and software: from evolution to revolution STFC’s Scientific Computing Department STFC Hartree Centre: future developments to meet future challenges Opportunities for Discussion TOP500 Global Trends from Jack Dongarra, IESP from Jack Dongarra, IESP Limits Reached? “It would appear that we have reached the limits of what is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty silly in five years” John von Neumann, 1949 Technology Challenges: The Power Wall Transistor density is still increasing Clock frequency is not due to power density constraints Cores per chip is increasing, multi-core CPUs ( currently 8-16) and GPUs (500) Little further scope for instruction level parallelism Source: Intel, Microsoft (Sutter) and Stanford (Olukotun, Hammond) Increase in the number of cores Increase in the number of cores 1 system has >1,000,000 cores 21 systems have >100,000 cores Exascale Reports DARPA Exascale Computing Report Exascale systems achievable by 2017 Little increase in clock rate 10M-100M processor cores Heterogeneous (1:100 full instruction set to lightweight cores) 3D packaging with memory close to cores Mixed optical plus electrical interconnect 10PB-100PB memory Fault tolerance with support in hardware and software For total system power of 10-20 MW, need 50-100 GF/W cf.
    [Show full text]
  • Liverpool City Region + a Science & Innovation Audit Main Report
    LIVERPOOL CITY REGION + A SCIENCE & INNOVATION AUDIT MAIN REPORT SPONSORED BY THE DEPARTMENT FOR BUSINESS, ENERGY & INDUSTRIAL STRATEGY SEPTEMBER 2017 OUR FINALISED SCIENCE & INNOVATION AMBITIONS: Infection To consolidate the LCR's position as an international centre of excellence in tackling infectious diseases, and create a cluster of anchor and high growth companies to take advantage of global market opportunities in infection. Materials Chemistry To apply the LCR's world class materials chemistry capabilities and commercialisation model to provide transformational opportunities for mature UK sectors, create new high-growth industries, and become a recognised global leader. HP&CC To harness the LCR’s world-leading High Performance and Cognitive Computing1 capabilities to accelerate cross-sector growth and productivity, public sector transformation, and develop a world-class data-centric and disruptive digital technologies cluster. Innovation Excellence For the LCR to be a national exemplar of place-based and innovation-driven economic growth that supports the UK Industrial Strategy. 1 NB. We have chosen to use this term rather than “Artificial Intelligence”, while acknowledging that the two are closely related. Contents FOREWORD FROM THE MAYOR OF LIVERPOOL CITY REGION I INTRODUCTION FROM THE LCR+ SIA CONSORTIUM II 1 INTRODUCING THE LIVERPOOL CITY REGION+ 1 2 STRENGTHS IN SCIENCE AND INNOVATION 10 3 FOCUSING ON OUR SIA – THEMES AND PROCESS 15 4 IN DETAIL: SIA THEME 1 – INFECTION 17 5 IN DETAIL: SIA THEME 2 – MATERIALS CHEMISTRY 30 6
    [Show full text]