Grid Application Development Software

Size: px
Start display at page:

Download "Grid Application Development Software"

Transcription

1 Grid Application Development Software Department of Computer Science University of Houston, Houston, Texas

2 GrADS Vision Goals Approach Status

3 GrADS Team (PIs) Ken Kennedy Ruth Aydt Francine Berman Andrew Chien Keith Cooper Jack Dongarra Ian Foster Dennis Gannon Carl Kesselman Dan Reed Linda Torczon Richard Wolski

4 E-Science: Data Gathering, Analysis, Simulation, and Collaboration Simulated Higgs Decay CMS LHC

5 What Is a Grid? A collection of distributed, interconnected data bases, instruments, computing and visualization resources, potentially dynamically (re)configured Accessed through a broad range of devices and methods Sharing a common set of services Exhibiting a great diversity in architecture, capabilities, reliability, availability, and predictability Managed and administered independently with a broad range of policies

6 GrADS - A Software Grand Challenge Goals Tools and methodologies for development and performance management of applications leading to predictable performance and high efficiency on Grids Challenges Presenting a high-level application development interface If programming is hard, its useless Designing and constructing applications for adaptability Mapping applications to dynamically changing configurations Determining when to interrupt execution and remap Application monitors Performance estimators

7 GrADSoft Architecture Goal: reliable performance under varying load Performance Feedback Software Components Performance Problem Real-time Performance Monitor Whole- Program Compiler Source Application Configurable Object Program Service Negotiator Scheduler Negotiation Grid Runtime System Libraries Dynamic Optimizer GrADS Project (NSF NGS): Berman, Chien, Cooper, Dongarra, Foster, Gannon Johnsson, Kennedy, Kesselman, Mellor-Crummey, Reed, Torczon, Wolski

8 GrADSoft Architecture Execution Environment Performance Feedback Software Components Performance Problem Real-time Performance Monitor Whole- Program Compiler Source Application Configurable Object Program Service Negotiator Scheduler Negotiation Grid Runtime System Libraries Dynamic Optimizer

9 GrADSoft Architecture Program Preparation System Execution Environment Performance Feedback Software Components Performance Problem Real-time Performance Monitor Whole- Program Compiler Source Application Configurable Object Program Service Negotiator Scheduler Negotiation Grid Runtime System Libraries Dynamic Optimizer

10 Research Strategy Begin Modestly prototype a series of applications using components of envisioned execution system ScaLAPACK Demo, Cactus Demo evolve the definition of performance contracts prototype reconfiguration system with performance monitoring, without dynamic optimization Move from Hand Development to Automated System identify key steps use experience to expand design of software integration and execution systems Experiment use an artificial testbed to test performance under varying conditions move to real applications on the MacroGrid testbed

11 GrADS - Status Testbeds Macro Grid (based on Globus, site resources) Micro Grid (Andrew Chien et. al., simulator) Experiments ScalaPack (GrADS team, Dongarra lead) Cactus (Ed Seidel et. al., GrADS team)

12 GrADS ScaLAPACK Implement a version of a ScaLAPACK library routine that runs on the Grid. Make use of resources at the user s disposal Provide the best time to solution Proceed without the user s involvement Make as few changes as possible to the numerical software. Assumption is that the user is already Grid enabled and runs a program that contacts the execution environment to determine where the execution should take place.

13 How ScaLAPACK Works To use ScaLAPACK a user must: Download the package and auxiliary packages to the machines Write a SPMD program which Sets up the logical process grid Places the data on the logical process grid Calls the library routine in a SPMD fashion Collects the solution after the library routine finishes The user must allocate the processors and decide the number of processors the application will run on The user must start the application mpirun np N user_app The number of processors is fixed by the user before the run Upon completion, return the processors to the pool of resources

14 GrADS Numerical Library Want to relieve the user of some of the tasks Make decisions on which machines to use based on the user s problem and the state of the system Optimize for the best time to solution Distribute the data on the processors and collections of results Start the SPMD library routine on all the platforms Check to see if the computation is proceeding as planned If not perhaps migrate application

15 Grid Environment for this Experiment 4 cliques 43 boxes UCSD Quidam, Mystere, Soleil PII 400Mhz 100Mb sw Dralion, Nouba PIII 450Mhz 100Mb sw UIUC amajor-dmajor PII 266Mhz 100Mb sw opus0, opus13-opus16 PII 450Mhz Myrinet U Tennessee cypher01 cypher16 dual PIII 500Mhz 1 Gb sw U Tennessee torc0-torc8 Dual PIII 550Mhz 100 Mb sw ferret.usc.edu 64 Proc SGI mhz Mhz jupiter.isi.edu 10 Proc SGI lunar.uits.indiana.edu

16 Components Used Globus version Autopilot version 2.3 NWS version 2.0.pre2 MPICH-G version ScaLAPACK version 1.6 ATLAS/BLAS version BLACS version 1.1 PAPI version GrADS Crafted code Millions of lines of code and installed on the GrADS Macro Grid

17 Heterogeneous Grid TORC CYPHER OPUS Type Cluster 8 Dual Pentium III OS Red Hat Linux SMP Cluster 16 Dual Pentium III Debian Linux SMP Cluster 8 Pentium II Red Hat Linux Memory 512 MB 512 MB 128 or 256 MB CPU speed 550 MHz 500 MHz MHz Network Fast Ethernet (100 Mbit/s) (3Com 3C905B) and switch (BayStack 350T) with 16 ports Gigabit Ethernet (SK- 9843) and switch (Foundry FastIron II) with 24 ports IP over Myrinet (LANai 4.3) + Fast Ethernet (3Com 3C905B) and switch (M2M-SW16 & Cisco Catalyst 2924 XL) with 16 ports each

18 Performance Model vs Runs

19 Overheads

20 Grid ScaLAPACK vs Non-Grid ScaLAPACK, Dedicated Torc machines Time (seconds) Time for Application Execution Time for processes spawning Time for NWS retrieval Time for MDS retrieval 0 Grid Non- Grid N=600, NB=40, Grid Non- Grid N=1500, NB=40, Grid Non- Grid N=5000, NB=40, Grid Non- Grid N=8000, NB=40, Grid Non- Grid N=10,000, NB=40, 2 torc procs. Ratio: torc procs. Ratio: torc procs. Ratio: torc procs. Ratio: torc procs. Ratio: 1.29

21 ScaLAPACK across 3 Clusters Time (seconds) OPUS OPUS, CYPHER OPUS, TORC, CYPHER 2 OPUS, 4 TORC, 6 CYPHER 8 OPUS, 4 TORC, 4 CYPHER 8 OPUS, 2 TORC, 6 CYPHER 6 OPUS, 5 CYPHER 8 OPUS, 6 CYPHER 8 OPUS 5 OPUS 8 OPUS Matrix Size

22 Largest Problem Solved Matrix of size 30, GB for the data 32 processors to choose from UIUC and UT Not all machines have 512 MBs, some little as 128 MBs PM chose 17 machines in 2 clusters from UT Computation took 84 minutes 3.6 Gflop/s total 210 Mflop/s per processor ScaLAPACK on a cluster of 17 processors would get about 50% of peak Processors are 500 MHz or 500 Mflop/s peak For this grid computation 20% less than ScaLAPACK

23 UHFFT Library Organization UHFFT Library Library of FFT Modules Initialization Routines Execution Routines Utilities FFT Code Generator Mixed-Radix (Cooly-Tukey) Split-Radix Algorithm Prime Factor Algorithm Rader Algorithm Unparser Scheduler Key: Optimizer Initializer (Algorithm Abstraction) Fixed library code Generated code Code generator

24 Summary Goal: Build programming systems for the Grid that enable ordinary users to develop and run applications in this complex environment Execution of applications must be adaptive In response to changing loads and resources Software support is challenging Must manage execution to reliable completion Must prepare a program for execution Should support high-level domain-specific programming For breadth of user community Research strategy involves developing a series of prototypes Evolve the infrastructure based on lessons learned

Grid Computing: Application Development

Grid Computing: Application Development Grid Computing: Application Development Lennart Johnsson Department of Computer Science and the Texas Learning and Computation Center University of Houston Houston, TX Department of Numerical Analysis

More information

Compiler Technology for Problem Solving on Computational Grids

Compiler Technology for Problem Solving on Computational Grids Compiler Technology for Problem Solving on Computational Grids An Overview of Programming Support Research in the GrADS Project Ken Kennedy Rice University http://www.cs.rice.edu/~ken/presentations/gridcompilers.pdf

More information

Compilers and Run-Time Systems for High-Performance Computing

Compilers and Run-Time Systems for High-Performance Computing Compilers and Run-Time Systems for High-Performance Computing Blurring the Distinction between Compile-Time and Run-Time Ken Kennedy Rice University http://www.cs.rice.edu/~ken/presentations/compilerruntime.pdf

More information

Component Architectures

Component Architectures Component Architectures Rapid Prototyping in a Networked Environment Ken Kennedy Rice University http://www.cs.rice.edu/~ken/presentations/lacsicomponentssv01.pdf Participants Ruth Aydt Bradley Broom Zoran

More information

Numerical Libraries And The Grid: The GrADS Experiments With ScaLAPACK

Numerical Libraries And The Grid: The GrADS Experiments With ScaLAPACK UT-CS-01-460 April 28, 2001 Numerical Libraries And The Grid: The GrADS Experiments With ScaLAPACK Antoine Petitet, Susan Blackford, Jack Dongarra, Brett Ellis, Graham Fagg, Kenneth Roche, and Sathish

More information

Experiments with Scheduling Using Simulated Annealing in a Grid Environment

Experiments with Scheduling Using Simulated Annealing in a Grid Environment Experiments with Scheduling Using Simulated Annealing in a Grid Environment Asim YarKhan Computer Science Department University of Tennessee yarkhan@cs.utk.edu Jack J. Dongarra Computer Science Department

More information

Adaptive Scientific Software Libraries

Adaptive Scientific Software Libraries Adaptive Scientific Software Libraries Lennart Johnsson Advanced Computing Research Laboratory Department of Computer Science University of Houston Challenges Diversity of execution environments Growing

More information

Biological Sequence Alignment On The Computational Grid Using The Grads Framework

Biological Sequence Alignment On The Computational Grid Using The Grads Framework Biological Sequence Alignment On The Computational Grid Using The Grads Framework Asim YarKhan (yarkhan@cs.utk.edu) Computer Science Department, University of Tennessee Jack J. Dongarra (dongarra@cs.utk.edu)

More information

High Performance Computing. Without a Degree in Computer Science

High Performance Computing. Without a Degree in Computer Science High Performance Computing Without a Degree in Computer Science Smalley s Top Ten 1. energy 2. water 3. food 4. environment 5. poverty 6. terrorism and war 7. disease 8. education 9. democracy 10. population

More information

Advanced Computing Research Laboratory. Adaptive Scientific Software Libraries

Advanced Computing Research Laboratory. Adaptive Scientific Software Libraries Adaptive Scientific Software Libraries and Texas Learning and Computation Center and Department of Computer Science University of Houston Challenges Diversity of execution environments Growing complexity

More information

Page 1. Distributed and Parallel Systems. High Performance Computing, Computational Grid, and Numerical Libraries. What is Grid Computing?

Page 1. Distributed and Parallel Systems. High Performance Computing, Computational Grid, and Numerical Libraries. What is Grid Computing? QuickTime and a decompressor are needed to see this picture. High omputing, omputational Grid, and Numerical Libraries Distributed systems heterogeneous Distributed and Parallel Systems STI@home ntropia

More information

Toward a Framework for Preparing and Executing Adaptive Grid Programs

Toward a Framework for Preparing and Executing Adaptive Grid Programs Toward a Framework for Preparing and Executing Adaptive Grid Programs Ken Kennedy α, Mark Mazina, John Mellor-Crummey, Keith Cooper, Linda Torczon Rice University Fran Berman, Andrew Chien, Holly Dail,

More information

GrADSoft and its Application Manager: An Execution Mechanism for Grid Applications

GrADSoft and its Application Manager: An Execution Mechanism for Grid Applications GrADSoft and its Application Manager: An Execution Mechanism for Grid Applications Authors Ken Kennedy, Mark Mazina, John Mellor-Crummey, Rice University Ruth Aydt, Celso Mendes, UIUC Holly Dail, Otto

More information

A Performance Oriented Migration Framework For The Grid Λ

A Performance Oriented Migration Framework For The Grid Λ A Performance Oriented Migration Framework For The Grid Λ Sathish S. Vadhiyar and Jack J. Dongarra Computer Science Department University of Tennessee fvss, dongarrag@cs.utk.edu Abstract At least three

More information

New Grid Scheduling and Rescheduling Methods in the GrADS Project

New Grid Scheduling and Rescheduling Methods in the GrADS Project New Grid Scheduling and Rescheduling Methods in the GrADS Project K. Cooper, A. Dasgupta, K. Kennedy, C. Koelbel, A. Mandal, G. Marin, M. Mazina, J. Mellor-Crummey Computer Science Dept., Rice University

More information

Scheduling FFT Computation on SMP and Multicore Systems Ayaz Ali, Lennart Johnsson & Jaspal Subhlok

Scheduling FFT Computation on SMP and Multicore Systems Ayaz Ali, Lennart Johnsson & Jaspal Subhlok Scheduling FFT Computation on SMP and Multicore Systems Ayaz Ali, Lennart Johnsson & Jaspal Subhlok Texas Learning and Computation Center Department of Computer Science University of Houston Outline Motivation

More information

Compiler Architecture for High-Performance Problem Solving

Compiler Architecture for High-Performance Problem Solving Compiler Architecture for High-Performance Problem Solving A Quest for High-Level Programming Systems Ken Kennedy Rice University http://www.cs.rice.edu/~ken/presentations/compilerarchitecture.pdf Context

More information

A Decoupled Scheduling Approach for the GrADS Program Development Environment. DCSL Ahmed Amin

A Decoupled Scheduling Approach for the GrADS Program Development Environment. DCSL Ahmed Amin A Decoupled Scheduling Approach for the GrADS Program Development Environment DCSL Ahmed Amin Outline Introduction Related Work Scheduling Architecture Scheduling Algorithm Testbench Results Conclusions

More information

Why Performance Models Matter for Grid Computing

Why Performance Models Matter for Grid Computing Why Performance Models Matter for Grid Computing Ken Kennedy 1 Rice University ken@rice.edu 1 Introduction Global heterogeneous computing, often referred to as the Grid [5, 6], is a popular emerging computing

More information

CS Understanding Parallel Computing

CS Understanding Parallel Computing CS 594 001 Understanding Parallel Computing Web page for the course: http://www.cs.utk.edu/~dongarra/web-pages/cs594-2006.htm CS 594 001 Wednesday s 1:30 4:00 Understanding Parallel Computing: From Theory

More information

Biological Sequence Alignment On The Computational Grid Using The GrADS Framework

Biological Sequence Alignment On The Computational Grid Using The GrADS Framework Biological Sequence Alignment On The Computational Grid Using The GrADS Framework Asim YarKhan a Jack J. Dongarra a,b a Computer Science Department, University of Tennessee, Knoxville, TN 37996 b Computer

More information

International Journal of Parallel Programming, Vol. 33, No. 2, June 2005 ( 2005) DOI: /s

International Journal of Parallel Programming, Vol. 33, No. 2, June 2005 ( 2005) DOI: /s International Journal of Parallel Programming, Vol. 33, No. 2, June 2005 ( 2005) DOI: 10.1007/s10766-005-3584-4 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 New Grid Scheduling and Rescheduling Methods in the

More information

Self Adaptivity in Grid Computing

Self Adaptivity in Grid Computing CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE Concurrency Computat.: Pract. Exper. 2004; 00:1 26 [Version: 2002/09/19 v2.02] Self Adaptivity in Grid Computing Sathish S. Vadhiyar 1, and Jack J.

More information

Research in High-Performance Grid Software

Research in High-Performance Grid Software Research in High-Performance Grid Software Lennart Johnsson NADA, KTH and Department of Computer Science University of Houston EU Project: Neurogenerator Collection and processing of PET and fmri data

More information

Building Performance Topologies for Computational Grids UCSB Technical Report

Building Performance Topologies for Computational Grids UCSB Technical Report Building Performance Topologies for Computational Grids UCSB Technical Report 2002-11 Martin Swany and Rich Wolski Department of Computer Science University of California Santa Barbara, CA 93106 {swany,rich}@cs..edu

More information

An Adaptive Framework for Scientific Software Libraries. Ayaz Ali Lennart Johnsson Dept of Computer Science University of Houston

An Adaptive Framework for Scientific Software Libraries. Ayaz Ali Lennart Johnsson Dept of Computer Science University of Houston An Adaptive Framework for Scientific Software Libraries Ayaz Ali Lennart Johnsson Dept of Computer Science University of Houston Diversity of execution environments Growing complexity of modern microprocessors.

More information

GRID*p: Interactive Data-Parallel Programming on the Grid with MATLAB

GRID*p: Interactive Data-Parallel Programming on the Grid with MATLAB GRID*p: Interactive Data-Parallel Programming on the Grid with MATLAB Imran Patel and John R. Gilbert Department of Computer Science University of California, Santa Barbara {imran, gilbert}@cs.ucsb.edu

More information

Latency Hiding by Redundant Processing: A Technique for Grid enabled, Iterative, Synchronous Parallel Programs

Latency Hiding by Redundant Processing: A Technique for Grid enabled, Iterative, Synchronous Parallel Programs Latency Hiding by Redundant Processing: A Technique for Grid enabled, Iterative, Synchronous Parallel Programs Jeremy F. Villalobos University of North Carolina at Charlote 921 University City Blvd Charlotte,

More information

Research Related Activities

Research Related Activities Research Related Activities Lennart Johnsson Research Infrastructure Research Science and Engineering Research Infrastructure Observations Collaborators are increasingly chosen regardless of location Instruments

More information

Why Performance Models Matter for Grid Computing

Why Performance Models Matter for Grid Computing Why Performance Models Matter for Grid Computing Ken Kennedy 1 Rice University ken@rice.edu 1 Introduction Global heterogeneous computing, often referred to as the Grid [5, 6], is a popular emerging computing

More information

Virtual Grids. Today s Readings

Virtual Grids. Today s Readings Virtual Grids Last Time» Adaptation by Applications» What do you need to know? To do it well?» Grid Application Development Software (GrADS) Today» Virtual Grids» Virtual Grid Application Development Software

More information

Building Performance Topologies for Computational Grids

Building Performance Topologies for Computational Grids Building Performance Topologies for Computational Grids Martin Swany and Rich Wolski Department of Computer Science University of California Santa Barbara, CA 93106 {swany,rich}@cs.ucsb.edu Abstract This

More information

Sami Saarinen Peter Towers. 11th ECMWF Workshop on the Use of HPC in Meteorology Slide 1

Sami Saarinen Peter Towers. 11th ECMWF Workshop on the Use of HPC in Meteorology Slide 1 Acknowledgements: Petra Kogel Sami Saarinen Peter Towers 11th ECMWF Workshop on the Use of HPC in Meteorology Slide 1 Motivation Opteron and P690+ clusters MPI communications IFS Forecast Model IFS 4D-Var

More information

From Beowulf to the HIVE

From Beowulf to the HIVE Commodity Cluster Computing at Goddard Space Flight Center Dr. John E. Dorband NASA Goddard Space Flight Center Earth and Space Data Computing Division Applied Information Sciences Branch 1 The Legacy

More information

Real Parallel Computers

Real Parallel Computers Real Parallel Computers Modular data centers Background Information Recent trends in the marketplace of high performance computing Strohmaier, Dongarra, Meuer, Simon Parallel Computing 2005 Short history

More information

Decreasing End-to Job Execution Times by Increasing Resource Utilization using Predictive Scheduling in the Grid

Decreasing End-to Job Execution Times by Increasing Resource Utilization using Predictive Scheduling in the Grid Decreasing End-to to-end Job Execution Times by Increasing Resource Utilization using Predictive Scheduling in the Grid Ioan Raicu Computer Science Department University of Chicago Grid Computing Seminar

More information

Compilers for High Performance Computer Systems: Do They Have a Future? Ken Kennedy Rice University

Compilers for High Performance Computer Systems: Do They Have a Future? Ken Kennedy Rice University Compilers for High Performance Computer Systems: Do They Have a Future? Ken Kennedy Rice University Collaborators Raj Bandypadhyay Zoran Budimlic Arun Chauhan Daniel Chavarria-Miranda Keith Cooper Jack

More information

CISC 879 Software Support for Multicore Architectures Spring Student Presentation 6: April 8. Presenter: Pujan Kafle, Deephan Mohan

CISC 879 Software Support for Multicore Architectures Spring Student Presentation 6: April 8. Presenter: Pujan Kafle, Deephan Mohan CISC 879 Software Support for Multicore Architectures Spring 2008 Student Presentation 6: April 8 Presenter: Pujan Kafle, Deephan Mohan Scribe: Kanik Sem The following two papers were presented: A Synchronous

More information

10 Gbit/s Challenge inside the Openlab framework

10 Gbit/s Challenge inside the Openlab framework 10 Gbit/s Challenge inside the Openlab framework Sverre Jarp IT Division CERN SJ Feb 2003 1 Agenda Introductions All Overview Sverre Feedback Enterasys HP Intel Further discussions Elaboration of plan

More information

SIMULATION OF ADAPTIVE APPLICATIONS IN HETEROGENEOUS COMPUTING ENVIRONMENTS

SIMULATION OF ADAPTIVE APPLICATIONS IN HETEROGENEOUS COMPUTING ENVIRONMENTS SIMULATION OF ADAPTIVE APPLICATIONS IN HETEROGENEOUS COMPUTING ENVIRONMENTS Bo Hong and Viktor K. Prasanna Department of Electrical Engineering University of Southern California Los Angeles, CA 90089-2562

More information

Enhanced Representation Of Data Flow Anomaly Detection For Teaching Evaluation

Enhanced Representation Of Data Flow Anomaly Detection For Teaching Evaluation Enhanced Representation Of Data Flow Anomaly Detection For Teaching Evaluation T.Mamatha A.BalaRam Asst.Prof. in Dept. of CSE Assoc.Prof. in Dept of CSE SreeNidhi Institute of Science & Technology CMR

More information

Adaptive Timeout Discovery using the Network Weather Service

Adaptive Timeout Discovery using the Network Weather Service Adaptive Timeout Discovery using the Network Weather Service Matthew S. Allen Computer Science Department University of California, Santa Barbara Rich Wolski Computer Science Department University of California,

More information

GrADSolve - a Grid-based RPC system for. Parallel Computing with Application-Level. Scheduling

GrADSolve - a Grid-based RPC system for. Parallel Computing with Application-Level. Scheduling GrADSolve - a Grid-based RPC system for Parallel Computing with Application-Level Scheduling Sathish S. Vadhiyar, Department of Computer Science, University of Tennessee Jack J. Dongarra Department of

More information

Performance Analysis and Modeling of the SciDAC MILC Code on Four Large-scale Clusters

Performance Analysis and Modeling of the SciDAC MILC Code on Four Large-scale Clusters Performance Analysis and Modeling of the SciDAC MILC Code on Four Large-scale Clusters Xingfu Wu and Valerie Taylor Department of Computer Science, Texas A&M University Email: {wuxf, taylor}@cs.tamu.edu

More information

Heterogeneous Grid Computing: Issues and Early Benchmarks

Heterogeneous Grid Computing: Issues and Early Benchmarks Heterogeneous Grid Computing: Issues and Early Benchmarks Eamonn Kenny 1, Brian Coghlan 1, George Tsouloupas 2, Marios Dikaiakos 2, John Walsh 1, Stephen Childs 1, David O Callaghan 1, and Geoff Quigley

More information

PM2: High Performance Communication Middleware for Heterogeneous Network Environments

PM2: High Performance Communication Middleware for Heterogeneous Network Environments PM2: High Performance Communication Middleware for Heterogeneous Network Environments Toshiyuki Takahashi, Shinji Sumimoto, Atsushi Hori, Hiroshi Harada, and Yutaka Ishikawa Real World Computing Partnership,

More information

Co-array Fortran Performance and Potential: an NPB Experimental Study. Department of Computer Science Rice University

Co-array Fortran Performance and Potential: an NPB Experimental Study. Department of Computer Science Rice University Co-array Fortran Performance and Potential: an NPB Experimental Study Cristian Coarfa Jason Lee Eckhardt Yuri Dotsenko John Mellor-Crummey Department of Computer Science Rice University Parallel Programming

More information

Profile-Based Load Balancing for Heterogeneous Clusters *

Profile-Based Load Balancing for Heterogeneous Clusters * Profile-Based Load Balancing for Heterogeneous Clusters * M. Banikazemi, S. Prabhu, J. Sampathkumar, D. K. Panda, T. W. Page and P. Sadayappan Dept. of Computer and Information Science The Ohio State University

More information

HETEROGENEOUS COMPUTING

HETEROGENEOUS COMPUTING HETEROGENEOUS COMPUTING Shoukat Ali, Tracy D. Braun, Howard Jay Siegel, and Anthony A. Maciejewski School of Electrical and Computer Engineering, Purdue University Heterogeneous computing is a set of techniques

More information

Generation of High Performance Domain- Specific Languages from Component Libraries. Ken Kennedy Rice University

Generation of High Performance Domain- Specific Languages from Component Libraries. Ken Kennedy Rice University Generation of High Performance Domain- Specific Languages from Component Libraries Ken Kennedy Rice University Collaborators Raj Bandypadhyay Zoran Budimlic Arun Chauhan Daniel Chavarria-Miranda Keith

More information

MPICH-G2 performance evaluation on PC clusters

MPICH-G2 performance evaluation on PC clusters MPICH-G2 performance evaluation on PC clusters Roberto Alfieri Fabio Spataro February 1, 2001 1 Introduction The Message Passing Interface (MPI) [1] is a standard specification for message passing libraries.

More information

A Resource Look up Strategy for Distributed Computing

A Resource Look up Strategy for Distributed Computing A Resource Look up Strategy for Distributed Computing F. AGOSTARO, A. GENCO, S. SORCE DINFO - Dipartimento di Ingegneria Informatica Università degli Studi di Palermo Viale delle Scienze, edificio 6 90128

More information

COSC 6385 Computer Architecture - Multi Processor Systems

COSC 6385 Computer Architecture - Multi Processor Systems COSC 6385 Computer Architecture - Multi Processor Systems Fall 2006 Classification of Parallel Architectures Flynn s Taxonomy SISD: Single instruction single data Classical von Neumann architecture SIMD:

More information

Using Cache Models and Empirical Search in Automatic Tuning of Applications. Apan Qasem Ken Kennedy John Mellor-Crummey Rice University Houston, TX

Using Cache Models and Empirical Search in Automatic Tuning of Applications. Apan Qasem Ken Kennedy John Mellor-Crummey Rice University Houston, TX Using Cache Models and Empirical Search in Automatic Tuning of Applications Apan Qasem Ken Kennedy John Mellor-Crummey Rice University Houston, TX Outline Overview of Framework Fine grain control of transformations

More information

FOBS: A Lightweight Communication Protocol for Grid Computing Phillip M. Dickens

FOBS: A Lightweight Communication Protocol for Grid Computing Phillip M. Dickens FOBS: A Lightweight Communication Protocol for Grid Computing Phillip M. Dickens Abstract The advent of high-performance networks in conjunction with low-cost, powerful computational engines has made possible

More information

Input parameters System specifics, user options. Input parameters size, dim,... FFT Code Generator. Initialization Select fastest execution plan

Input parameters System specifics, user options. Input parameters size, dim,... FFT Code Generator. Initialization Select fastest execution plan Automatic Performance Tuning in the UHFFT Library Dragan Mirković 1 and S. Lennart Johnsson 1 Department of Computer Science University of Houston Houston, TX 7724 mirkovic@cs.uh.edu, johnsson@cs.uh.edu

More information

The DETER Testbed: Overview 25 August 2004

The DETER Testbed: Overview 25 August 2004 The DETER Testbed: Overview 25 August 2004 1. INTRODUCTION The DETER (Cyber Defense Technology Experimental Research testbed is a computer facility to support experiments in a broad range of cyber-security

More information

A Performance Contract System in a Grid Enabling, Component Based Programming Environment *

A Performance Contract System in a Grid Enabling, Component Based Programming Environment * A Performance Contract System in a Grid Enabling, Component Based Programming Environment * Pasquale Caruso 1, Giuliano Laccetti 2, and Marco Lapegna 2 1 Institute of High Performance Computing and Networking,

More information

Algorithm and Library Software Design Challenges for Tera, Peta, and Future Exascale Computing

Algorithm and Library Software Design Challenges for Tera, Peta, and Future Exascale Computing Algorithm and Library Software Design Challenges for Tera, Peta, and Future Exascale Computing Bo Kågström Department of Computing Science and High Performance Computing Center North (HPC2N) Umeå University,

More information

MPI History. MPI versions MPI-2 MPICH2

MPI History. MPI versions MPI-2 MPICH2 MPI versions MPI History Standardization started (1992) MPI-1 completed (1.0) (May 1994) Clarifications (1.1) (June 1995) MPI-2 (started: 1995, finished: 1997) MPI-2 book 1999 MPICH 1.2.4 partial implemention

More information

Production Grids. Outline

Production Grids. Outline Production Grids Last Time» Administrative Info» Coursework» Signup for Topical Reports! (signup immediately if you haven t)» Vision of Grids Today» Reality of High Performance Distributed Computing» Example

More information

Parallel Linear Algebra on Clusters

Parallel Linear Algebra on Clusters Parallel Linear Algebra on Clusters Fernando G. Tinetti Investigador Asistente Comisión de Investigaciones Científicas Prov. Bs. As. 1 III-LIDI, Facultad de Informática, UNLP 50 y 115, 1er. Piso, 1900

More information

The Grid: Feng Shui for the Terminally Rectilinear

The Grid: Feng Shui for the Terminally Rectilinear The Grid: Feng Shui for the Terminally Rectilinear Martha Stewart Introduction While the rapid evolution of The Internet continues to define a new medium for the sharing and management of information,

More information

Profiling Grid Data Transfer Protocols and Servers. George Kola, Tevfik Kosar and Miron Livny University of Wisconsin-Madison USA

Profiling Grid Data Transfer Protocols and Servers. George Kola, Tevfik Kosar and Miron Livny University of Wisconsin-Madison USA Profiling Grid Data Transfer Protocols and Servers George Kola, Tevfik Kosar and Miron Livny University of Wisconsin-Madison USA Motivation Scientific experiments are generating large amounts of data Education

More information

APPLICATIONS. 1 Introduction

APPLICATIONS. 1 Introduction APPLICATIONS COMPUTING APPLICATIONS APPLICATIONS David A. Bader NEW MEXICO, USA Robert Pennington NCSA, USA 1 Introduction Cluster computing for applications scientists is changing dramatically with the

More information

ReconOS: An RTOS Supporting Hardware and Software Threads

ReconOS: An RTOS Supporting Hardware and Software Threads ReconOS: An RTOS Supporting Hardware and Software Threads Enno Lübbers and Marco Platzner Computer Engineering Group University of Paderborn marco.platzner@computer.org Overview the ReconOS project programming

More information

A Performance Evaluation of WS-MDS in the Globus Toolkit

A Performance Evaluation of WS-MDS in the Globus Toolkit A Performance Evaluation of WS-MDS in the Globus Toolkit Ioan Raicu * Catalin Dumitrescu * Ian Foster +* * Computer Science Department The University of Chicago {iraicu,cldumitr}@cs.uchicago.edu Abstract

More information

XPU A Programmable FPGA Accelerator for Diverse Workloads

XPU A Programmable FPGA Accelerator for Diverse Workloads XPU A Programmable FPGA Accelerator for Diverse Workloads Jian Ouyang, 1 (ouyangjian@baidu.com) Ephrem Wu, 2 Jing Wang, 1 Yupeng Li, 1 Hanlin Xie 1 1 Baidu, Inc. 2 Xilinx Outlines Background - FPGA for

More information

Data Block. Data Block. Copy A B C D P HDD 0 HDD 1 HDD 2 HDD 3 HDD 4 HDD 0 HDD 1

Data Block. Data Block. Copy A B C D P HDD 0 HDD 1 HDD 2 HDD 3 HDD 4 HDD 0 HDD 1 RAID Network RAID File System 1) Takashi MATSUMOTO 1) ( 101-8430 2{1{2 E-mail:tmatsu@nii.ac.jp) ABSTRACT. The NRFS is a brand-new kernel-level subsystem for a low-cost distributed le system with fault-tolerant

More information

MPI versions. MPI History

MPI versions. MPI History MPI versions MPI History Standardization started (1992) MPI-1 completed (1.0) (May 1994) Clarifications (1.1) (June 1995) MPI-2 (started: 1995, finished: 1997) MPI-2 book 1999 MPICH 1.2.4 partial implemention

More information

Lecture 3: Intro to parallel machines and models

Lecture 3: Intro to parallel machines and models Lecture 3: Intro to parallel machines and models David Bindel 1 Sep 2011 Logistics Remember: http://www.cs.cornell.edu/~bindel/class/cs5220-f11/ http://www.piazza.com/cornell/cs5220 Note: the entire class

More information

Algorithms and Computation in Signal Processing

Algorithms and Computation in Signal Processing Algorithms and Computation in Signal Processing special topic course 18-799B spring 2005 14 th Lecture Feb. 24, 2005 Instructor: Markus Pueschel TA: Srinivas Chellappa Course Evaluation Email sent out

More information

NOW and the Killer Network David E. Culler

NOW and the Killer Network David E. Culler NOW and the Killer Network David E. Culler culler@cs http://now.cs.berkeley.edu NOW 1 Remember the Killer Micro 100,000,000 10,000,000 R10000 Pentium Transistors 1,000,000 100,000 i80286 i80386 R3000 R2000

More information

SHARCNET Workshop on Parallel Computing. Hugh Merz Laurentian University May 2008

SHARCNET Workshop on Parallel Computing. Hugh Merz Laurentian University May 2008 SHARCNET Workshop on Parallel Computing Hugh Merz Laurentian University May 2008 What is Parallel Computing? A computational method that utilizes multiple processing elements to solve a problem in tandem

More information

A Replica Location Grid Service Implementation

A Replica Location Grid Service Implementation A Replica Location Grid Service Implementation Mary Manohar, Ann Chervenak, Ben Clifford, Carl Kesselman Information Sciences Institute, University of Southern California Marina Del Rey, CA 90292 {mmanohar,

More information

Self-adapting Numerical Software for Next Generation Applications Lapack Working Note 157, ICL-UT-02-07

Self-adapting Numerical Software for Next Generation Applications Lapack Working Note 157, ICL-UT-02-07 Self-adapting Numerical Software for Next Generation Applications Lapack Working Note 157, ICL-UT-02-07 Jack Dongarra, Victor Eijkhout December 2002 Abstract The challenge for the development of next generation

More information

Introduction to HPC. Lecture 21

Introduction to HPC. Lecture 21 443 Introduction to HPC Lecture Dept of Computer Science 443 Fast Fourier Transform 443 FFT followed by Inverse FFT DIF DIT Use inverse twiddles for the inverse FFT No bitreversal necessary! 443 FFT followed

More information

GrADSAT: A Parallel SAT Solver for the Grid

GrADSAT: A Parallel SAT Solver for the Grid GrADSAT: A Parallel SAT Solver for the Grid UCSB Computer Science Technical Report Number 2003-05 Wahid Chrabakh and Rich Wolski Department of Computer Science University of California Santa Barbara chrabakh,rich

More information

Installation and Test of Molecular Dynamics Simulation Packages on SGI Altix and Hydra-Cluster at JKU Linz

Installation and Test of Molecular Dynamics Simulation Packages on SGI Altix and Hydra-Cluster at JKU Linz Installation and Test of Molecular Dynamics Simulation Packages on SGI Altix and Hydra-Cluster at JKU Linz Rene Kobler May 25, 25 Contents 1 Abstract 2 2 Status 2 3 Changelog 2 4 Installation Notes 3 4.1

More information

The Use of Cloud Computing Resources in an HPC Environment

The Use of Cloud Computing Resources in an HPC Environment The Use of Cloud Computing Resources in an HPC Environment Bill, Labate, UCLA Office of Information Technology Prakashan Korambath, UCLA Institute for Digital Research & Education Cloud computing becomes

More information

Cost-Performance Evaluation of SMP Clusters

Cost-Performance Evaluation of SMP Clusters Cost-Performance Evaluation of SMP Clusters Darshan Thaker, Vipin Chaudhary, Guy Edjlali, and Sumit Roy Parallel and Distributed Computing Laboratory Wayne State University Department of Electrical and

More information

The Performance Analysis of Portable Parallel Programming Interface MpC for SDSM and pthread

The Performance Analysis of Portable Parallel Programming Interface MpC for SDSM and pthread The Performance Analysis of Portable Parallel Programming Interface MpC for SDSM and pthread Workshop DSM2005 CCGrig2005 Seikei University Tokyo, Japan midori@st.seikei.ac.jp Hiroko Midorikawa 1 Outline

More information

Ed D Azevedo Oak Ridge National Laboratory Piotr Luszczek University of Tennessee

Ed D Azevedo Oak Ridge National Laboratory Piotr Luszczek University of Tennessee A Framework for Check-Pointed Fault-Tolerant Out-of-Core Linear Algebra Ed D Azevedo (e6d@ornl.gov) Oak Ridge National Laboratory Piotr Luszczek (luszczek@cs.utk.edu) University of Tennessee Acknowledgement

More information

Low Cost Supercomputing. Rajkumar Buyya, Monash University, Melbourne, Australia. Parallel Processing on Linux Clusters

Low Cost Supercomputing. Rajkumar Buyya, Monash University, Melbourne, Australia. Parallel Processing on Linux Clusters N Low Cost Supercomputing o Parallel Processing on Linux Clusters Rajkumar Buyya, Monash University, Melbourne, Australia. rajkumar@ieee.org http://www.dgs.monash.edu.au/~rajkumar Agenda Cluster? Enabling

More information

OmniRPC: a Grid RPC facility for Cluster and Global Computing in OpenMP

OmniRPC: a Grid RPC facility for Cluster and Global Computing in OpenMP OmniRPC: a Grid RPC facility for Cluster and Global Computing in OpenMP (extended abstract) Mitsuhisa Sato 1, Motonari Hirano 2, Yoshio Tanaka 2 and Satoshi Sekiguchi 2 1 Real World Computing Partnership,

More information

APENet: LQCD clusters a la APE

APENet: LQCD clusters a la APE Overview Hardware/Software Benchmarks Conclusions APENet: LQCD clusters a la APE Concept, Development and Use Roberto Ammendola Istituto Nazionale di Fisica Nucleare, Sezione Roma Tor Vergata Centro Ricerce

More information

Representing Dynamic Performance Information in Grid Environments with the Network Weather Service Λ

Representing Dynamic Performance Information in Grid Environments with the Network Weather Service Λ Representing Dynamic Performance Information in Grid Environments with the Network Weather Service Λ Martin Swany and Rich Wolski Department of Computer Science University of California Santa Barbara,

More information

An Experience in Accessing Grid Computing from Mobile Device with GridLab Mobile Services

An Experience in Accessing Grid Computing from Mobile Device with GridLab Mobile Services An Experience in Accessing Grid Computing from Mobile Device with GridLab Mobile Services Riri Fitri Sari, Rene Paulus Department of Electrical Engineering, Faculty of Engineering University of Indonesia

More information

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW UKOUG RAC SIG Meeting London, October 24 th, 2006 Luca Canali, CERN IT CH-1211 LCGenève 23 Outline Oracle at CERN Architecture of CERN

More information

Linux Compute Cluster in the German Automotive Industry

Linux Compute Cluster in the German Automotive Industry Linux Compute Cluster in the German Automotive Industry Clusterworld, San Jose, June 24-26 Dr. Karsten Gaier Altreia Solutions Linux Compute Cluster are... Fast in Computation Cost-effective Perfect in

More information

Overview of research activities Toward portability of performance

Overview of research activities Toward portability of performance Overview of research activities Toward portability of performance Do dynamically what can t be done statically Understand evolution of architectures Enable new programming models Put intelligence into

More information

Evaluating Algorithms for Shared File Pointer Operations in MPI I/O

Evaluating Algorithms for Shared File Pointer Operations in MPI I/O Evaluating Algorithms for Shared File Pointer Operations in MPI I/O Ketan Kulkarni and Edgar Gabriel Parallel Software Technologies Laboratory, Department of Computer Science, University of Houston {knkulkarni,gabriel}@cs.uh.edu

More information

Linear Algebra Computation Benchmarks on a Model Grid Platform

Linear Algebra Computation Benchmarks on a Model Grid Platform Linear Algebra Computation Benchmarks on a Model Grid Platform Loriano Storchi 1, Carlo Manuali 2, Osvaldo Gervasi 3, Giuseppe Vitillaro 4, Antonio Laganà 1, and Francesco Tarantelli 1,4 1 Department of

More information

Distributed ASCI Supercomputer DAS-1 DAS-2 DAS-3 DAS-4 DAS-5

Distributed ASCI Supercomputer DAS-1 DAS-2 DAS-3 DAS-4 DAS-5 Distributed ASCI Supercomputer DAS-1 DAS-2 DAS-3 DAS-4 DAS-5 Paper IEEE Computer (May 2016) What is DAS? Distributed common infrastructure for Dutch Computer Science Distributed: multiple (4-6) clusters

More information

Support for Programming Reconfigurable Supercomputers

Support for Programming Reconfigurable Supercomputers Support for Programming Reconfigurable Supercomputers Miriam Leeser Nicholas Moore, Albert Conti Dept. of Electrical and Computer Engineering Northeastern University Boston, MA Laurie Smith King Dept.

More information

The MOSIX Algorithms for Managing Cluster, Multi-Clusters, GPU Clusters and Clouds

The MOSIX Algorithms for Managing Cluster, Multi-Clusters, GPU Clusters and Clouds The MOSIX Algorithms for Managing Cluster, Multi-Clusters, GPU Clusters and Clouds Prof. Amnon Barak Department of Computer Science The Hebrew University of Jerusalem http:// www. MOSIX. Org 1 Background

More information

An Introduction to the Grid

An Introduction to the Grid 1 An Introduction to the Grid 1.1 INTRODUCTION The Grid concepts and technologies are all very new, first expressed by Foster and Kesselman in 1998 [1]. Before this, efforts to orchestrate wide-area distributed

More information

Statistical Evaluation of a Self-Tuning Vectorized Library for the Walsh Hadamard Transform

Statistical Evaluation of a Self-Tuning Vectorized Library for the Walsh Hadamard Transform Statistical Evaluation of a Self-Tuning Vectorized Library for the Walsh Hadamard Transform Michael Andrews and Jeremy Johnson Department of Computer Science, Drexel University, Philadelphia, PA USA Abstract.

More information

Predicting Slowdown for Networked Workstations

Predicting Slowdown for Networked Workstations Predicting Slowdown for Networked Workstations Silvia M. Figueira* and Francine Berman** Department of Computer Science and Engineering University of California, San Diego La Jolla, CA 9293-114 {silvia,berman}@cs.ucsd.edu

More information

R. K. Ghosh Dept of CSE, IIT Kanpur

R. K. Ghosh Dept of CSE, IIT Kanpur : Research Issues and Challenges R. K. Ghosh Dept of CSE, IIT Kanpur R. K. Ghosh Cutting Edge, April, 2005 1 of 31 Export Restriction by US Computer export from US to India, China, Russia and Middle East

More information