What can POP do for you?

Size: px
Start display at page:

Download "What can POP do for you?"

Transcription

1 What can POP do for you? Mike Dewar, NAG Ltd EU H2020 Center of Excellence (CoE) 1 October March 2018 Grant Agreement No

2 Outline Overview of codes investigated Code audit & plan examples Analysis of inefficiencies identified Proof of concept projects Summary 2

3 Customers by Country 40% 35% 30% 25% 20% 15% 10% 5% 0% United Kingdom Germany France Spain Rest of Europe Netherlands Sweden Belgium All SMEs 3

4 Programming Languages 45% 40% 35% 30% 25% 20% 15% 10% 5% 0% Fortran C++ Fortran_C/C++ Python_* C Others 4

5 Parallelisation Scheme 50% 45% 40% 35% 30% 25% 20% 15% 10% 5% 0% MPI Hybrid MPI+OpenMP OpenMP Others CUDA 5

6 Application Sectors 30% 25% 20% 15% 10% 5% 0% Chemistry Engineering Earth Science CFD Energy Other Machine Learning Health All SMEs 6

7 So Far 72 Audits and plans completed or reporting to customer 5 completed Proofs of Concept Working on a further 36 studies and 8 Proofs of Concept Close to 40% of Audits lead to a follow-up Performance Plan Goal 150 assessments 7

8 Code Audit & Plan Examples 8

9 OpenNN - Artelnics Neural network open source application C++ code with OpenMP parallelisation Key audit result: Main issue is Computational Efficiency Main limit on performance is the unexpected variability in the number of times a parallel loop gets executed when number of threads is increased. Further work in a POP performance plan is investigating the unexpected extra computation 9

10 GS2 - Culham Centre for Fusion Energy Turbulence in fusion plasma application Fortran code with MPI parallelisation Key audit result: Main issue is Communication Efficiency Serialisation in the point-to-point calls leading to waiting time Use of non-blocking calls recommended 10

11 DROPS RWTH Aachen CFD tool for simulating two-phase flows C++ code parallelised with Hybrid MPI + OpenMP Complex due to heavy use of C++ templates Key audit result Main issue with computational Load Balance Resulted in waiting times in MPI collectives 11

12 Analysis of Inefficiencies 12

13 Leading cause of inefficiency Load Balance Computation issues Communication issues 0% 5% 10% 15% 20% 25% 30% 35% 40% 45% 13

14 Inefficiency by Parallelisation 120% 100% 80% 60% 40% 20% 0% MPI OpenMP Hybrid MPI + OpenMP Load Balance Computation Communication 14

15 Proof of concept projects 15

16 k-wave Brno University of Technology Toolbox for time domain acoustic and ultrasound simulations in complex and tissue-realistic media C++ code parallelised with Hybrid MPI and OpenMP (+ CUDA) Executed on Salomon Intel Xeon compute nodes Key audit findings: 3D domain decomposition suffered from major load imbalance : exterior MPI processes with fewer grid cells took much longer than interior OpenMP-parallelised FFTs were much less efficient for grid sizes of exterior, requiring many more small and poorly-balanced parallel loops Using a periodic domain with identical halo zones for each MPI rank reduced overall runtime by a factor of

17 k-wave Brno University of Technology Comparison time-line before (white) and after (lilac) balancing, showing exterior MPI ranks (0,3) and interior MPI ranks (1,2) MPI synchronization in red, OpenMP synchronization in cyan 17

18 sphfluids Stuttgart Media University Simulates fluids for computer graphics applications C++ parallelised with OpenMP Key audit results: Several issues relating to the sequential computational performance Located critical parts of the application with specific recommended improvements 18

19 sphfluids Stuttgart Media University Implemented by the code developers: Review of overall code design from issues identified in POP audit Inlining short functions Reordering the particle processing order to reduce cache misses Removal of unnecessary operations and costly inner loop definitions Confirmed performance improvement up to 5x 6x depending on scenario and pressure model used Achieved thanks to insights provided by the POP experts and good information exchange during the work 19

20 EPW University of Oxford Electron-Phonon Wannier (EPW) materials science DFT code; Part of the Quantum ESPRESSO suite Fortran code parallelised with MPI Audit of unreleased development version of code Executed on ARCHER Cray XC30 (24 MPI ranks per node) Key audit findings: Poor load balance from excessive computation identified (addressed in separate POP Performance Plan) Large variations in runtime, likely caused by IO Final stage spends a great deal of time writing output to disk 20

21 EPW University of Oxford Original code had all MPI ranks writing the result to disk at the end POP PoC modified this to have only one rank do output On 480 MPI ranks, time taken to write results fell from over 7 hours to 56 seconds: 450-fold speed-up! Combined with previous improvements, enabled EPW simulations to scale to previously impractical 1920 MPI ranks 86% global efficiency with 960 MPI ranks epw.org.uk 21

22 Summary POP seeks to not only describe the performance of an application, but to identify the root causes of poor performance. Better performance leads to both resource savings and improved science. POP is a free service for people and organisations in the European Union. Current funding secured until March 2018 apply now for full range of services 22

23 POP analysis elegantly reveals in detail how our application's algorithm is running on HPC architectures. It is an extremely useful optimisation tool! Our POP contact was very knowledgeable and enthusiastic. An excellent service! Dr Joseph Parker, STFC UK 23

CP2K PERFORMANCE FROM CRAY XT3 TO XC30. Iain Bethune Fiona Reid Alfio Lazzaro

CP2K PERFORMANCE FROM CRAY XT3 TO XC30. Iain Bethune Fiona Reid Alfio Lazzaro CP2K PERFORMANCE FROM CRAY XT3 TO XC30 Iain Bethune (ibethune@epcc.ed.ac.uk) Fiona Reid Alfio Lazzaro Outline CP2K Overview Features Parallel Algorithms Cray HPC Systems Trends Water Benchmarks 2005 2013

More information

RAPS ECMWF. RAPS Chairman. 20th ORAP Forum Slide 1

RAPS ECMWF. RAPS Chairman. 20th ORAP Forum Slide 1 RAPS George.Mozdzynski@ecmwf.int RAPS Chairman 20th ORAP Forum Slide 1 20th ORAP Forum Slide 2 What is RAPS? Real Applications on Parallel Systems European Software Initiative RAPS Consortium (founded

More information

11/11/ PARTNERSHIP FOR ADVANCED COMPUTING IN EUROPE

11/11/ PARTNERSHIP FOR ADVANCED COMPUTING IN EUROPE 11/11/2014 1 Towards a persistent digital research infrastructure Sanzio Bassini PRACE Council Chair PRACE History: an Ongoing Success Story Creation of the Scientific Case Signature of the MoU Creation

More information

Christina Miller Director, UK Research Office

Christina Miller Director, UK Research Office Christina Miller Director, UK Research Office www.ukro.ac.uk UKRO s Mission: To promote effective UK engagement in EU research, innovation and higher education activities The Office: Is based in Brussels,

More information

Introduction to VI-HPS

Introduction to VI-HPS Introduction to VI-HPS Martin Schulz Technische Universität München Virtual Institute High Productivity Supercomputing Goal: Improve the quality and accelerate the development process of complex simulation

More information

LS-DYNA Performance Enhancement of Fan Blade Off Simulation on Cray XC40

LS-DYNA Performance Enhancement of Fan Blade Off Simulation on Cray XC40 LS-DYNA Performance Enhancement of Fan Blade Off Simulation on Cray XC40 Ting-Ting Zhu, Cray Inc. Jason Wang, LSTC Brian Wainscott, LSTC Abstract This work uses LS-DYNA to enhance the performance of engine

More information

Challenges in Transition

Challenges in Transition Challenges in Transition Keynote talk at International Workshop on Software Engineering Methods for Parallel and High Performance Applications (SEM4HPC 2016) 1 Kazuaki Ishizaki IBM Research Tokyo kiszk@acm.org

More information

EESI Presentation at IESP

EESI Presentation at IESP Presentation at IESP San Francisco, April 6, 2011 WG 3.1 : Applications in Energy & Transportation Chair: Philippe RICOUX (TOTAL) Vice-Chair: Jean-Claude ANDRE (CERFACS) 1 WG3.1 Scientific and Technical

More information

Application of Maxwell Equations to Human Body Modelling

Application of Maxwell Equations to Human Body Modelling Application of Maxwell Equations to Human Body Modelling Fumie Costen Room E, E0c at Sackville Street Building, fc@cs.man.ac.uk The University of Manchester, U.K. February 5, 0 Fumie Costen Room E, E0c

More information

Outline. PRACE A Mid-Term Update Dietmar Erwin, Forschungszentrum Jülich ORAP, Lille, March 26, 2009

Outline. PRACE A Mid-Term Update Dietmar Erwin, Forschungszentrum Jülich ORAP, Lille, March 26, 2009 PRACE A Mid-Term Update Dietmar Erwin, Forschungszentrum Jülich ORAP, Lille, March 26, 2009 Outline What is PRACE Where we stand What comes next Questions 2 Outline What is PRACE Where of we stand What

More information

CDP-EIF ITAtech Equity Platform

CDP-EIF ITAtech Equity Platform CDP-EIF ITAtech Equity Platform New financial instruments to support technology transfer in Italy TTO Circle Meeting, Oxford June 22nd 2017 June, 2017 ITAtech: the "agent for change" in TT landscape A

More information

Introduction to SHAPE Removing barriers to HPC for SMEs

Introduction to SHAPE Removing barriers to HPC for SMEs Introduction to SHAPE Removing barriers to HPC for SMEs Paul Graham, Software Architect EPCC, University of Edinburgh, UK PRACE SHAPE Coordinator p.graham@epcc.ed.ac.uk PRACEDays18, Ljubljana, Slovenia

More information

24th VI-HPS Tuning Workshop PATC course in conjunction with POP CoE

24th VI-HPS Tuning Workshop PATC course in conjunction with POP CoE 24th VI-HPS Tuning Workshop PATC course in conjunction with POP CoE http://www.vi-hps.org/training/tws/tw24.html Judit Giménez & Lau Mercadal Barcelona Supercomputing Centre Michael Bareford EPCC Wadud

More information

28th VI-HPS Tuning Workshop UCL, London, June 2018

28th VI-HPS Tuning Workshop UCL, London, June 2018 28th VI-HPS Tuning Workshop UCL, London, 19-21 June 2018 http://www.vi-hps.org/training/tws/tw28.html Judit Giménez & Lau Mercadal Barcelona Supercomputing Centre Michael Bareford EPCC Cédric Valensi &

More information

22nd VI-HPS Tuning Workshop PATC Performance Analysis Workshop

22nd VI-HPS Tuning Workshop PATC Performance Analysis Workshop 22nd VI-HPS Tuning Workshop PATC Performance Analysis Workshop http://www.vi-hps.org/training/tws/tw22.html Marc-André Hermanns Jülich Supercomputing Centre Sameer Shende University of Oregon Florent Lebeau

More information

23rd VI-HPS Tuning Workshop & LLNL Performance Tools Deep-Dive

23rd VI-HPS Tuning Workshop & LLNL Performance Tools Deep-Dive 23rd VI-HPS Tuning Workshop & LLNL Performance Tools Deep-Dive http://www.vi-hps.org/training/tws/tw23.html https://computing.llnl.gov/training/2016/2016.07.27-29.html https://lc.llnl.gov/confluence/display/tools/

More information

e-infrastructures for open science

e-infrastructures for open science e-infrastructures for open science CRIS2012 11th International Conference on Current Research Information Systems Prague, 6 June 2012 Kostas Glinos European Commission Views expressed do not commit the

More information

Confidence in SKYLON. Success on future engine test would mean "a major breakthrough in propulsion worldwide"

Confidence in SKYLON. Success on future engine test would mean a major breakthrough in propulsion worldwide Confidence in SKYLON ESA report commissioned by UK Space Agency finds no impediments to further development of Reaction Engines SKYLON Spaceplane The report states that: Success on future engine test would

More information

THE DIGITALISATION CHALLENGES IN LITHUANIAN ENGINEERING INDUSTRY. Darius Lasionis LINPRA Director November 30, 2018 Latvia

THE DIGITALISATION CHALLENGES IN LITHUANIAN ENGINEERING INDUSTRY. Darius Lasionis LINPRA Director November 30, 2018 Latvia THE DIGITALISATION CHALLENGES IN LITHUANIAN ENGINEERING INDUSTRY Darius Lasionis LINPRA Director November 30, 2018 Latvia THE ENGINEERING INDUSTRIES ASSOCIATION OF LITHUANIA (LINPRA) is an independent

More information

Exploiting Coarse-Grained Task, Data, and Pipeline Parallelism in Stream Programs

Exploiting Coarse-Grained Task, Data, and Pipeline Parallelism in Stream Programs Exploiting Coarse-Grained Task, Data, and Pipeline Parallelism in Stream Programs Michael Gordon, William Thies, and Saman Amarasinghe Massachusetts Institute of Technology ASPLOS October 2006 San Jose,

More information

H2020 Excellent science arie Skłodowska-Curie Actions. Your research career in Europe. 17 November 2015

H2020 Excellent science arie Skłodowska-Curie Actions. Your research career in Europe. 17 November 2015 H2020 Excellent science arie Skłodowska-Curie Actions Your research career in Europe 17 November 2015 As a researcher I want to undertake a project in Europe, in an academic or other (e.g. business) setting

More information

PPP InfoDay Brussels, July 2012

PPP InfoDay Brussels, July 2012 PPP InfoDay Brussels, 09-10 July 2012 The Factories of the Future Calls in ICT WP2013. Objectives 7.1 and 7.2 DG CONNECT Scientific Officers: Rolf Riemenschneider, Mariusz Baldyga, Christoph Helmrath,

More information

PRACE PATC Course Intel MIC Programming Workshop. February, 7-8, 2017, IT4Innovations, Ostrava, Czech Republic

PRACE PATC Course Intel MIC Programming Workshop. February, 7-8, 2017, IT4Innovations, Ostrava, Czech Republic PRACE PATC Course Intel MIC Programming Workshop February, 7-8, 2017, IT4Innovations, Ostrava, Czech Republic LRZ in the HPC Environment Bavarian Contribution to National Infrastructure HLRS@Stuttgart

More information

arxiv: v1 [cs.dc] 16 Oct 2012

arxiv: v1 [cs.dc] 16 Oct 2012 Coalesced communication: a design pattern for complex parallel scientific software Hywel B. Carver a,b, Derek Groen b, James Hetherington b, Rupert W. ash b, Miguel O. Bernabeu b,a, Peter V. Coveney b

More information

Programming and Optimization with Intel Xeon Phi Coprocessors. Colfax Developer Training One-day Boot Camp

Programming and Optimization with Intel Xeon Phi Coprocessors. Colfax Developer Training One-day Boot Camp Programming and Optimization with Intel Xeon Phi Coprocessors Colfax Developer Training One-day Boot Camp Abstract: Colfax Developer Training (CDT) is an in-depth intensive course on efficient parallel

More information

EU Ecolabel EMAS Environmental Technology Verification (ETV) State-of-play and evaluations

EU Ecolabel EMAS Environmental Technology Verification (ETV) State-of-play and evaluations EU Ecolabel EMAS Environmental Technology Verification (ETV) State-of-play and evaluations Pierre Henry DG Environment B1 3 instruments of Circular Economy action plan Improving the efficiency and uptake

More information

Algorithm-Based Master-Worker Model of Fault Tolerance in Time-Evolving Applications

Algorithm-Based Master-Worker Model of Fault Tolerance in Time-Evolving Applications Algorithm-Based Master-Worker Model of Fault Tolerance in Time-Evolving Applications Authors: Md. Mohsin Ali and Peter E. Strazdins Research School of Computer Science The Australian National University

More information

Vampir Getting Started. Holger Brunst March 4th 2008

Vampir Getting Started. Holger Brunst March 4th 2008 Vampir Getting Started Holger Brunst holger.brunst@tu-dresden.de March 4th 2008 What is Vampir? Program Monitoring, Visualization, and Analysis 1. Step: VampirTrace monitors your program s runtime behavior

More information

Programming and Optimization with Intel Xeon Phi Coprocessors. Colfax Developer Training One-day Labs CDT 102

Programming and Optimization with Intel Xeon Phi Coprocessors. Colfax Developer Training One-day Labs CDT 102 Programming and Optimization with Intel Xeon Phi Coprocessors Colfax Developer Training One-day Labs CDT 102 Abstract: Colfax Developer Training (CDT) is an in-depth intensive course on efficient parallel

More information

Image-Domain Gridding on Accelerators

Image-Domain Gridding on Accelerators Netherlands Institute for Radio Astronomy Image-Domain Gridding on Accelerators Bram Veenboer Monday 26th March, 2018, GPU Technology Conference 2018, San Jose, USA ASTRON is part of the Netherlands Organisation

More information

An Introduction to Load Balancing CCSM3 Components

An Introduction to Load Balancing CCSM3 Components An Introduction to Load Balancing CCSM3 Components CCSM Workshop June 23, 2005 Breckenridge, CO The National Center for Atmospheric Research is funded by the National Science Foundation. 1 Overview CCSM3

More information

Trinity Center of Excellence

Trinity Center of Excellence Trinity Center of Excellence I can t promise to solve all your problems, but I can promise you won t face them alone Hai Ah Nam Computational Physics & Methods (CCS-2) Presented to: Salishan Conference

More information

Fast and Scalable Eigensolvers for Multicore and Hybrid Architectures

Fast and Scalable Eigensolvers for Multicore and Hybrid Architectures Fast and Scalable Eigensolvers for Multicore and Hybrid Architectures Paolo Bientinesi AICES, RWTH Aachen pauldj@aices.rwth-aachen.de 40th SPEEDUP Workshop on High-Performance Computing February 6 7, 2012

More information

Opportunity Knocks: Disruption in Computer Systems

Opportunity Knocks: Disruption in Computer Systems Opportunity Knocks: Disruption in Computer Systems Michael O Boyle Institute of Computer Systems Architecture School of Informatics University of Edinburgh UK April, 2010 Talk Structure Computing Systems

More information

HIGH-LEVEL SUPPORT FOR SIMULATIONS IN ASTRO- AND ELEMENTARY PARTICLE PHYSICS

HIGH-LEVEL SUPPORT FOR SIMULATIONS IN ASTRO- AND ELEMENTARY PARTICLE PHYSICS ˆ ˆŠ Œ ˆ ˆ Œ ƒ Ÿ 2015.. 46.. 5 HIGH-LEVEL SUPPORT FOR SIMULATIONS IN ASTRO- AND ELEMENTARY PARTICLE PHYSICS G. Poghosyan Steinbuch Centre for Computing, Karlsruhe Institute of Technology, Karlsruhe, Germany

More information

Extreme Scale Computational Science Challenges in Fusion Energy Research

Extreme Scale Computational Science Challenges in Fusion Energy Research Extreme Scale Computational Science Challenges in Fusion Energy Research William M. Tang Princeton University, Plasma Physics Laboratory Princeton, NJ USA International Advanced Research 2012 Workshop

More information

SR&ED International R&D Tax Credit Strategies

SR&ED International R&D Tax Credit Strategies SR&ED International R&D Tax Credit Strategies On overview of Research & Development (R&D) project management & tax credit claims. Contents International R&D Tax Credits... 1 Definition of Qualified Activities

More information

PRODUCT DATA. PULSE Multichannel Sound Power Type 7748 Version 1.2

PRODUCT DATA. PULSE Multichannel Sound Power Type 7748 Version 1.2 PRODUCT DATA PULSE Multichannel Sound Power Type 7748 Version 1.2 Multichannel Sound Power offers the easiest way yet to measure sound power and other important sound characteristics of products according

More information

EXPERIENCES WITH KNL IN THE ALCF EARLY SCIENCE PROGRAM

EXPERIENCES WITH KNL IN THE ALCF EARLY SCIENCE PROGRAM 19 JUNE 2017 ISC, FRANKFURT AM MAIN, GERMANY EXPERIENCES WITH KNL IN THE ALCF EARLY SCIENCE PROGRAM DAVID E. MARTIN Manager, Industry Partnerships and Outreach Argonne Leadership Computing Facility TIM

More information

EIF Equity Products. Finland 5 February 2015

EIF Equity Products. Finland 5 February 2015 EIF Equity Products Finland 5 February 2015 1 EIF at a Glance We provide risk financing to stimulate entrepreneurship and innovation in Europe, supporting over 1.5 Million SMEs over 20 years EU specialised

More information

Solving Large Multi-Scale Problems in CST STUDIO SUITE

Solving Large Multi-Scale Problems in CST STUDIO SUITE Solving Large Multi-Scale Problems in CST STUDIO SUITE An Aircraft Application M. Kunze, Z. Reznicek, I. Munteanu, P. Tobola, F. Wolfheimer Motivation I New A/C concepts (fly-by-wire, all electric aircraft,

More information

OROS Modal Analyzer : comprehensive and portable

OROS Modal Analyzer : comprehensive and portable OROS Modal 2 OROS Modal Analyzer : comprehensive and portable Modal analysis is a powerful technique for understanding structures behavior and for validating mechanical design and simulation results. Listening

More information

UEAPME Think Small Test

UEAPME Think Small Test Think Small Test and Small Business Act Implementation Scoreboard Study Unit Brussels, 6 November 2012 1. Introduction The Small Business Act (SBA) was approved in December 2008, laying out seven concrete

More information

Compliance for Eucomed: The Medical Technology Industry s s Perspective

Compliance for Eucomed: The Medical Technology Industry s s Perspective Compliance for Eucomed: The Medical Technology Industry s s Perspective Rome, May 29, 2009 John Wilkinson Chief Executive - Eucomed Outline Overview of the Medical Technology Industry What is it? How big

More information

THE ECONOMICS OF DATA-DRIVEN INNOVATION

THE ECONOMICS OF DATA-DRIVEN INNOVATION New Engines of Growth Driving Innovation and Trade in Data High-Level Transatlantic Summit 24 April 2014 THE ECONOMICS OF DATA-DRIVEN INNOVATION Opportunities and challenges for Europe Christian.Reimsbach-Kounatze@oecd.org

More information

escience/lhc-expts integrated t infrastructure

escience/lhc-expts integrated t infrastructure escience/lhc-expts integrated t infrastructure t 16 Oct. 2008 Partner; H F Hoffmann, CERN Jürgen Knobloch/CERN Slide 1 1 e-libraries Archives/Curation centres Large Data Repositories Facilities, Instruments

More information

THE 12 COUNTRIES IN OUR SAMPLE

THE 12 COUNTRIES IN OUR SAMPLE THE 12 COUNTRIES IN OUR SAMPLE We modeled the economic impact of artificial intelligence (AI) in 12 developed countries that currently make up 50 percent of global gross domestic product (GDP). Austria

More information

Scientific Computing Activities in KAUST

Scientific Computing Activities in KAUST HPC Saudi 2018 March 13, 2018 Scientific Computing Activities in KAUST Jysoo Lee Facilities Director, Research Computing Core Labs King Abdullah University of Science and Technology Supercomputing Services

More information

National e-infrastructure for Science. Jacko Koster UNINETT Sigma

National e-infrastructure for Science. Jacko Koster UNINETT Sigma National e-infrastructure for Science Jacko Koster UNINETT Sigma 0 Norway: evita evita = e-science, Theory and Applications (2006-2015) Research & innovation e-infrastructure 1 escience escience (or Scientific

More information

Trend of Software R&D for Numerical Simulation Hardware for parallel and distributed computing and software automatic tuning

Trend of Software R&D for Numerical Simulation Hardware for parallel and distributed computing and software automatic tuning SCIENCE & TECHNOLOGY TRENDS 4 Trend of Software R&D for Numerical Simulation Hardware for parallel and distributed computing and software automatic tuning Takao Furukawa Promoted Fields Unit Minoru Nomura

More information

Development of a parallel, tree-based neighbour-search algorithm

Development of a parallel, tree-based neighbour-search algorithm Mitglied der Helmholtz-Gemeinschaft Development of a parallel, tree-based neighbour-search algorithm for the tree-code PEPC 28.09.2010 Andreas Breslau Outline 1 Motivation 2 Short introduction to tree-codes

More information

Exascale Initiatives in Europe

Exascale Initiatives in Europe Exascale Initiatives in Europe Ross Nobes Fujitsu Laboratories of Europe Computational Science at the Petascale and Beyond: Challenges and Opportunities Australian National University, 13 February 2012

More information

CS4961 Parallel Programming. Lecture 1: Introduction 08/24/2010. Course Details Time and Location: TuTh, 9:10-10:30 AM, WEB L112 Course Website

CS4961 Parallel Programming. Lecture 1: Introduction 08/24/2010. Course Details Time and Location: TuTh, 9:10-10:30 AM, WEB L112 Course Website Parallel Programming Lecture 1: Introduction Mary Hall August 24, 2010 1 Course Details Time and Location: TuTh, 9:10-10:30 AM, WEB L112 Course Website - http://www.eng.utah.edu/~cs4961/ Instructor: Mary

More information

Women on Boards. Vanessa Williams Managing Director, Awen Consultants Limited Founder, Governance for Growth Director & Lawyer, Excello Law Limited

Women on Boards. Vanessa Williams Managing Director, Awen Consultants Limited Founder, Governance for Growth Director & Lawyer, Excello Law Limited Women on Boards Vanessa Williams Managing Director, Awen Consultants Limited Founder, Governance for Growth Director & Lawyer, Excello Law Limited AGENDA Personal background/perspective Information sources

More information

Threading libraries performance when applied to image acquisition and processing in a forensic application

Threading libraries performance when applied to image acquisition and processing in a forensic application Threading libraries performance when applied to image acquisition and processing in a forensic application Carlos Bermúdez MSc. in Photonics, Universitat Politècnica de Catalunya, Barcelona, Spain Student

More information

FPGA implementation of Generalized Frequency Division Multiplexing transmitter using NI LabVIEW and NI PXI platform

FPGA implementation of Generalized Frequency Division Multiplexing transmitter using NI LabVIEW and NI PXI platform FPGA implementation of Generalized Frequency Division Multiplexing transmitter using NI LabVIEW and NI PXI platform Ivan GASPAR, Ainoa NAVARRO, Nicola MICHAILOW, Gerhard FETTWEIS Technische Universität

More information

escience: Pulsar searching on GPUs

escience: Pulsar searching on GPUs escience: Pulsar searching on GPUs Alessio Sclocco Ana Lucia Varbanescu Karel van der Veldt John Romein Joeri van Leeuwen Jason Hessels Rob van Nieuwpoort And many others! Netherlands escience center Science

More information

December 10, Why HPC? Daniel Lucio.

December 10, Why HPC? Daniel Lucio. December 10, 2015 Why HPC? Daniel Lucio dlucio@utk.edu A revolution in astronomy Galileo Galilei - 1609 2 What is HPC? "High-Performance Computing," or HPC, is the application of "supercomputers" to computational

More information

Innovation in Europe: Where s it going? How does it happen? Stephen Roper Aston Business School, Birmingham, UK

Innovation in Europe: Where s it going? How does it happen? Stephen Roper Aston Business School, Birmingham, UK Innovation in Europe: Where s it going? How does it happen? Stephen Roper Aston Business School, Birmingham, UK Email: s.roper@aston.ac.uk Overview Innovation in Europe: Where is it going? The challenge

More information

www.ixpug.org @IXPUG1 What is IXPUG? http://www.ixpug.org/ Now Intel extreme Performance Users Group Global community-driven organization (independently ran) Fosters technical collaboration around tuning

More information

Parallel Programming I! (Fall 2016, Prof.dr. H. Wijshoff)

Parallel Programming I! (Fall 2016, Prof.dr. H. Wijshoff) Parallel Programming I! (Fall 2016, Prof.dr. H. Wijshoff) Four parts: Introduction to Parallel Programming and Parallel Architectures (partly based on slides from Ananth Grama, Anshul Gupta, George Karypis,

More information

The TTO circle workshop on "Technology Transfer in Nanotechnology"

The TTO circle workshop on Technology Transfer in Nanotechnology The TTO circle workshop on "Technology Transfer in Nanotechnology" Sergio Grande Technology Transfer Officer JRC Intellectual Property and Technology Transfer Unit Rome 11 September 2018 Mission &Vision

More information

EU-Australia workshop 14 th November 2016

EU-Australia workshop 14 th November 2016 The information contained in this document belongs to ASCENT team and to the recipient of the document. The information is strictly linked to the oral comments which were made at its presentation, and

More information

The Spanish Supercomputing Network (RES)

The Spanish Supercomputing Network (RES) www.bsc.es The Spanish Supercomputing Network (RES) Sergi Girona Barcelona, September 12th 2013 RED ESPAÑOLA DE SUPERCOMPUTACIÓN RES: An alliance The RES is a Spanish distributed virtual infrastructure.

More information

ADS-SystemVue Linkages

ADS-SystemVue Linkages ADS-SystemVue Linkages Uniting System, Baseband, and RF design flows for leading-edge designs Superior RF models and simulators Convenient, polymorphic algorithmic modeling, debug, and test May 2010 Page

More information

Process Control Calibration Made Easy with Agilent U1401A

Process Control Calibration Made Easy with Agilent U1401A Process Control Calibration Made Easy with Agilent U1401A Application Note This application note explains how the Agilent U1401A with simultaneous source and measure functions eases technicians calibration

More information

European Technology Platforms

European Technology Platforms European Technology Platforms a a new concept a a new way to achieve Lisbon s goals...priority for 2004-2005 put forward by the Members States and fully supported by the Commission Launching of Greek Technology

More information

Towards Global Monitoring of Soil Moisture at 1 km Spatial Resolution using Sentinel-1: Initial Results

Towards Global Monitoring of Soil Moisture at 1 km Spatial Resolution using Sentinel-1: Initial Results Towards Global Monitoring of Soil Moisture at 1 km Spatial Resolution using Sentinel-1: Initial Results W. Wagner, V. Naeimi, B. Bauer-Marschallinger, S. Cao, A. Dostalova, C. Notarnicola, F. Greifeneder,

More information

EBA Master Class The Benefits of International Collaboration. Steve Morgan Co-Chair, EBA Benchmarking Group

EBA Master Class The Benefits of International Collaboration. Steve Morgan Co-Chair, EBA Benchmarking Group EBA Master Class The Benefits of International Collaboration Steve Morgan Co-Chair, EBA Benchmarking Group Why Collaborate? We all have a common goal - to benefit patients Patients require access to safe

More information

An Introduction to SIMDAT a Proposal for an Integrated Project on EU FP6 Topic. Grids for Integrated Problem Solving Environments

An Introduction to SIMDAT a Proposal for an Integrated Project on EU FP6 Topic. Grids for Integrated Problem Solving Environments An Introduction to SIMDAT a Proposal for an Integrated Project on EU FP6 Topic Grids for Integrated Problem Solving Environments Martin Hofmann Department of Bioinformatics Fraunhofer Institute for Algorithms

More information

International Cooperation in the Development of New Technology for Commercial Transports

International Cooperation in the Development of New Technology for Commercial Transports ICAS2002 CONGRESS International Cooperation in the Development of New Technology for Commercial Transports Michael Friend, Program Manager, Boeing Research & Technology Center, Madrid, Spain Keywords:

More information

NEWSLETTER AUTUMN 2013

NEWSLETTER AUTUMN 2013 NEWSLETTER AUTUMN 2013 Photo: PayBlake welcome Welcome to this edition of the CRESTA Newsletter. Time is passing quickly within the project and it s hard to believe we ve already completed 24 of our 36

More information

CUDA 를활용한실시간 IMAGE PROCESSING SYSTEM 구현. Chang Hee Lee

CUDA 를활용한실시간 IMAGE PROCESSING SYSTEM 구현. Chang Hee Lee 1 CUDA 를활용한실시간 IMAGE PROCESSING SYSTEM 구현 Chang Hee Lee Overview Thin film transistor(tft) LCD : Inspection Object Type of Defect Type of Inspection Instrument Brief Lighting / Focusing Optic Magnification

More information

Realising the FNH-RI: Roadmap. Karin Zimmermann (Wageningen Economic Research [WUR], NL)

Realising the FNH-RI: Roadmap. Karin Zimmermann (Wageningen Economic Research [WUR], NL) Realising the FNH-RI: Roadmap Karin Zimmermann (Wageningen Economic Research [WUR], NL) Three ongoing tracks towards a FNH-RI Design studies EuroDISH: Determinants Intake Status - Health RICHFIELDS: Focus

More information

HUMAN FACTORS IN VEHICLE AUTOMATION

HUMAN FACTORS IN VEHICLE AUTOMATION Emma Johansson HUMAN FACTORS IN VEHICLE AUTOMATION - Activities in the European project AdaptIVe Vehicle and Road Automation (VRA) Webinar 10 October 2014 // Outline AdaptIVe short overview Collaborative

More information

Fortissimo Enabling manufacturing SMEs to benefit from HPC

Fortissimo Enabling manufacturing SMEs to benefit from HPC Fortissimo Enabling manufacturing SMEs to benefit from HPC Claudio Arlandini CINECA 17/06/2015 This project has received funding from the European Union's Seventh Framework Programme for research, technological

More information

Science & Technology Cooperation Workshop

Science & Technology Cooperation Workshop Science & Technology Cooperation Workshop co-organised by the European Union Delegation to Thailand and the National Science and Technology Development Agency (NSTDA) Sofitel Bangkok Sukhumvit Hotel 11

More information

Research DG. European Commission. Sharing Visions. Towards a European Area for Foresight

Research DG. European Commission. Sharing Visions. Towards a European Area for Foresight Sharing Visions Towards a European Area for Foresight Sharing Visions Towards a European Area for Foresight Europe s knowledge base : key challenges The move towards a European Research Area (ERA) ERA

More information

The Neutrino Telescope of the KM3NeT Deep-Sea Research Infrastructure

The Neutrino Telescope of the KM3NeT Deep-Sea Research Infrastructure The Neutrino Telescope of the KM3NeT Deep-Sea Research Infrastructure Robert Lahmann for the KM3NeT Consortium Erlangen Centre for Astroparticle Physics TIPP 2011, Chicago 11-June-2011 Outline Objectives

More information

Multi-Core Execution of Parallelised Hard Real-Time Applications

Multi-Core Execution of Parallelised Hard Real-Time Applications Multi-Core Execution of Parallelised Hard Real-Time Applications Grant Agreement number: 287519, 3-year project, started: Oc1. 1, 2010 Period covered: Oct. 1, 2011 to Nov. 30, 2012 http://parmerasa.eu

More information

EM Insights Series. Episode #1: QFN Package. Agilent EEsof EDA September 2008

EM Insights Series. Episode #1: QFN Package. Agilent EEsof EDA September 2008 EM Insights Series Episode #1: QFN Package Agilent EEsof EDA September 2008 Application Overview Typical situation IC design is not finished until it is packaged. It is now very important for IC designers

More information

Framework Programme 7 and SMEs. Amaury NEVE European Commission DG Research - Unit T4: SMEs

Framework Programme 7 and SMEs. Amaury NEVE European Commission DG Research - Unit T4: SMEs Framework Programme 7 and SMEs Amaury NEVE European Commission DG Research - Unit T4: SMEs Outline 1. SMEs and R&D 2. The Seventh Framework Programme 3. SMEs in Cooperation 4. SMEs in People 5. SMEs in

More information

The ETV pilot programme: State of play, standardisation issues

The ETV pilot programme: State of play, standardisation issues The ETV pilot programme: State of play, standardisation issues David BAXTER & Jean-Pierre SCHOSGER On behalf of Policy context Innovation Union - turning ideas into jobs, green growth and social progress

More information

Quality Systems, Accreditation and the Food Sector

Quality Systems, Accreditation and the Food Sector Presentation Outline Quality Systems, Accreditation and the Food Sector David Galsworthy Head of Quality Systems Team Central Science Laboratory York, UK My background The Quality Standards Accreditation

More information

Shaping Europe s Digital Future

Shaping Europe s Digital Future Shaping Europe s Digital Future HPC for Extreme Scale Scientific and Industrial Applications Sofia Digital Forum 2018 19 April 2018, National Palace of Culture, Sofia, Bulgaria https://eu2018bg.bg/en/events/1572

More information

Keysight Technologies 7 Hints That Every Engineer Should Know When Making Power Measurements with Oscilloscopes. Application Note

Keysight Technologies 7 Hints That Every Engineer Should Know When Making Power Measurements with Oscilloscopes. Application Note Keysight Technologies 7 Hints That Every Engineer Should Know When Making Power Measurements with Oscilloscopes Application Note Seven Hints for Making Power Measurements with Oscilloscopes Achieving maximized

More information

First Experience with PCP in the PRACE Project: PCP at any cost? F. Berberich, Forschungszentrum Jülich, May 8, 2012, IHK Düsseldorf

First Experience with PCP in the PRACE Project: PCP at any cost? F. Berberich, Forschungszentrum Jülich, May 8, 2012, IHK Düsseldorf First Experience with PCP in the PRACE Project: PCP at any cost? F. Berberich, Forschungszentrum Jülich, May 8, 2012, IHK Düsseldorf Overview WHY SIMULATION SCIENCE WHAT IS PRACE PCP IN THE VIEW OF A PROJECT

More information

Parallel Computing 2020: Preparing for the Post-Moore Era. Marc Snir

Parallel Computing 2020: Preparing for the Post-Moore Era. Marc Snir Parallel Computing 2020: Preparing for the Post-Moore Era Marc Snir THE (CMOS) WORLD IS ENDING NEXT DECADE So says the International Technology Roadmap for Semiconductors (ITRS) 2 End of CMOS? IN THE LONG

More information

Building Bridges Between R&D Institutions and Tool Making Sector (Slovene experiences)

Building Bridges Between R&D Institutions and Tool Making Sector (Slovene experiences) 11th International Cold Forming Congress 12th 14th September 2005 Chester, UK Building Bridges Between R&D Institutions and Tool Making Sector (Slovene experiences) Karl Kuzman University of Ljubljana,

More information

Designing the sound experience with NVH simulation

Designing the sound experience with NVH simulation White Paper Designing the sound experience with NVH simulation Roger Williams 1, Mark Allman-Ward 1, Peter Sims 1 1 Brüel & Kjær Sound & Vibration Measurement A/S, Denmark Abstract Creating the perfect

More information

A Time-Saving Method for Analyzing Signal Integrity in DDR Memory Buses

A Time-Saving Method for Analyzing Signal Integrity in DDR Memory Buses A Time-Saving Method for Analyzing Signal Integrity in DDR Memory Buses Application Note 1591 This application note covers new tools and measurement techniques for characterizing and validating signal

More information

Offshore Renewable Energy Conversion platforms - Coordination Action

Offshore Renewable Energy Conversion platforms - Coordination Action Offshore Renewable Energy Conversion platforms - Coordination Action a European coordination action on the combined offshore wind and ocean energy resources, technologies and markets Jochen Bard Project

More information

ENVIROS, s.r.o. Madrid, 1 st of December 2015

ENVIROS, s.r.o. Madrid, 1 st of December 2015 Implementation of Adapted Energy Management Standard WP 6 EMSPI Michael ten Donkelaar ENVIROS, s.r.o. Madrid, 1 st of December 2015 Agenda Development of programme for the 1-day consultancy training workshop

More information

Building a Cell Ecosystem. David A. Bader

Building a Cell Ecosystem. David A. Bader Building a Cell Ecosystem David A. Bader Acknowledgment of Support National Science Foundation CSR: A Framework for Optimizing Scientific Applications (06-14915) CAREER: High-Performance Algorithms for

More information

Towards a New IP Consciousness in Universities and R&D Institutions: Case Show

Towards a New IP Consciousness in Universities and R&D Institutions: Case Show IP Policy for Universities and Research and Development Institutions Tallinn, Estonia April 3, 2014 Towards a New IP Consciousness in Universities and R&D Institutions: Case Show Laurent Manderieux L.

More information

Common Features and National Differences - preliminary findings -

Common Features and National Differences - preliminary findings - Common Features and National Differences - preliminary findings - Knud Böhle and Systems Analysis Research Centre Karlsruhe Karlsruhe, Germany Outline 1. Some indicators, used in the general section of

More information

SATURN 101: Part 3 Improving Convergence

SATURN 101: Part 3 Improving Convergence SATURN 101: Part 3 Improving Convergence 2018 User Group Meeting November 2018 Final 03/12/18 - UGM2018 SAT101 Part 3 Improving Convergence Dirck Van Vliet SATURN Assignment 101 Part 3 - Recap on SAVEIT

More information

Whole of Society Conflict Prevention and Peacebuilding

Whole of Society Conflict Prevention and Peacebuilding Whole of Society Conflict Prevention and Peacebuilding WOSCAP (Whole of Society Conflict Prevention and Peacebuilding) is a project aimed at enhancing the capabilities of the EU to implement conflict prevention

More information

Topics in Development of Naval Architecture Software Applications

Topics in Development of Naval Architecture Software Applications Topics in Development of Naval Architecture Software Applications Kevin McTaggart, David Heath, James Nickerson, Shawn Oakey, and James Van Spengen Simulation of Naval Platform Group Defence R&D Canada

More information

European-South African Cooperation in Scientific and Technical Research

European-South African Cooperation in Scientific and Technical Research European-South African Cooperation in Scientific and Technical Research F.J. Prinsloo 1,2 1 National Contact Point 2 Contracts R&D Manager ESASTAP CSIR National Laser Centre Building 53, CSIR Campus Building

More information