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

Size: px
Start display at page:

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

Transcription

1 STUDYING THE TRANSPORT OF POLLUTANTS IN THE ATMOSPHERE USING AN IBM BLUE GENE/P COMPUTER Krassimir Georgiev (1) In cooperation with: Zahari Zlatev (2) and Tzvetan Ostromsky (1) (1) Institute for Information and Communication Technologies, Bulgarian Academy of Sciences, Acad. G. Bonchev str., bl. 25-A, 1113 Sofia, Bulgaria (2) National Environmental Research Institute, Aarhus University Frederiksborgvej 399, P.O. Box 358, DK-4000 Roskilde, Denmark 0 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

2 Outline of the talk Introduction The mathematical background of UNI DEM Organization of the computational process Parallelization strategy and the supercomputer used Analysis of the performed runs of UNI DEM on an IBM BlueGene/P Computer Some conclusions 1 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

3 Introduction Air pollution and especially the reduction of air pollutants to some acceptable levels High resolution comprehensive air pollution models (many pollutants; advanced chemical modules; all physical processes) very much time consuming High-performance computer architectures 2 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

4 Introduction Danish Eulerian Model for long-range transport of air pollutants (UNI-DEM) vector computers (CRAY C92A, Fujitsu, etc.) parallel computers with distributed memory (IBM SP, CRAY T3E, Beowulf clusters, Macintosh G4 clusters, etc.) parallel computers with shared memory (SGI Origin, SUN, etc.) parallel computers with two level of parallelism (IBM SMP, IBM BlueGene/P, clusters of multiprocessor nodes, etc.) 3 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

5 Some important applications Studying the phenomenon itself (better understanding the physical and chemical processes either in scientific studies or in the treatment of tasks required by policy makers); Improving as much as possible the reliability of the control strategies that are to be used for keeping the pollution levels under the prescribed acceptable limits; Studying the ozone episodes; Source-receptor relations; Calculating losses of crops due to high ozone levels; Influence of future climate changes on air pollutants critical levels, etc.; 4 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

6 Major difficulties the need to carry out extensive computations; the need to store and handle very large input-output files; the need to visualize the output data in order to be able to see the trends and relationships hidden behind a great ammount of digital data produced by the model; the need to validate the model results (to show their reliability) 5 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

7 Let the model to be run for one year period with time step of 2.5 minutes times equations RAM 48 GB archive and data storage requirements 400 GB 6 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

8 The 3D version of the Danish Eulerian Model c s t = (uc s) x + x ( (vc s) y K x c s x ) (wc s) z + y ( K y c s y ) + z ( K z c s z ) + E s + Q s (c 1, c 2,... c q ) (k 1s + k 2s )c s, s = 1,2,... q. c s the concentrations of the chemical species; u, v, w the wind components along the coordinate axes; K x, K y, K z diffusion coefficients; E s the emissions; k 1s, k 2s dry / wet deposition coefficients; Q s (c 1, c 2,... c q ) non-linear functions describing the chemical reactions between species under consideration (Gery et al. (1989)). 7 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

9 Splitting into submodels c (1) s t c (2) s t s ) = (uc(1) x = x c K (2) s x x (vc(1) s ) y + y c K (2) s y y horizontal advection horizontal diffusion c (3) s t c (4) s t c (5) s t = E s + Q s (c (3) 1, c(3) 2,... c(3) q ) = (k 1s + k 2s )c (4) s s ) = (wc(5) z + z c K (5) s z z chemistry & emissions deposition vertical transport Related work: Strang (1968); Marchuk (1982); McRae, Goodin & Seinfeld (1984); Lancer & Verwer (1999); Dimov, Farago & Zlatev (1999). 8 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

10 Space discretization and numerical treatment Finite elements (1D linear first order, bilinear, nonconforming) dg (i) dt = f (i) (t, g (i) ) g (i) R N x N y q, f (i) R N x N y q N x, N y = numbers of grid points; q = number of chemical species; f (i) (i = 1,...,4) depend on the discretization methods; g (i) (i = 1,...,4) contain of the concentrations. Predictor-corrector methods with several different correctors in advection-diffusion submodel QSSA (Quasi-Steady-State Algorithm) in chemistry-emission submodel Exact solution in deposition submodel 9 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

11 Size of the computational task Grid No. of species No. of eq. s per system of ODE s at every time step. one month period = advection time-steps one year period advection time-steps six times smaller time-step (150 sec.) in the chemical submodel time-steps per year several hundred of runs (ozone episodes for many years, global climate changes scenarios, etc.) 10 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

12 Parallelization strategy Distributed memory parallelization model via MPI. For maximum portability only standard MPI routines are used in the UNI DEM code. Based on domain partitioning of the horizontal grid Algorithm 1: strips in direction north - south Algorithm 2: grid structure domain overlapping of the advection-diffusion subproblem (requires communication on each time step (communication stage). nonoverlapping subdomains in chemistry-deposition subproblem (improving the data locality for more efficient cache utilization by using chunks to group properly the small tasks) pre-processing and post-processing stages are needed for scattering the input data and gathering the results (cheap and reduce the communications during actual computations, but their relative weight grows up with increasing the number of MPI tasks (affects the total speed-up and efficiency). 11 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

13 IBM Blue Gene/P computer used Location: Bulgarian Supecomputer Center, Sofia consists of two racks, 2048 Power PC 450 based compute nodes, 8192 processor cores, and a total of 4TB random access memory. Each processor core has a double precision, dual pipe floating point core accelerator. 16 I/O nodes are connected via fibre optics to a 10 Gb.s Ethernet switch. The smallest partition size, available currently, is 128 compute nodes (512 processor cores). The theoretical performance of the computer is Tflops while the maximum LINPACK performance achieved is Tlops ( 84%). 12 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

14 What about CHUNKSIZE? Size of chunks Case 1 (CPU in hours) Case 2 (CPU in hours) Case 1: grid (10km 10km cells); advection time step: 150 s.; chemical time step: 150 s.; number of processors used: 120; Computer: IBM BlueGene/P, Algorithm 1. Case 2: grid (10km 10km cells); advection time step: 90 s.; chemical time step: 9 s.; number of processors used: 120; Computer: IBM BlueGene/P, Algorithm Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

15 UniDEM on (10km 10km) mesh Algorithm 1 Computer Number of Communi- CPU time Efficiency type processors cations (in hours) (in %) Cray T3E 32 MPI % IBM SP 32 MPI % IBM BluGene/P 32 MPI % 14 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

16 Runs on IBM BG/P computer Algorithm 1 Computational Measured Number of processors used proces quantities CPU time Advection Speed-up in % CPU time Chemistry Speed-up in % CPU time Overhead Speed-up in % CPU time Total Speed-up in % Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

17 Runs on IBM BG/P computer Algorithm 2 No. of CPU time Speedup Efficiency Communication proc. (in sec) (in % ) time in sec (in %) (3.2) (3.3) (4.1) (5.0) (5.9) (6.3) (8.0) (12.3) (20.7) 16 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

18 Applications of the UniDEM output Seasonal variation of the concentrations; Annual variation of the concentrations; Climatic scenarious; 17 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

19 Applications of the UniDEM output Studying the number of BAD DAYS Assume that c max is the maximum of the eight-hour averages of the calculated by the model ozone concentrations in a given day at site A. If the condition c max > 60 ppb is satisfied at least once in the day under consideration, then the expression a bad day will be used for such a day at site A. Bad days can have damaging effects on some groups of human beings (e. g. people who suffer from asthmatic diseases). Therefore, the number of such days should be reduced as much as possible. Two important aims are stated in the Ozone Directive issued by the EU Parliament in year 2002 (European Parliament 2002): Target aim: The number of bad days in any site of the European Union should not exceed 25 after year Long-term aim; No bad day should occur in the European Union (the year after which the long-term aim has to be satisfied is not specified in the EU Ozone Directive). 18 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

20 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

21 Applications of the UniDEM output Studying exceeded AOT40 values The AOT40 values are normally calculated by using the formula: AOT40 = N max(c i 40.0), i=1 where N is the number of day-time hours in the period under consideration (for crops this period contains the months May, June and July and the notation AOT40C is used, while the period from April to September as well as the notation AOT40F is used for forest trees), c i is the calculated by the model ozone concentration. With UniDEM model we are able to calculate c i for all values i = 1, 2,... N,. The critical levels in the European Union are: (a) 3000 ppb.hours for AOT40C; (b) 10000ppb.hours for AOT40F. see: European Parliament: Directive 2002/3/EC of the European Parliament and the Council of 12 February 2002 relating to ozone in ambient air, Official Journal of the European Communities, Vol. L67 ( ), pp Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

22 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

23 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

24 Applications of the UniDEM output large Studying the pollutant concentrations The output results from the UNI DEM runs can be used for studying the distribution of the concentrations of the involved pollutants over the area contains Europe or some choosen subdomains of interest. On the next Figure one can see an example for studying the distribution of four of the most important pollutants nitrogen di oxide, nitrogen mono oxide, sulphur dioxide and sulphate over the the Southeastern Europe. 23 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

25 24 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

26 Conclusions By using high performance parallel computer IBM Blue Gene/P to run the variable grid-size code UniDEM, detailed air pollution results for a large region (whole Europe or some parts of interest) and for a long periods (many years, climatic scenarios) can be obtained within a reasonable time. The parallel code, created by using MPI standard library, appears to be highly portable and shows good efficiency and scalability. 25 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

27 Acknowledgments This research is supported in part by: Grants DCVP-02/1 and DO /2008 from the Bulgarian NSF the Bulgarian National Center for Supercomputing Applications (NCSA) giving access to the IBM Blue Gene/P computer in Sofia 26 Supercomputing - New Challenge for Science and Industry, December 9-10, 2010

Some typical applications related to environmental studies

Some typical applications related to environmental studies Some typical applications related to environmental studies 1. Need for reliable input data 2. Meteorological data 3. Emission data 4. Problems with huge output sets 5. Need for visualization and animation

More information

Influence of Climatic Changes on Pollution Levels in Hungary and Surrounding Countries

Influence of Climatic Changes on Pollution Levels in Hungary and Surrounding Countries Atmosphere 2011, 2, 201-221; doi: 10.3390/atmos2030201 OPEN ACCESS atmosphere ISSN 2073-4433 www.mdpi.com/journal/atmosphere Article Influence of Climatic Changes on Pollution Levels in Hungary and Surrounding

More information

Calculating losses of crops in Denmark caused by high ozone levels

Calculating losses of crops in Denmark caused by high ozone levels Environmental Modeling and Assessment 6: 35 55, 2001. 2001 Kluwer Academic Publishers. Printed in the Netherlands. Calculating losses of crops in Denmark caused by high ozone levels Z. Zlatev a,i.dimov

More information

MODELLING OF AMMONIA CONCENTRATIONS AND DEPOSITION OF REDUCED NITROGEN IN THE UNITED KINGDOM

MODELLING OF AMMONIA CONCENTRATIONS AND DEPOSITION OF REDUCED NITROGEN IN THE UNITED KINGDOM MODELLING OF AMMONIA CONCENTRATIONS AND DEPOSITION OF REDUCED NITROGEN IN THE UNITED KINGDOM Anthony Dore 1, Mark Theobald 1, Massimo Vieno 2 Sim Tang 1 and Mark Sutton 1 1 Centre for Ecology and Hydrology,

More information

High Performance Computing(HPC) & Software Stack

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

More information

Delivering High Performance for Financial Models and Risk Analytics

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

More information

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

DEPEI QIAN. HPC Development in China: A Brief Review and Prospect DEPEI QIAN Qian Depei, Professor at Sun Yat-sen university and Beihang University, Dean of the School of Data and Computer Science of Sun Yat-sen University. Since 1996 he has been the member of the expert

More information

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

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

More information

U.S. EPA Models-3/CMAQ Status and Applications

U.S. EPA Models-3/CMAQ Status and Applications U.S. EPA Models-3/CMAQ Status and Applications Ken Schere 1 Atmospheric Modeling Division U.S. Environmental Protection Agency Research Triangle Park, NC Extended Abstract: An advanced third-generation

More information

NX Nastran performance

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

More information

Air pollution modeling of the industrial complexes and cities in the Kurdistan region using AERMOD view

Air pollution modeling of the industrial complexes and cities in the Kurdistan region using AERMOD view First International Symposium on Urban Development: Koya as a Case Study 333 Air pollution modeling of the industrial complexes and cities in the Kurdistan region using AERMOD view H. Moradi 1,2, M. Rouhi

More information

NEMO performance assessment report

NEMO performance assessment report NEMO performance assessment report Document Information Reference Number POP_AR_8 Author Jesus Labarta (BSC) Contributor(s) Judit Gimenez (BSC) Date March 11 th, 2016 Notices: The research leading to these

More information

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

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

More information

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

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

More information

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

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

More information

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

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

More information

Engineering PFLOTRAN for Scalable Performance on Cray XT and IBM BlueGene Architectures

Engineering PFLOTRAN for Scalable Performance on Cray XT and IBM BlueGene Architectures Engineering PFLOTRAN for Scalable Performance on Cray XT and IBM BlueGene Architectures Richard Tran Mills 1, Vamsi Sripathi 2, G. (Kumar) Mahinthakumar 3, Glenn E. Hammond 4, Peter C. Lichtner 5, Barry

More information

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

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

More information

Estimation of atmospheric nitrogen deposition to the Baltic Sea in the periods and

Estimation of atmospheric nitrogen deposition to the Baltic Sea in the periods and Estimation of atmospheric nitrogen deposition to the Baltic Sea in the periods 1997-23 and 2-26 Summary Report for HELCOM Jerzy Bartnicki and Semeena Valiyaveetil Meteorological Synthesizing Centre-West

More information

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

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

More information

The Challenges of Modelling Air Quality in Hong Kong

The Challenges of Modelling Air Quality in Hong Kong The Challenges of Modelling Air Quality in Hong Kong Christopher Fung Environmental Protection Department Abstract Only a numerical air pollution modelling system can link together all the processes involved

More information

Architecture-Aware Cost Modelling for Parallel Performance Portability

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

More information

HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing

HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large- Scale Scientific Computing Jik-Soo Kim, Ph.D National Institute of Supercomputing and Networking(NISN) at KISTI Table of Contents

More information

10. Air Pollution. Air pollution. policy issue indicator assessment. - - urban air quality exceedances for particulates

10. Air Pollution. Air pollution. policy issue indicator assessment. - - urban air quality exceedances for particulates Air pollution 73 1. Air Pollution policy issue indicator assessment human health: protecting the population against pollution exposures urban air quality exceedances for ground-level ozone - - urban air

More information

The University of Tennessee Center for Remote Data Analysis and Visualization (RDAV)

The University of Tennessee Center for Remote Data Analysis and Visualization (RDAV) The University of Tennessee Center for Remote Data Analysis and Visualization (RDAV) Sean Ahern, PI, Director University of Tennessee Jian Huang, co-pi, Associate Director University of Tennessee Wes Bethel,

More information

GRID Perspectives in Earth System Modelling

GRID Perspectives in Earth System Modelling GRID Perspectives in Earth System Modelling Reinhard G. Budich Max-Planck-Institute for Meteorology, Hamburg, Germany budich@dkrz.de www.mpimet.mpg.de GRID Perspectives in Earth System Modelling Introduction

More information

ccelerating Linpack with CUDA heterogeneous clusters Massimiliano Fatica

ccelerating Linpack with CUDA heterogeneous clusters Massimiliano Fatica ccelerating Linpack with CUDA heterogeneous clusters Massimiliano Fatica mfatica@nvidia.com Outline Linpack benchmark CUBLAS and DGEMM Results: Accelerated Linpack on workstation Accelerated Linpack on

More information

IADA. Dr Haji Abdul Ghani bin Haji Naim Director, Institute of Applied Data Analytics Universiti Brunei Darussalam

IADA. Dr Haji Abdul Ghani bin Haji Naim Director, Institute of Applied Data Analytics Universiti Brunei Darussalam BlueGene @ IADA Dr Haji Abdul Ghani bin Haji Naim Director, Institute of Applied Data Analytics Universiti Brunei Darussalam ghani.naim@ubd.edu.bn Institute of Applied Data Analytics Formerly known as

More information

Use of the guidelines in protecting the environment

Use of the guidelines in protecting the environment Chapter 9. General approach In the context of the updating and revision of these guidelines, the ecological effects of major air pollutants were considered in more detail. This was undertaken in cooperation

More information

Next generation energy modelling Benefits of applying parallel optimization and high performance computing

Next generation energy modelling Benefits of applying parallel optimization and high performance computing Next generation energy modelling Benefits of applying parallel optimization and high performance computing Frieder Borggrefe System Analysis and Technology Assessment DLR - German Aerospace Center Stuttgart

More information

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 5 Table of Contents Disclaimer

More information

Analytical Capability Security Compute Ease Data Scale Price Users Traditional Statistics vs. Machine Learning In-Memory vs. Shared Infrastructure CRAN vs. Parallelization Desktop vs. Remote Explicit vs.

More information

Distributed Algorithms for Resource Allocation Problems. Mr. Samuel W. Brett Dr. Jeffrey P. Ridder Dr. David T. Signori Jr 20 June 2012

Distributed Algorithms for Resource Allocation Problems. Mr. Samuel W. Brett Dr. Jeffrey P. Ridder Dr. David T. Signori Jr 20 June 2012 Distributed Algorithms for Resource Allocation Problems Mr. Samuel W. Brett Dr. Jeffrey P. Ridder Dr. David T. Signori Jr 20 June 2012 Outline Survey of Literature Nature of resource allocation problem

More information

ICP Forests. The ICP Forests experience in setting up a joint international forest monitoring scheme

ICP Forests. The ICP Forests experience in setting up a joint international forest monitoring scheme The ICP Forests experience in setting up a joint international forest monitoring scheme Outline Background Political Scientific/technical Harmonisation Results Further development towards climate change

More information

The Modular Supercomputer Architecture and its application in HPC and HPDA

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

More information

Innovation that matters A HPC view

Innovation that matters A HPC view Innovation that matters A HPC view R&D Campus Day Paris VI September 18th Michel Teyssedre IBM Vice President Strategic Business Development R&D Campus Day Paris VI- Sept. 18th 2008 IBM Corporation 1 Agenda

More information

Rapid ICT prototyping in Ireland with ICHEC

Rapid ICT prototyping in Ireland with ICHEC Rapid ICT prototyping in Ireland with ICHEC Overview Jean- Christophe JC Desplat 11 th February 2015 Agenda Centre overview Technology walkthrough Training & educaion programme Data analyics Business engagement

More information

MAX PLANCK INSTITUTE FOR SOFTWARE SYSTEMS. Max Planck Institute for Software Systems (MPI-SWS) Germany

MAX PLANCK INSTITUTE FOR SOFTWARE SYSTEMS. Max Planck Institute for Software Systems (MPI-SWS) Germany MAX PLANCK INSTITUTE FOR SOFTWARE SYSTEMS Mitra Nasri* Bjӧrn B. Brandenburg Max Planck Institute for Software Systems (MPI-SWS) Germany RTSS, December 2017 An exact and sustainable schedulability analysis

More information

Computational

Computational Computational Biology@lca Pedro Alberto Centro de Física Computacional Laboratório de Computação Avançada Universidade de Coimbra July 25, 2014 mobile elements 1 Supercomputing Drives Science through Simulation

More information

Priority-enabled Scheduling for Resizable Parallel Applications

Priority-enabled Scheduling for Resizable Parallel Applications Priority-enabled Scheduling for Resizable Parallel Applications Rajesh Sudarsan, Student Member, IEEE, Calvin J. Ribbens,and Srinidhi Varadarajan, Member, IEEE Abstract In this paper, we illustrate the

More information

Chapter 6: CPU Scheduling. Basic Concepts. Histogram of CPU-burst Times. CPU Scheduler. Dispatcher. Alternating Sequence of CPU And I/O Bursts

Chapter 6: CPU Scheduling. Basic Concepts. Histogram of CPU-burst Times. CPU Scheduler. Dispatcher. Alternating Sequence of CPU And I/O Bursts Chapter 6: CPU Scheduling Basic Concepts Basic Concepts Scheduling Criteria Scheduling Algorithms Multiple-Processor Scheduling Real-Time Scheduling Algorithm Evaluation Maximum CPU utilization obtained

More information

On the Comparison of CPLEX-Computed Job Schedules with the Self-Tuning dynp Job Scheduler

On the Comparison of CPLEX-Computed Job Schedules with the Self-Tuning dynp Job Scheduler On the Comparison of CPLEX-Computed Job Schedules with the Self-Tuning dynp Job Scheduler Sven Grothklags 1 and Achim Streit 2 1 Faculty of Computer Science, Electrical Engineering and Mathematics, Institute

More information

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

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

More information

AIR POLLUTION MODELING IN THE BULGARIAN-GERMAN TWINNING PROJECT SUPPORT OF AIR QUALITY MANAGEMENT AT LOCAL LEVEL

AIR POLLUTION MODELING IN THE BULGARIAN-GERMAN TWINNING PROJECT SUPPORT OF AIR QUALITY MANAGEMENT AT LOCAL LEVEL AIR POLLUTION MODELING IN THE BULGARIAN-GERMAN TWINNING PROJECT SUPPORT OF AIR QUALITY MANAGEMENT AT LOCAL LEVEL Antje Moldenhauer 1, Jürgen Friebertshaeuser 4, Angel Kostov 2, Anna Tzenkova 3, Julia Ivancheva

More information

HPC USAGE ANALYTICS. Supercomputer Education & Research Centre Akhila Prabhakaran

HPC USAGE ANALYTICS. Supercomputer Education & Research Centre Akhila Prabhakaran HPC USAGE ANALYTICS Supercomputer Education & Research Centre Akhila Prabhakaran OVERVIEW: BATCH COMPUTE SERVERS Dell Cluster : Batch cluster consists of 3 Nodes of Two Intel Quad Core X5570 Xeon CPUs.

More information

Challenges for Performance Analysis in High-Performance RC

Challenges for Performance Analysis in High-Performance RC Challenges for Performance Analysis in High-Performance RC July 20, 2007 Seth Koehler Ph.D. Student, University of Florida John Curreri Ph.D. Student, University of Florida Dr. Alan D. George Professor

More information

COMPUTATION AND MONITORING OF THE SOIL MOISTURE INDEX ON BULGARIAN TERRITORY

COMPUTATION AND MONITORING OF THE SOIL MOISTURE INDEX ON BULGARIAN TERRITORY Journal of Theoretical and Applied Mechanics, Sofia, Vol. 47 No. 1 (2017) pp. 85-93 COMBINED MECHANICAL FIELDS COMPUTATION AND MONITORING OF THE SOIL MOISTURE INDEX ON BULGARIAN TERRITORY OLGA NITCHEVA

More information

Computer clusters using commodity processors, network interconnects, and operating systems.

Computer clusters using commodity processors, network interconnects, and operating systems. Computer clusters using commodity processors, network interconnects, and operating systems. Supercomputers are highly-tuned computer clusters using commodity processors combined with custom network interconnects

More information

L 125/38 Official Journal of the European Union

L 125/38 Official Journal of the European Union L 125/38 Official Journal of the European Union 12.5.2006 COMMISSION RECOMMENDATION of 8 May 2006 on the promotion of shore-side electricity for use by ships at berth in Community ports (Text with EEA

More information

Optimization of the Selected Quantum Codes on the Cray X1

Optimization of the Selected Quantum Codes on the Cray X1 Optimization of the Selected Quantum Codes on the Cray X1 L. Bolikowski, F. Rakowski, K. Wawruch, M. Politowski, A. Kindziuk, W. Rudnicki, P. Bala, M. Niezgodka ICM UW, Poland CUG 2004, Knoxville What

More information

Programing Scientific Applications. Timothy H. Kaiser, Ph.D.

Programing Scientific Applications. Timothy H. Kaiser, Ph.D. Programing Scientific Applications Timothy H. Kaiser, Ph.D. tkaiser@sdsc.edu Topics The framework for the session Where are we now? Next Generation(s)? How do you program such things? How do you get things

More information

Job Scheduling in Cluster Computing: A Student Project

Job Scheduling in Cluster Computing: A Student Project Session 3620 Job Scheduling in Cluster Computing: A Student Project Hassan Rajaei, Mohammad B. Dadfar Department of Computer Science Bowling Green State University Bowling Green, Ohio 43403 Phone: (419)372-2337

More information

An Economic Allocation of Resources for Divisible Workloads in Grid Computing Paradigm

An Economic Allocation of Resources for Divisible Workloads in Grid Computing Paradigm European Journal of Scientific Research ISS 1450-216X Vol.65 o.3 (2011), pp. 434-443 EuroJournals Publishing, Inc. 2011 http://www.europeanjournalofscientificresearch.com An Economic Allocation of Resources

More information

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

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

More information

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

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

More information

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

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

More information

IBM General Parallel File System (GPFS TM )

IBM General Parallel File System (GPFS TM ) November 2013 IBM General Parallel File System (GPFS TM ) Status, what s new and what s coming Agenda GPFS Updates Status of new features Roadmap discussion Research Activities 2 High Performance Common

More information

Introduction to BLAST

Introduction to BLAST Introduction to BLAST PowerPoint by Ananth Kalyanaraman School of Electrical Engineering and Computer Science Washington State University SC08 Education Sequence Comparison for Metagenomics 1 About the

More information

APPENDIX H AIR DISPERSION MODELLING REPORT BY PROJECT MANAGEMENT LTD. (REF. CHAPTER 11 AIR QUALITY AND CLIMATIC FACTORS)

APPENDIX H AIR DISPERSION MODELLING REPORT BY PROJECT MANAGEMENT LTD. (REF. CHAPTER 11 AIR QUALITY AND CLIMATIC FACTORS) 101050.22.RP.0001 A Environmental Impact Statement 15 th April 2005 APPENDIX H AIR DISPERSION MODELLING REPORT BY PROJECT MANAGEMENT LTD. (REF. CHAPTER 11 AIR QUALITY AND CLIMATIC FACTORS) S:\Projects\190900\101050

More information

Atmospheric chemistry Ground-level ozone Photochemical smog

Atmospheric chemistry Ground-level ozone Photochemical smog Atmospheric chemistry Ground-level ozone Photochemical smog Eri Swietlici Avd. för Kärnfysi Fysisa institutionen Lunds universitet Ground-level ozone 1 Damage cost of air pollution in Europe (2010) and

More information

AMR (Adaptive Mesh Refinement) Performance Benchmark and Profiling

AMR (Adaptive Mesh Refinement) Performance Benchmark and Profiling AMR (Adaptive Mesh Refinement) Performance Benchmark and Profiling July 2011 Acknowledgment: - The DoD High Performance Computing Modernization Program - John Bell from Lawrence Berkeley Laboratory Note

More information

A Dynamic Data Driven Grid System for Intra-operative Image Guided Neurosurgery

A Dynamic Data Driven Grid System for Intra-operative Image Guided Neurosurgery A Dynamic Data Driven Grid System for Intra-operative Image Guided Neurosurgery A Majumdar 1, A Birnbaum 1, D Choi 1, A Trivedi 2, S. K. Warfield 3, K. Baldridge 1, and Petr Krysl 2 1 S & 2 Structural

More information

Oil reservoir simulation in HPC

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

More information

White paper A Reference Model for High Performance Data Analytics(HPDA) using an HPC infrastructure

White paper A Reference Model for High Performance Data Analytics(HPDA) using an HPC infrastructure White paper A Reference Model for High Performance Data Analytics(HPDA) using an HPC infrastructure Discover how to reshape an existing HPC infrastructure to run High Performance Data Analytics (HPDA)

More information

Assessment of Health-Cost Externalities of Air Pollution in Denmark and Europe using the EVA Model System

Assessment of Health-Cost Externalities of Air Pollution in Denmark and Europe using the EVA Model System Aarhus University Department of Environmental Science Assessment of Health-Cost Externalities of Air Pollution in Denmark and Europe using the EVA Model System J. Brandt 1, J. D. Silver 1, J. H. Christensen

More information

STAND: New Tool for Performance Estimation of the Block Data Processing Algorithms in High-load Systems

STAND: New Tool for Performance Estimation of the Block Data Processing Algorithms in High-load Systems STAND: New Tool for Performance Estimation of the Block Data Processing Algorithms in High-load Systems Victor Minchenkov, Vladimir Bashun St-Petersburg State University of Aerospace Instrumentation {victor,

More information

Accelerating Motif Finding in DNA Sequences with Multicore CPUs

Accelerating Motif Finding in DNA Sequences with Multicore CPUs Accelerating Motif Finding in DNA Sequences with Multicore CPUs Pramitha Perera and Roshan Ragel, Member, IEEE Abstract Motif discovery in DNA sequences is a challenging task in molecular biology. In computational

More information

Kitimat Airshed Emissions Effects Assessment and CALPUFF Modelling

Kitimat Airshed Emissions Effects Assessment and CALPUFF Modelling Kitimat Airshed Emissions Effects Assessment and CALPUFF Modelling EMA of BC - May 2016 Session - Regional Air Topics Anna Henolson Topics to Cover What is Air Dispersion Modelling? Types of Models CALPUFF

More information

High-Performance Computing (HPC) Up-close

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

More information

SCALARi500. SCALAR i500. The Intelligent Midrange Library Platform FEATURES AND BENEFITS

SCALARi500. SCALAR i500. The Intelligent Midrange Library Platform FEATURES AND BENEFITS Intelligent Storage SCALARi500 SCALAR i500 The Intelligent Midrange Library Platform 1 TO 18 DRIVES 36 TO 404 CARTRIDGES MODULAR GROWTH, CONTINUOUS ROBOTICS CAPACITY-ON-DEMAND iplatform ARCHITECTURE AND

More information

CP2K PARALLELISATION AND OPTIMISATION

CP2K PARALLELISATION AND OPTIMISATION CP2K PARALLELISATION AND OPTIMISATION Iain Bethune (ibethune@epcc.ed.ac.uk) http://tinyurl.com/cp2k2016 #CP2KSummerSchool Overview Overview of Parallel Programming models Shared Memory Distributed Memory

More information

Delivering Energy-Related R&D Using Open-Source Software and High Performance Computing

Delivering Energy-Related R&D Using Open-Source Software and High Performance Computing Delivering Energy-Related R&D Using Open-Source Software and High Performance Computing David R Emerson & Jian Fang, Xiaojun Gu, Greg Glover, Benzi John, Stephen Longshaw, Jianping Meng, Charles Moulinec,

More information

Performance Optimization on the Next Generation of Supercomputers

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

More information

CALIBRATION OF DUAL POROSITY GROUNDWATER FLOW AND CONTAMINANT TRANSPORT MODEL FOR SIMULATION OF CLEANING VP-9C SITE

CALIBRATION OF DUAL POROSITY GROUNDWATER FLOW AND CONTAMINANT TRANSPORT MODEL FOR SIMULATION OF CLEANING VP-9C SITE Proceedings of ALGORITMY 2002 Conference on Scientific Computing, pp. 223 229 CALIBRATION OF DUAL POROSITY GROUNDWATER FLOW AND CONTAMINANT TRANSPORT MODEL FOR SIMULATION OF CLEANING VP-9C SITE J. MUŽÁK

More information

A scalable parallel algorithm for large-scale protein sequence homology detection

A scalable parallel algorithm for large-scale protein sequence homology detection A scalable parallel algorithm for large-scale protein sequence homology detection Changjun Wu, Ananth Kalyanaraman School of Electrical Engineering and Computer Science Washington State University Pullman,

More information

Mapping of cultivated crops supply capacity of urban ecosystems in Bulgaria

Mapping of cultivated crops supply capacity of urban ecosystems in Bulgaria Mapping and assessment of ecosystem services science in action International Scientific Conference on ecosystem services Sofia, Bulgaria, 6-7 February 2017 Mapping of cultivated crops supply capacity of

More information

Oracle Performance on Sun Server X4170 with Violin Memory Array Benchmark Report June 2012

Oracle Performance on Sun Server X4170 with Violin Memory Array Benchmark Report June 2012 Oracle Performance on Sun Server X4170 with Violin Memory Array 3205 Benchmark Report June 2012 Contents 1 About Benchware 2 CPU Performance 3 Server Performance 4 Storage Performance 5 Database Performance

More information

IMPACTS OF PROPOSED OIL PRODUCTION ON NEAR SURFACE OZONE CONCENTRATIONS IN THE CASPIAN SEA REGION

IMPACTS OF PROPOSED OIL PRODUCTION ON NEAR SURFACE OZONE CONCENTRATIONS IN THE CASPIAN SEA REGION IMPACTS OF PROPOSED OIL PRODUCTION ON NEAR SURFACE OZONE CONCENTRATIONS IN THE CASPIAN SEA REGION J. Wayne Boulton*, Jeff Lundgren, Roger Barrowcliffe, Martin Gauthier RWDI, Guelph, Ontario, Canada Zachariah

More information

1. Introduction. 2. The motivation of the development 10.8 RIVER FLOW INFORMATION SYSTEM WITH RF CURRENT SENSORS

1. Introduction. 2. The motivation of the development 10.8 RIVER FLOW INFORMATION SYSTEM WITH RF CURRENT SENSORS 0.8 RIVER FLOW INFORMATION SYSTEM WITH RF CURRENT SENSORS Yoshinori Kimura*, Satoshi Iida, Hiroaki Mori Yokogawa Denshikiki Co., Ltd. Introduction A geological condition makes rivers short and rapid in

More information

TROPOSPHERIC AEROSOL PROGRAM - TAP

TROPOSPHERIC AEROSOL PROGRAM - TAP THE DEPARTMENT OF ENERGY'S TROPOSPHERIC AEROSOL PROGRAM - TAP AN EXAMINATION OF AEROSOL PROCESSES AND PROPERTIES RG99060050.3 American Geophysical Union, Fall Meeting, San Francisco, December 12-17, 1999

More information

Modeling of competition in revenue management Petr Fiala 1

Modeling of competition in revenue management Petr Fiala 1 Modeling of competition in revenue management Petr Fiala 1 Abstract. Revenue management (RM) is the art and science of predicting consumer behavior and optimizing price and product availability to maximize

More information

BIG DATA PROCESSING A DEEP DIVE IN HADOOP/SPARK & AZURE SQL DW

BIG DATA PROCESSING A DEEP DIVE IN HADOOP/SPARK & AZURE SQL DW BIG DATA PROCESSING A DEEP DIVE IN HADOOP/SPARK & AZURE SQL DW TOPICS COVERED 1 2 Fundamentals of Big Data Platforms Major Big Data Tools Scaling Up vs. Out SCALE UP (SMP) SCALE OUT (MPP) + (n) Upgrade

More information

Air pollution dispersion modelling application for license procedures

Air pollution dispersion modelling application for license procedures Air pollution dispersion modelling application for license procedures Dipl. Ing. Helmut Lorentz 01455 Radebeul, Mohrenstraße 14 email: helmut.lorentz@lohmeyer.de 5.10.2016 Environmental Manager Day South

More information

ECLIPSE 2012 Performance Benchmark and Profiling. August 2012

ECLIPSE 2012 Performance Benchmark and Profiling. August 2012 ECLIPSE 2012 Performance Benchmark and Profiling August 2012 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, Dell, Mellanox Compute resource

More information

Evaluating and Controlling Landfill Odors and Other Advancements in Landfill Technologies

Evaluating and Controlling Landfill Odors and Other Advancements in Landfill Technologies Evaluating and Controlling Landfill Odors and Other Advancements in Landfill Technologies Lindsay E. James, R.G. Senior Project Manager Blackstone Environmental, Inc. 16200 Foster Street Overland Park,

More information

Evaluating and Controlling Landfill Odors and Other Advancements in Landfill Technologies

Evaluating and Controlling Landfill Odors and Other Advancements in Landfill Technologies Evaluating and Controlling Landfill Odors and Other Advancements in Landfill Technologies Lindsay E. James, R.G. Senior Project Manager Blackstone Environmental, Inc. 9153 West 133 rd Street Overland Park,

More information

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

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

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Exadata Database Machine IOUG Exadata SIG Update February 6, 2013 Mathew Steinberg Exadata Product Management 2 The following is intended to outline our general product direction. It is intended for

More information

A Storage Outlook for Energy Sciences:

A Storage Outlook for Energy Sciences: A Storage Outlook for Energy Sciences: Data Intensive, Throughput and Exascale Computing Jason Hick Storage Systems Group October, 2013 1 National Energy Research Scientific Computing Center (NERSC) Located

More information

Ready for the storm. by Paul Nelson. Crown copyright Met Office

Ready for the storm. by Paul Nelson. Crown copyright Met Office Ready for the storm by Paul Nelson About Paul Nelson Worked at the Met Office for nearly 25 years Observing and support Forecasting for 5 years Large systems Technical Lead, with 20 years of experience

More information

Simulation of Emergency Evacuations using TRANSIMS

Simulation of Emergency Evacuations using TRANSIMS Simulation of Emergency Evacuations using TRANSIMS Dr.-Ing. Hubert Ley Transportation Research and Analysis Computing Center Argonne National Laboratory March 26, 2009 TRACC: Location and Connectivity

More information

An Interactive Workflow Generator to Support Bioinformatics Analysis through GPU Acceleration

An Interactive Workflow Generator to Support Bioinformatics Analysis through GPU Acceleration An Interactive Workflow Generator to Support Bioinformatics Analysis through GPU Acceleration Anuradha Welivita, Indika Perera, Dulani Meedeniya Department of Computer Science and Engineering University

More information

OPERATIONAL EVALUATION AND MODEL RESPONSE COMPARISON OF CAMX AND CMAQ FOR OZONE AND PM2.5

OPERATIONAL EVALUATION AND MODEL RESPONSE COMPARISON OF CAMX AND CMAQ FOR OZONE AND PM2.5 OPERATIONAL EVALUATION AND MODEL RESPONSE COMPARISON OF CAMX AND CMAQ FOR OZONE AND PM2.5 Kirk Baker*, Sharon Phillips, Brian Timin U.S. Environmental Protection Agency, Research Triangle Park, NC 1. INTRODUCTION

More information

Latest Computational and Mathematical Tools for Transmission Expansion

Latest Computational and Mathematical Tools for Transmission Expansion Latest Computational and Mathematical Tools for Transmission Expansion IEEE PES T&D Meeting, Chicago IL Clayton Barrows, PhD April 15, 2014 NREL is a national laboratory of the U.S. Department of Energy,

More information

Variational aerosol emission inversion in regional scale using MODIS observations

Variational aerosol emission inversion in regional scale using MODIS observations Variational aerosol emission inversion in regional scale using MODIS observations M. Sofiev, J. Vira, E. Rodriguez, G. de Leeuw Workshop on parameter estimation and inverse modelling for atmospheric composition,

More information

Parallel Numerical Modeling Of Two-Phase Flow Process In Porous Medium

Parallel Numerical Modeling Of Two-Phase Flow Process In Porous Medium City University of New York (CUNY) CUNY Academic Works International Conference on Hydroinformatics 8-1-2014 Parallel Numerical Modeling Of Two-Phase Flow Process In Porous Medium Wenginq Wang Björn Zehner

More information

Principles of Operating Systems

Principles of Operating Systems Principles of Operating Systems Lecture 9-10 - CPU Scheduling Ardalan Amiri Sani (ardalan@uci.edu) [lecture slides contains some content adapted from previous slides by Prof. Nalini Venkatasubramanian,

More information

Technical Review Accelerating the Artificial Intelligence Journey with Dell EMC Ready Solutions for AI

Technical Review Accelerating the Artificial Intelligence Journey with Dell EMC Ready Solutions for AI Technical Review Accelerating the Artificial Intelligence Journey with Dell EMC Ready Solutions for AI Date: August 218 Author: Jack Poller, Senior Analyst Abstract This ESG Technical Review documents

More information

Peter Ungaro President and CEO

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

More information

A scalable parallel algorithm for large-scale protein sequence homology detection

A scalable parallel algorithm for large-scale protein sequence homology detection 2010 39th International Conference on Parallel Processing A scalable parallel algorithm for large-scale protein sequence homology detection Changjun Wu, Ananth Kalyanaraman School of Electrical Engineering

More information