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

Size: px
Start display at page:

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

Transcription

1 RAPS RAPS Chairman 20th ORAP Forum Slide 1

2 20th ORAP Forum Slide 2

3 What is RAPS? Real Applications on Parallel Systems European Software Initiative RAPS Consortium (founded early 90 s) Working group of hardware vendors Programming model (MPI + F90/F95 + OpenMP) The partners of the RAPS Consortium develop portable parallel versions of their production codes which are made available to a Working Group of Hardware Vendors for benchmarking and testing. 20th ORAP Forum Slide 3

4 RAPS Consortium CCLRC, Daresbury CSCS, Lugano DWD, Offenbach DKRZ, Hamburg, Reading Fraunhofer SCAI/ITWM UK Met Office, Exeter MPI-M, Hamburg METEO-FRANCE, Toulouse NERC, UK 20th ORAP Forum Slide 4

5 Working Group of Hardware Vendors Bull Cray Fujitsu Hitachi HP IBM INTEL Linux Networx NEC SGI SUN 20th ORAP Forum Slide 5

6 Why RAPS Portability of codes (F90/F95, C/C++, MPI, OpenMP) Availability of benchmark codes ahead of a formal procurement Some influence on standardization (PARMACS -> MPI) - Vendors needed to support F90 + MPI to run benchmarks Information exchange - 20 meetings held to date 20th ORAP Forum Slide 6

7 RAPS process RAPS benchmarks distributed by individual organizations No official membership required for vendors Vendors approach (NDA) individual orgs for benchmarks Meetings (once a year) - Every 2 years as part of Use of HPC in Meteorology workshop th/index.html Next meeting 21/22 June 2007, UPMC, Jussieu, Paris - Contact: Marie-Alice.Foujols@ipsl.jussieu.fr 20th ORAP Forum Slide 7

8 RAPS benchmarks Today - IFS (RAPS9) - DWD LM_RAPS - Met Office UM Commitment to produce up to date benchmarks reflecting key operational applications of consortium members 20th ORAP Forum Slide 8

9 RAPS Future To seek new members outside of meteorological community Exchange experiences with other communities Fortran Standards - Fortran HPCS compiler? 20th ORAP Forum Slide 9

10 : Supporting States and Co-operation Belgium Ireland Portugal Denmark Italy Switzerland Germany Luxembourg Finland Spain The Netherlands Sweden France Norway Turkey Greece Austria United Kingdom Co-operation agreements or working arrangements with: Czech Republic Croatia Estonia Hungary Iceland Lithuania Morocco Romania Serbia Slovenia 20th ORAP Forum Slide 10 ACMAD ESA EUMETSAT WMO JRC CTBTO CLRTAP

11 Phase3 hpcc & hpcd IBM p690+ Phase4 hpce & hpcf IBM p575+ Power GHz Peak 7.6 Gflops per PE Sustained ~.5 Gflops per PE Power GHz --> with SMT Peak 7.6 Gflops per PE Sustained ~1 Gflops per PE 2176 PEs per cluster 2240 PEs per cluster 32 PEs per node 16 PEs per node ---> 3*Mem BW per PE Same Federation Switch 20th ORAP Forum Slide 11

12 History of RAPS benchmark Gflop/s IBM p RAPS-8 T799 L91 IBM p RAPS-9 T799 L91 CRAY T3E RAPS-4 T213 L Number of processors 20th ORAP Forum Slide 12

13 T km NGPTOT = 2,140,704 TSTEP = 450 secs Flops for 10-day forecast = 7.207* N 50 N 0 20th ORAP Forum Slide

14 Comparison of Resolutions Resolution T1279 L91 T799 L91 T399 L62 Grid spacing 16km 25km 50km Number of grid-points 2,140, , ,988 Time-step 450 secs 720 secs 1800 secs Flops for 10-day forecast 7.207* * *10 15 EPS * 50 20th ORAP Forum Slide 14

15 RAPS9 10-day T799 L91 Forecast Percentage of Peak hpce T1279 hpce T799 hpcd T799 Number of PEs 20th ORAP Forum Slide 15

16 RAPS9 T799 L91 10-day Forecast on hpce Speed-up Ideal T799 T Number of PEs 20th ORAP Forum Slide 16

17 RAPS9 T799 L91 10-day Forecast on Cray XT3 at ORNL Speed-up Ideal T Number of PEs 20th ORAP Forum Slide 17

18 RAPS9 - T799 L91 10-day forecast OpenMP threads / MPI task on 96 Nodes 11 Percentage of Peak SMT No SMT 4 Threads used for operations Number of threads per MPI task 20th ORAP Forum Slide 18

19 RAPS9-10-day forecasts Message passing comms on hpce Resolution Nodes MPI x OMP WALL (secs) %Comms (barrier) Tflop/s % of peak T799 L91 T1279 L91 T799 L91 24 Nodes 96 x 8 96 Nodes 384 x Nodes 560 x % % % % % % T1279 L Nodes % % 560 x 8 20th ORAP Forum Slide 19

20 Ensemble forecasts of hurricane Katrina From 12UTC Thursday 25 Aug 2005 From 12UTC Friday 26 Aug 2005 Ensemble member High res. forecast Shading: Probability that Katrina would pass within 120km 20th ORAP Forum Slide 20

21 Integrated Forecasting System (IFS) IFS today - Collaboration between Meteo France and - Source ~ 1.8 million lines - Fortran 95, some C - Good performance on scalar and vector systems IFS model characteristics: - Spectral - Semi-implicit - Semi-Lagrangian 20th ORAP Forum Slide 21

22 IFS - Parallelised using mixed MPI and OpenMP MPI communications Transpositions - Between Grid point, Fourier and Spectral spaces Wide halo exchange - Semi Lagrangian method - Radiation grid interpolation Long messages Typically MPI_ISEND/RECV/WAITALL or collective OpenMP Shared memory nodes Memory efficient Use 4/8 threads 20th ORAP Forum Slide 22

23 T L tasks 2D partitioning 2D partitioning results in non-optimal Semi-Lagrangian comms requirement at poles and equator! Square shaped partitions are better than rectangular shaped partitions. 20th ORAP Forum Slide 23

24 Model / Radiation Grids Radiation computations are expensive To reduce this cost we, - Run radiation computations every hour every 5 th timestep for T L 799 model - Run radiation computations on a courser grid T L 399 requires interpolation Two interpolation possibilities - Gather global fields to different tasks (non-scalable) global comms is bad; # fields can be less then # tasks - Perform interpolation with only local comms for halo (scalable) implemented in IFS this way 20th ORAP Forum Slide 24

25 Reduced grids (linear) &NAMRGRI NRGRI(1)= 18, NRGRI(2)= 25, NRGRI(3)= 36, NRGRI(4)= 40, NRGRI(5)= 45, NRGRI(6)= 50, NRGRI(7)= 60, NRGRI(8)= 64, NRGRI(9)= 72, NRGRI(10)= 72, NRGRI(11)= 75, NRGRI(12)= 81, NRGRI(13)= 90, NRGRI(14)= 96,... T L 399 note only factors 2, 3, and 5 for fourier transforms NRGRI(200)= 800,... NRGRI(398)= 36, NRGRI(399)= 25, NRGRI(400)= 18, / T799 model grid (blue) T399 radiation grid (red) 20th ORAP Forum Slide 25

26 PE=293, Radiation Grid T L 255 PE=293, Model Grid T L 511 Model and Radiation grids for same partition are offset geographically, because Use of reduced grid (linear) T L 255 is not a projection of T L 511 Long thin partitions make matters worse 20th ORAP Forum Slide 26

27 eq_regions algorithm 20th ORAP Forum Slide 27

28 Why eq_regions? eq_regions partitioning is broadly similar to existing IFS 2D partitioning - 2D A-Sets similar to eq_regions bands - 2D partitioning good for a regular lat - lon grid - eq_regions partitioning more suited to a reduced grid Only one new data structure required - N_REGIONS Code changes straightforward (example follows) eq_regions partitioning works for any number of tasks and not just task numbers that have nice factors 20th ORAP Forum Slide 28

29 Other partitioning approaches: e.g. quadrangles Difficult to implement in IFS (but not impossible). Nothing in common with 2D partitioning approach. C. Lemaire/J.C. Weill, March , Partitioning the sphere with constant area quadrangles, 12 th Canadian Conference on Computational Geometry 20th ORAP Forum Slide 29

30 2D partitioning T tasks (NS=32 x EW=32) 20th ORAP Forum Slide 30

31 eq_regions partitioning T tasks N_REGIONS( 1)= 1 N_REGIONS( 2)= 7 N_REGIONS( 3)= 13 N_REGIONS( 4)= 19 N_REGIONS( 5)= 25 N_REGIONS( 6)= 31 N_REGIONS( 7)= 35 N_REGIONS( 8)= 41 N_REGIONS( 9)= 45 N_REGIONS(10)= 48 N_REGIONS(11)= 52 N_REGIONS(12)= 54 N_REGIONS(13)= 56 N_REGIONS(14)= 56 N_REGIONS(15)= 58 N_REGIONS(16)= 56 N_REGIONS(17)= 56 N_REGIONS(18)= 54 N_REGIONS(19)= 52 N_REGIONS(20)= 48 N_REGIONS(21)= 45 N_REGIONS(22)= 41 N_REGIONS(23)= 35 N_REGIONS(24)= 31 N_REGIONS(25)= 25 N_REGIONS(26)= 19 N_REGIONS(27)= 13 N_REGIONS(28)= 7 N_REGIONS(29)= 1 20th ORAP Forum Slide 31

32 2D partitioning T tasks (NS=251 x EW=1, 251 is a prime ) 20th ORAP Forum Slide 32

33 eq_regions partitioning T tasks N_REGIONS( 1)= 1 N_REGIONS( 2)= 7 N_REGIONS( 3)= 12 N_REGIONS( 4)= 17 N_REGIONS( 5)= 22 N_REGIONS( 6)= 25 N_REGIONS( 7)= 28 N_REGIONS( 8)= 27 N_REGIONS( 9)= 28 N_REGIONS(10)= 25 N_REGIONS(11)= 22 N_REGIONS(12)= 17 N_REGIONS(13)= 12 N_REGIONS(14)= 7 N_REGIONS(15)= 1 20th ORAP Forum Slide 33

34 T tasks, 2D, task 201 T799 model grid T399 radiation grid 20th ORAP Forum Slide 34

35 T tasks, eq_regions, task 220 T799 model grid T399 radiation grid 20th ORAP Forum Slide 35

36 Grid interpolation HALO area (512 tasks, T799=model grid, T399=radiation grid) model to radiation grid HALO area D T799 to T399 eq_regions T799 to T399 2D T399 to T799 eq_regions T399 to T radiation to model grid task number Halo area includes tasks own grid points 20th ORAP Forum Slide 36

37 T799 performance (comparing 2D & eq_reqions) 2D eq_regions Application tasks x threads partitioning partitioning 2D / eq_regions secs secs model 512 x D-Var 96 x Good: Bad: Reduced semi-lagrangian comms Reduced memory requirements Increased TRGTOL/TRLTOG comms (grid to fourier space) Less of an issue for thin nodes as relatively more comms is on switch 20th ORAP Forum Slide 37

38 summary eq_regions partitioning implemented in IFS - Both 2D and eq_regions partitioning are supported - eq_regions is the default partitioning - Available in IFS cycle CY31R2 eq_regions reduces semi-lagrangian communication cost - Also for model / radiation grid interpolation eq_regions has small performance advantage over 2D partitioning 20th ORAP Forum Slide 38

39 QUESTIONS? 20th ORAP Forum Slide 39

Central and Eastern Europe Statistics 2005

Central and Eastern Europe Statistics 2005 Central and Eastern Europe Statistics 2005 An EVCA Special Paper November 2006 Edited by the EVCA Central and Eastern Europe Task Force About EVCA The European Private Equity and Venture Capital Association

More information

NFC Forum: The Evolution of a Consortium

NFC Forum: The Evolution of a Consortium NFC Forum: The Evolution of a Consortium Presented by Greg Kohn Sr. Operations Director, NFC Forum ANSI Open Forum: Building Bridges across the Standards Ecosystem October 9, 2012 Part of the World Standards

More information

Chem & Bio non-proliferation

Chem & Bio non-proliferation Chem & Bio non-proliferation Workshop on the Export Control of Dual-use Materials and Technologies in GUAM Countries Kyiv, Ukraine, 14 March 2018 Independent Arms Control Consultant Circe poisoning the

More information

Munkaanyag

Munkaanyag TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 16555-6 December 2014 ICS 03.100.40; 03.100.50 English Version Innovation management - Part 6: Creativity management Management

More information

New era for Eureka - relations with ETPs

New era for Eureka - relations with ETPs New era for Eureka - relations with ETPs Dr. Aleš Mihelič EUREKA Chairman Slovenian EUREKA Chair 07/08 The past is history Established in 1985 An initiative of French President Mitterand and German Chancellor

More information

National Census Geography Some lessons learned and future challenges in European countries

National Census Geography Some lessons learned and future challenges in European countries UNSD-AITRS Regional Workshop on the Integration of Statistical and Geospatial Information Amman, Jordan, 16-20 February, 2015 National Census Geography Some lessons learned and future challenges in European

More information

Eurovision Song Contest 2011

Eurovision Song Contest 2011 Eurovision Song Contest 2011 Annex with detailed illustration of the 15-day spectrum recording Seite 50 von 81 Evaluation of the 1 th day of the DKE spectrum recording: 01.05.2011 Maximum values of the

More information

UMTS Forum key messages for WRC 2007

UMTS Forum key messages for WRC 2007 UMTS Forum key messages for WRC 2007 Halina Uryga Chairperson Operators Group Member Spectrum Aspect Group UMTS Forum www.umts-forum.org WRC-07 priorities for UMTS Forum World Radiocommunication Conference

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP AGREEMENT CWA 17284 April 2018 ICS 01.040.35; 35.240.50 English version Materials modelling - Terminology, classification and metadata This CEN Workshop Agreement has been drafted and approved

More information

English - Or. English NUCLEAR ENERGY AGENCY COMMITTEE ON THE SAFETY OF NUCLEAR INSTALLATIONS FINAL REPORT AND ANSWERS TO QUESTIONNAIRE

English - Or. English NUCLEAR ENERGY AGENCY COMMITTEE ON THE SAFETY OF NUCLEAR INSTALLATIONS FINAL REPORT AND ANSWERS TO QUESTIONNAIRE Unclassified NEA/CSNI/R(2003)3 NEA/CSNI/R(2003)3 Unclassified Organisation de Coopération et de Développement Economiques Organisation for Economic Co-operation and Development 04-Feb-2003 English - Or.

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

Economic crisis, European Welfare State Models and Inequality

Economic crisis, European Welfare State Models and Inequality Economic crisis, European Welfare State Models and Inequality Carlos Ochando Claramunt Department of Applied Economics, University of Valencia (Spain) Carlos.Ochando@uv.es Paper presented to XIII International

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

Walkie Talkie APMP300. User manual

Walkie Talkie APMP300. User manual Walkie Talkie User manual Table of contents 1. Safety 1 1.1 Intended use 3 1. Labels in this manual 3. Preparations for use.1 Unpacking 4. Package contents 5.3 Charge the battery.4 Insert batteries 3.

More information

Munkaanyag

Munkaanyag TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 16555-4 December 2014 ICS 03.100.40; 03.100.50; 03.140 English Version Innovation management - Part 4: Intellectual property

More information

INTERNATIONAL CIVIL AVIATION ORGANIZATION

INTERNATIONAL CIVIL AVIATION ORGANIZATION EUR DOC 024 Attachment INTERNATIONAL CIVIL AVIATION ORGANIZATION EUROPEAN PRINCIPLES AND PROCEDURES FOR THE ALLOCATION OF SECONDARY SURVEILLANCE RADAR MODE S INTERROGATOR CODES (IC) 2011 ATTACHMENT MODE

More information

OECD s Innovation Strategy: Key Findings and Policy Messages

OECD s Innovation Strategy: Key Findings and Policy Messages OECD s Innovation Strategy: Key Findings and Policy Messages 2010 MIT Europe Conference, Brussels, 12 October Dirk Pilat, OECD dirk.pilat@oecd.org Outline 1. Why innovation matters today 2. Why policies

More information

Economic and Social Council

Economic and Social Council United Nations Economic and Social Council ECE/CES/GE.41/2013/3 Distr.: General 15 August 2013 Original: English Economic Commission for Europe Conference of European Statisticians Group of Experts on

More information

OBN BioTuesday: Sources of Public Non-Dilutable Funding & Export Support to UK R&D Companies

OBN BioTuesday: Sources of Public Non-Dilutable Funding & Export Support to UK R&D Companies OBN BioTuesday: Sources of Public Non-Dilutable Funding & Export Support to UK R&D Companies SME Instrument and Eurostars Jane Watkins National Contact Point Horizon 2020 SME Instrument and Eurostars Jane

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

Public Private Partnerships & Idea selection

Public Private Partnerships & Idea selection www.pwc.nl Public Private Partnerships & Idea selection A tool to select technological healthcare innovation ideas PPPs should select technical healthcare innovation ideas by answering seven questions

More information

Europe Turkey MCA Major Roads of South East Europe

Europe Turkey MCA Major Roads of South East Europe 1) Road coverage Navigation SD card 8 GB ~100 % detailed street Connector road 2) Sales arguments This SD card provides updated navigation data with a coverage of ~100 % of detailed roads in European countries

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

Does exposure to university research matter to high-potential entrepreneurship?

Does exposure to university research matter to high-potential entrepreneurship? Does exposure to university research matter to high-potential entrepreneurship? AIMILIA PROTOGEROU, YANNIS CALOGHIROU, NICHOLAS S. VONORTAS LABORATORY OF INDUSTRIAL AND ENERGY ECONOMICS, NATIONAL TECHNICAL

More information

Communicating Framework Programme 7. European Commission Research DG Pablo AMOR

Communicating Framework Programme 7. European Commission Research DG Pablo AMOR Communicating Framework Programme 7 European Commission Research DG Pablo AMOR Launching FP7 Conference for Information Multipliers Brussels, 7-8 February 2007 Information on European research Web Press

More information

SUSTAINABLE SUPPLY CHAINS. Making the relationship between TRADE, SOCIAL and ENVIRONMENTAL POLICIES more effective and mutually beneficial

SUSTAINABLE SUPPLY CHAINS. Making the relationship between TRADE, SOCIAL and ENVIRONMENTAL POLICIES more effective and mutually beneficial SUSTAINABLE SUPPLY CHAINS Making the relationship between TRADE, SOCIAL and ENVIRONMENTAL POLICIES more effective and mutually beneficial Company representatives from different sectors across Europe shared

More information

Pre-Commercial Procurement (PCP) Actions

Pre-Commercial Procurement (PCP) Actions Pre-Commercial Procurement (PCP) Actions Open call in Objective 11.1 Targeted Calls in objectives 5.1(d), 11.2, 11.3, 8.2, 5.1(e)(1), 2.2(b) lieve.bos@ec.europa.eu EU Commission, DG INFSO Lisbon policy

More information

Europe Turkey MFD Major Roads of South East Europe

Europe Turkey MFD Major Roads of South East Europe 1) Road coverage Navigation SD card 8 GB ~100 % detailed street Connector road 2) Sales arguments This SD card provides updated navigation data with a coverage of ~100 % of detailed roads in European countries

More information

OBSTACLES AND OPPORTUNITIES FOR THE PECS INDUSTRY TO PARTICIPATE IN ESA PROGRAMMES SPACE4SME PROJECT. Prague April 25, 2008

OBSTACLES AND OPPORTUNITIES FOR THE PECS INDUSTRY TO PARTICIPATE IN ESA PROGRAMMES SPACE4SME PROJECT. Prague April 25, 2008 OBSTACLES AND OPPORTUNITIES FOR THE PECS INDUSTRY SPACE4SME PROJECT Prague April 25, 2008 Silvia Ciccarelli (AIPAS) - SPACE4SME Project Manager THE SPACE4SME PROJECT Commissioned by Project Coordinator

More information

Ref: Overview of the implementation of the TRIPS Agreement (patents) in the EPC contracting states and observer countries

Ref: Overview of the implementation of the TRIPS Agreement (patents) in the EPC contracting states and observer countries CA/PL 3/97 * Orig.: English ** Munich, 08.04.1997 SUBJECT: DRAWN UP BY: ADDRESSEES: Implementation of the TRIPS Agreement European Patent Office Committee on Patent Law (for information) Ref: Overview

More information

SECTEUR Ascertaining user needs

SECTEUR Ascertaining user needs Ascertaining user needs Marta Bruno Soares (Uni Leeds), Maria Noguer (IEA), Nigel Arnell (Uni Reading), Jorge Paz (Tecnalia) and Amanda Hall (Telespazio VEGA UK) What is? «The Sector Engagement for the

More information

the Reinsurance Mechanism

the Reinsurance Mechanism The European Unemployment Insurance 2.0: the Reinsurance Mechanism Miroslav Beblavý (with Daniel Gros and Ilaria Maselli) CEPS Why Reinsurance? Appropriateness of the solution always depends on problem

More information

Economic Outlook for 2016

Economic Outlook for 2016 Economic Outlook for 2016 Arturo Bris Professor of Finance, IMD Director, IMD World Competitiveness Center Yale International Center for Finance European Corporate Governance Institute 2015 IMD International.

More information

Monthly Summary of Troop Contribution to UN Operations

Monthly Summary of Troop Contribution to UN Operations Monthly Summary of Troop Contribution to UN Operations Month of Report : 3-Dec-3 Country Description of Post M F Totals ) Albania Individual Police............ 0 Subtotal for Country ) Algeria Experts

More information

Who Reads and Who Follows? What analytics tell us about the audience of academic blogging Chris Prosser Politics in

Who Reads and Who Follows? What analytics tell us about the audience of academic blogging Chris Prosser Politics in Who Reads and Who Follows? What analytics tell us about the audience of academic blogging Chris Prosser Politics in Spires @caprosser 1 What do we want to know about the audience for academic blogging?

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

5.0% 0.0% -5.0% -10.0% -15.0% 10.0% 5.0% 0.0% -5.0% -10.0% -15.0% 10.0% 5.0% 0.0% -5.0% -10.0% 16.00% 13.00% 10.00% 7.00% 4.

5.0% 0.0% -5.0% -10.0% -15.0% 10.0% 5.0% 0.0% -5.0% -10.0% -15.0% 10.0% 5.0% 0.0% -5.0% -10.0% 16.00% 13.00% 10.00% 7.00% 4. MARKETBEAT The DNA of Real Estate EUROPE A Cushman & Wakefield Research Publication Q4 2014 ICE RENTAL (YEAR-ON-YEAR) Q4 2012 Q4 2013 Q4 2014 All Countries 0.2% 0.7% 0.2% Western Europe -0.5% 0.7% 1.8%

More information

Communication systems for meters and remote reading of meters - Part 4: Wireless meter readout (Radio meter reading for operation in SRD bands)

Communication systems for meters and remote reading of meters - Part 4: Wireless meter readout (Radio meter reading for operation in SRD bands) Irish Standard Communication systems for meters and remote reading of meters - Part 4: Wireless meter readout (Radio meter reading for operation in SRD bands) CEN 2013 No copying without NSAI permission

More information

Poland: Competitiveness Report 2015 Innovation and Poland s Performance in

Poland: Competitiveness Report 2015 Innovation and Poland s Performance in Poland: Competitiveness Report 2015 Innovation and Poland s Performance in 2007-2014 Marzenna Anna Weresa The World Economy Research Institute Collegium of the World Economy Key research questions How

More information

Welcome to the IFR Press Conference 30 August 2012, Taipei

Welcome to the IFR Press Conference 30 August 2012, Taipei Welcome to the IFR Press Conference 3 August 212, Taipei Continued success of the robotics industry Welcome by IFR President Dr. Shinsuke Sakakibara Presentation of the results of World Robotics 212 Industrial

More information

MINISTERIAL CONFERENCE EHEA PARIS 2018 WITH SPEAKERS AGENDA As of 18 MAY Moderator Paul de Brem Coffee break Espace Réaumur

MINISTERIAL CONFERENCE EHEA PARIS 2018 WITH SPEAKERS AGENDA As of 18 MAY Moderator Paul de Brem Coffee break Espace Réaumur MINISTERIAL CONFERENCE EHEA PARIS 2018 WITH SPEAKERS AGENDA As of 18 MAY 2018 Thursday 24th SEQUENCE TITLE SPEAKERS Session type and room 7.30 Registration and coffee 8.00-9.00 BFUG meeting BFUG members

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT CLC/TR 50579 RAPPORT TECHNIQUE TECHNISCHER BERICHT June 2012 ICS 91.140.50 English version Electricity metering equipment (a.c.) - Severity levels, immunity requirements and test methods

More information

FINAL DRAFT TECHNICAL REPORT CLC/FprTR RAPPORT TECHNIQUE TECHNISCHER BERICHT January English version

FINAL DRAFT TECHNICAL REPORT CLC/FprTR RAPPORT TECHNIQUE TECHNISCHER BERICHT January English version FINAL DRAFT TECHNICAL REPORT CLC/FprTR 50579 RAPPORT TECHNIQUE TECHNISCHER BERICHT January 2012 ICS English version Electricity metering equipment - Severity levels, immunity requirements and test methods

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

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

Rebuilding for the Community in New Orleans

Rebuilding for the Community in New Orleans Please cite this paper as: Bingler, S. (2010), Rebuilding for the Community in New Orleans, CELE Exchange, Centre for Effective Learning Environments, 2010/14, OECD Publishing, Paris. http://dx.doi.org/10.1787/5km4g21dwd8v-en

More information

ECTP & EurekaBuild. Jesús Rodríguez ECTP SG chairman EurekaBuild chairman DRAGADOS (ACS Group), Spain

ECTP & EurekaBuild. Jesús Rodríguez ECTP SG chairman EurekaBuild chairman DRAGADOS (ACS Group), Spain EUREKA UMBRELLA PROJECT: Technologies for a Sustainable and Competitive Construction Sector ECTP & EurekaBuild Jesús Rodríguez ECTP SG chairman EurekaBuild chairman DRAGADOS (ACS Group), Spain 3.6.2007

More information

QuickSpecs. VIVE Pro VR System with Advantage+ Service Pack. Overview

QuickSpecs. VIVE Pro VR System with Advantage+ Service Pack. Overview Overview Introduction VIVE Pro is shaping the future of how companies engage with their consumers, train their employees and develop products. VIVE Pro is built to scale with your business requirements

More information

COST IC0902: Brief Summary

COST IC0902: Brief Summary COST IC0902: Brief Summary Dr. Oliver Holland King s College London Prof Maria Gabriella di Benedetto Prof. Maria-Gabriella di Benedetto University of Rome La Sapienza Chair of COST IC0902 COST IC0902:

More information

2018/2019 HCT Transition Period OFFICIAL COMPETITION RULES

2018/2019 HCT Transition Period OFFICIAL COMPETITION RULES 2018/2019 HCT Transition Period OFFICIAL COMPETITION RULES 1. INTRODUCTION These HCT Transition Period Official Competition Rules ( Official Rules ) govern how players earn Hearthstone Competitive Points

More information

Implementing the International Safety Framework for Space Nuclear Power Sources at ESA Options and Open Questions

Implementing the International Safety Framework for Space Nuclear Power Sources at ESA Options and Open Questions Implementing the International Safety Framework for Space Nuclear Power Sources at ESA Options and Open Questions Leopold Summerer, Ulrike Bohlmann European Space Agency European Space Agency (ESA) International

More information

Walkie Talkie APMP500. User manual

Walkie Talkie APMP500. User manual Walkie Talkie APMP500 User manual 1. Table of contents SAFETY 1.1 Intended use 1. Labels in this manual 1.3 General safety instructions 5. Preparations for use 5.1 Unpacking 5. Package contents.3 Place

More information

Public Consultation: Science 2.0 : science in transition

Public Consultation: Science 2.0 : science in transition DIRECTORATES-GENERAL FOR RESEARCH AND INNOVATION (RTD) AND COMMUNICATIONS NETWORKS, CONTENT AND TECHNOLOGY (CONNECT) Public Consultation: Science 2.0 : science in transition QUESTIONNAIRE A. Information

More information

RECOVERED PAPER DATA

RECOVERED PAPER DATA RECOVERED PAPER DATA 999- RECOVERED PAPER DATA, 999- FOOD AND AGRICULTURE ORGANIZATION OF THE UNITED NATIONS Rome, Disclaimer TABLE OF CONTENTS INTRODUCTION DEFINITIONS OF TERMS USED RECOVERED PAPER TRADE

More information

PU Flexible Foam Market Report Europe Ward Dupont EUROPUR President

PU Flexible Foam Market Report Europe Ward Dupont EUROPUR President PU Flexible Foam Market Report Europe Ward Dupont EUROPUR President Europur General Assembly Vienna June 2014 1 SLABSTOCK FLEXIBLE FOAM MARKET REVIEW I. General economic outlook II. 2013 Slabstock production

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 16525 December 2012 AGREEMENT ICS 01.140.20; 35.240.60 English version Multilingual electronic cataloguing and classification in ebusiness - Classification Mapping for open and standardized

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 8442-5 First edition 2004-12-15 Materials and articles in contact with foodstuffs Cutlery and table holloware Part 5: Specification for sharpness and edge retention test of cutlery

More information

Western Europe Ford NX 2018

Western Europe Ford NX 2018 1) Road coverage Navigation DVD ~100 % detailed street 2) Sales arguments This DVD provides navigation data with coverage of ~100 % of detailed roads in 28 European countries. Find the most direct route

More information

CRC Association Conference

CRC Association Conference CRC Association Conference Brisbane, 17 19 May 2011 Productivity and Growth: The Role and Features of an Effective Innovation Policy Jonathan Coppel Economic Counsellor to OECD Secretary General 1 Outline

More information

Remote participation in Question sessions Audio options VoIP

Remote participation in Question sessions Audio options VoIP Remote participation in Question sessions Remote participation will use GoToMeeting. Participants must be registered to the SG13 meeting in der to be able to join 1. Use your laptop s microphone and speakers

More information

ITEA 3: Seizing the High Ground in a Time of Change. ITEA 3 Kick-off Event, Vienna 23 April 2014 Prof. Dr. Rudolf Haggenmüller, Chairman ITEA 3

ITEA 3: Seizing the High Ground in a Time of Change. ITEA 3 Kick-off Event, Vienna 23 April 2014 Prof. Dr. Rudolf Haggenmüller, Chairman ITEA 3 ITEA 3: Seizing the High Ground in a Time of Change ITEA 3 Kick-off Event, Vienna 23 April 2014 Prof. Dr. Rudolf Haggenmüller, Chairman ITEA 3 1 ITEA and the Public Authorities Countries represented in

More information

Knowledge and Innovation Community (KIC) Raw Materials update. Peter Moser, Alfred Maier & Katrin Brugger, Montanuniversität Leoben

Knowledge and Innovation Community (KIC) Raw Materials update. Peter Moser, Alfred Maier & Katrin Brugger, Montanuniversität Leoben Knowledge and Innovation Community (KIC) Raw Materials update Peter Moser, Alfred Maier & Katrin Brugger, Montanuniversität Leoben European Raw Materials Initiatives Raw Materials Supply Group (DG Enterprise)

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP AGREEMENT CWA 17327 September 2018 ICS 03.080.30; 03.200.01 English version Hotel General Manager - Knowledge, skills and competence requirements This CEN Workshop Agreement has been drafted

More information

English version. Audio, video and similar electronic apparatus - Safety requirements

English version. Audio, video and similar electronic apparatus - Safety requirements EUROPEAN STANDARD EN 60065/A12 NORME EUROPÉENNE EUROPÄISCHE NORM February 2011 ICS 97.020 English version Audio, video and similar electronic apparatus - Safety requirements Appareils audio, vidéo et appareils

More information

Joint Convention on the Safety of Spent Fuel Management and on the Safety of Radioactive Waste Management

Joint Convention on the Safety of Spent Fuel Management and on the Safety of Radioactive Waste Management JC/RM3/02/Rev2 Joint Convention on the Safety of Spent Fuel Management and on the Safety of Radioactive Waste Management Third Review Meeting of the Contracting Parties 11 to 20 May 2009, Vienna, Austria

More information

Tolerances. Alloy groups. Tolerances

Tolerances. Alloy groups. Tolerances Tolerances We apply tolerances for shape and dimension according to CEN the European standardisation organisation, CEN; European Standard EN 755-9. On the following pages we publish an excerpt from this

More information

Economic benefits from making the GHz band available for mobile broadband services in Western Europe. Report for the GSM Association

Economic benefits from making the GHz band available for mobile broadband services in Western Europe. Report for the GSM Association Economic benefits from making the 2.7-2.9GHz band available for mobile broadband services in Western Europe Report for the GSM Association Final version 4 June 2013 Economic benefits from making the 2.7-2.9GHz

More information

Trade Barriers EU-Russia based in technical regulations

Trade Barriers EU-Russia based in technical regulations Trade Barriers EU-Russia based in technical regulations Introduction Russia is a large market that offers business opportunities for companies like yours. However, accessing this market can be somehow

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

Background material 1

Background material 1 Background material 1 European Value Chains Manufacturing production in the EU became more integrated within European value chains A few large firms are intensively involved in GVCs, but these large firms

More information

Job opportunities for scientists and engineers

Job opportunities for scientists and engineers Job opportunities for scientists and engineers José Santacroce, director Christophe Quesson, examiner Noelia González Carballo, examiner Santiago, 29 & Vigo, 30 September 2014 Part I : About us Presentation

More information

SafeNano Norway in from concept to reality?

SafeNano Norway in from concept to reality? Nanokonferansen 2013 SafeNano Norway in 2013 - from concept to reality? Andy Booth Technology for a better society 1 Network Aim Create a self-sustaining national network for research scientists and industry

More information

PROGRAM AT-A-GLANCE: PRINT ENGINES SPECIALIZATION EUROPE, MIDDLE EAST AND AFRICA

PROGRAM AT-A-GLANCE: PRINT ENGINES SPECIALIZATION EUROPE, MIDDLE EAST AND AFRICA PROGRAM AT-A-GLANCE: PRINT ENGINES SPECIALIZATION EUROPE, MIDDLE EAST AND AFRICA SPECIALIZATIONS: REWARDING YOUR EXPERTISE Through the Zebra PartnerConnect program, Zebra supports, recognizes and rewards

More information

Process-Controller HPP-25

Process-Controller HPP-25 Process-Controller HPP-25 Riveting process monitoring 6 different control parameters Touchscreen operation Windows diagnostics software... joining is our business Process-Controller HPP-25 Riveting process

More information

stripax The professional stripping tool

stripax The professional stripping tool stripax The professional stripping tool stripax the original: developed from experience Weidmüller is the world s leading manufacturer of solutions for electrical connectivity, transmission, conditioning

More information

ASSESSMENT OF DYNAMICS OF THE INDEX OF THE OF THE INNOVATION AND ITS INFLUENCE ON GROSS DOMESTIC PRODUCT OF LATVIA

ASSESSMENT OF DYNAMICS OF THE INDEX OF THE OF THE INNOVATION AND ITS INFLUENCE ON GROSS DOMESTIC PRODUCT OF LATVIA УПРАВЛЕНИЕ И УСТОЙЧИВО РАЗВИТИЕ 2/2013 (39) MANAGEMENT AND SUSTAINABLE DEVELOPMENT 2/2013 (39) ASSESSMENT OF DYNAMICS OF THE INDEX OF THE OF THE INNOVATION AND ITS INFLUENCE ON GROSS DOMESTIC PRODUCT OF

More information

Regulatory status for using RFID in the UHF spectrum 3 May 2006

Regulatory status for using RFID in the UHF spectrum 3 May 2006 Regulatory status for using RFID in the UHF spectrum 3 May NOTE: The following countries were updated since the last publication of 3 March : Thailand, Romania. The table attached provides an overview

More information

Centralised Services 7-2 Network Infrastructure Performance Monitoring and Analysis Service

Centralised Services 7-2 Network Infrastructure Performance Monitoring and Analysis Service EUROCONTROL Centralised Services 7-2 Network Infrastructure Performance Monitoring and Analysis Service Monitoring the performance of 1030/1090 MHz RF bands A COST-EFFICIENT SOLUTION To make best use of

More information

Frame through-beam sensors

Frame through-beam sensors Frame through-beam sensors Features Wide range of sizes: passage sizes from 25 x 23 mm to 300 x 397.5 mm Metal housings Integrated evaluation unit Connection by means of connector Degree of protection

More information

The compact test- disconnect terminal interface system for protection and secondary technology

The compact test- disconnect terminal interface system for protection and secondary technology POCON POWER Connector The compact test- disconnect terminal interface system for protection and secondary technology POCON the compact test-disconnect terminal interface system Safe control and testing

More information

WOODWORKING TECHNOLOGY IN EUROPE: HIGHLIGHTS European Federation of Woodworking Technology Manufacturers

WOODWORKING TECHNOLOGY IN EUROPE: HIGHLIGHTS European Federation of Woodworking Technology Manufacturers European Federation of Woodworking Technology Manufacturers ADVANCED ECONOMIES - GDP % GROWTH RATE 2017 8,0 7,0 6,0 5,0 4,0 3,0 2,0 1,0 0,0 Ireland Malta Slovenia Estonia Latvia Czech Republic Cyprus

More information

This draft amendment A1, if approved, will modify the European Telecommunication Standard ETS (1996)

This draft amendment A1, if approved, will modify the European Telecommunication Standard ETS (1996) AMENDMENT ETS 300 279 pr A1 October 1996 Source: ETSI TC-RES Reference: RE/RES-09031 ICS: 33.100, 30.060.20,30.060.50 Key words: EMC, mobile, PMR, radio This draft amendment A1, if approved, will modify

More information

European Connected Health Alliance Bringing needs and solutions together for the Future of Health. ECHAlliance Update

European Connected Health Alliance Bringing needs and solutions together for the Future of Health. ECHAlliance Update European Connected Health Alliance Bringing needs and solutions together for the Future of Health ECHAlliance Update Gregor Cuzak, International Ecosystem Coordinator - Gregor@echalliance.com Damian O

More information

ERA-Net Smart Grids Plus

ERA-Net Smart Grids Plus ERA-Net Smart Grids Plus E x c e l l e n c e I m p a c t I m p l e m e n t a t i o n w w w. e r a n e t - s m a r t g r i d s p l u s. e u ERA-Net Smart Grids Plus is a network of RDD funding programs:

More information

Economic Dynamics and Structural Change

Economic Dynamics and Structural Change Econ of Innovation III Economic Dynamics and Structural Change Winter Term 2017/18 Uwe Cantner* / Simone Vannuccini* * Friedrich Schiller University Jena University of Southern Denmark, Odense uwe.cantner@uni-jena.de,

More information

OECD Science, Technology and Industry Outlook 2008: Highlights

OECD Science, Technology and Industry Outlook 2008: Highlights OECD Science, Technology and Industry Outlook 2008: Highlights Global dynamics in science, technology and innovation Investment in science, technology and innovation has benefited from strong economic

More information

Process Control HPP-25

Process Control HPP-25 Process Control HPP-25 Riveting process monitoring 6 different control parameters Touchscreen operation Windows diagnostics software Industrie 4.0 ready...joining is our business worldwide! Process Control

More information

Competition SyStem The championship will be played within 11 days (9 game days plus 2 rest days).

Competition SyStem The championship will be played within 11 days (9 game days plus 2 rest days). Horarios Competition SyStem The championship will be played within 11 days (9 game days plus 2 rest days). preliminary round The 16 teams are divided into 4 groups (A, B, C, D) of 4 team each. Each team

More information

What can POP do for you?

What can POP do for you? What can POP do for you? Mike Dewar, NAG Ltd EU H2020 Center of Excellence (CoE) 1 October 2015 31 March 2018 Grant Agreement No 676553 Outline Overview of codes investigated Code audit & plan examples

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 16336 September 2011 AGREEMENT ICS 59.060.10 English version Superfine woven wool fabric labelling - Requirements for Super S code definition This CEN Workshop Agreement has been drafted

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

Name Number of I/O points (words used) Model Antenna style. 512 outputs max. (32 words) Magnetic Base Antenna (1) --- WD30-AT001 (See note.

Name Number of I/O points (words used) Model Antenna style. 512 outputs max. (32 words) Magnetic Base Antenna (1) --- WD30-AT001 (See note. DeviceNet Wireless Communication WD30 The DeviceNet wireless units, consisting of a DeviceNet wireless master station and a DeviceNet wireless slave station, allow wireless communication with DeviceNet

More information

TECHNICAL PROFILES CATALOGUE 2016

TECHNICAL PROFILES CATALOGUE 2016 TECHNICAL PROFILES CATALOGUE 2016 ULTIMATE PROFILE SOLUTIONS Table of Contents: I. FILTER FRAME PRofIles...........................9 AP 669................................................... 9 AP 591...................................................

More information

Chapter 2: Effect of the economic crisis on R&D investment 60

Chapter 2: Effect of the economic crisis on R&D investment 60 Chapter 2: Effect of the economic crisis on R&D investment 60 Chapter 2 Effect of the economic crisis on R&D investment Highlights In 2008 2009, R&D expenditure was more resilient to the financial crisis

More information

Filing strategies in Europe

Filing strategies in Europe Filing strategies in Europe Volker Tillmann Dipl.-Phys. German and European Patent Attorney Partner 2 Euro Law Conf erence 2016 Filing strategies in Europe Unitary patents vs. national filings Impact of

More information

Radio frequencies designated for enhanced road safety in Europe - C-Roads position on the usage of the 5.9 GHz band

Radio frequencies designated for enhanced road safety in Europe - C-Roads position on the usage of the 5.9 GHz band Radio frequencies designated for enhanced road safety in Europe - C-Roads position on the usage of the 5.9 GHz band The brings together road authorities and operators currently covering 16 Member States

More information

Western Europe 2017 FX

Western Europe 2017 FX 1 Road coverage Navigation SD card 8 GB ~100 % detailed street Important road 2 Sales arguments This SD card provides updated navigation data with a coverage of ~100 % of detailed roads in 28 European

More information

OECD Science, Technology and Industry Outlook 2010 Highlights

OECD Science, Technology and Industry Outlook 2010 Highlights OECD Science, Technology and Industry Outlook 21 OECD 21 OECD Science, Technology and Industry Outlook 21 Highlights Innovation can play an important role in the economic recovery Science, technology and

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

Engineered for optimised photo production Small angle rotation

Engineered for optimised photo production Small angle rotation Epson OrderController Software Engineered for optimised photo production Small angle rotation Brightness, contrast, skin-smoothing and many other great features Red eye removal Advanced trimming function

More information