Instructors: Randy H. Katz David A. PaGerson hgp://inst.eecs.berkeley.edu/~cs61c/fa10. Fall Lecture #39. Agenda

Size: px
Start display at page:

Download "Instructors: Randy H. Katz David A. PaGerson hgp://inst.eecs.berkeley.edu/~cs61c/fa10. Fall Lecture #39. Agenda"

Transcription

1 2/2/ CS 6C: Great Ideas in Computer Architecture (Machine Structures) Project 3 Speed- up and RAID Instructors: Randy H Katz David A PaGerson hgp://insteecsberkeleyedu/~cs6c/fa 2// Fall Lecture #39 Agenda Programming Project Results Administrivia Technology Break RAID 2// Fall Lecture #39 2

2 2/2/ Agenda Programming Project Results Administrivia Technology Break RAID 2// Fall Lecture #39 3 Project #3, Part I sgemm (x5) 3 levels blocking, loop unrolling MFlop/s Class Data Peak Simple Blocked Thanks TA Andrew! 2// Fall Lecture #3 4 2

3 2/2/ Project #3, Part I Num Submissions sgemm (x5) Performance Histogram MFlop/s Thanks TA Andrew! 2// Fall Lecture #3 5 No SSE sgemm (x5) 3 levels blocking, loop unrolling MFlop/s // Fall Lecture #39 6 3

4 2/2/ No SSE sgemm (x5, Peak: 475) 3 levels blocking, loop unrolling % peak // Fall Lecture #39 7 No SSE 35 3 sgemm (x5) Performance Histogram Num Submissions MFlop/s 2// Fall Lecture #39 8 4

5 2/2/ SSE Gflop/s sgemm SSE ( thread) A = x5 A'A Simple Blocked GotoBLAS2 CS6c 2// Fall Lecture #39 9 SSE % of Goto Single-thread x5 A'A 8 7 % Goto (74 Gflop/s) // Fall Lecture #39 5

6 2/2/ SSE Histogram of Performance (SSE) A = x5 2 # submissions Gflop/s 2// Fall Lecture #39 OMP 4 sgemm OMP (8 threads,a'a) A = x5 2 Gflop/s Naive GotoBLAS2 CS6c 2 2// Fall Lecture #39 2 6

7 2/2/ OMP 9 % of Goto OMP (8 threads) x5 8 % Goto (22 Gflop/s) // Fall Lecture #39 3 OMP # submissions Histogram of performance (OMP) A = x Gflop/s 2// Fall Lecture #39 4 7

8 2/2/ 35 Extra Credit EC and Part 2 (serial) A'A (x5) Gflop/s 5 EC Part 2 5 2// Fall Lecture #39 5 Extra Credit 25 EC and Part 2 (8 threads) A'A (x5) 2 Gflop/s 5 EC Part 2 5 2// Fall Lecture #39 6 8

9 2/2/ Extra Credit 3 Performance Change (serial) A'A (x5) 25 Speedup (EC/Part2) // Fall Lecture #39 7 Extra Credit Performance Change (8 threads) A'A (x5) 3 25 Speedup (EC/Part2) // Fall Lecture #39 8 9

10 2/2/ Agenda Programming Project Results Administrivia Technology Break RAID 2// Fall Lecture #39 9 Administrivia Final Review: Mon Dec 6, 2-5 PM, Evans Final: Mon Dec 3 8- AM (22 Hearst Gym) Like midterm: T/F, M/C, short answers Whole Course: readings, lectures, projects, labs, hw Emphasize 2 nd half of 6C + midterm mistakes 2// Fall Lecture #39 2

11 2/2/ Cloud Compucng Administrivia Technology Break Datacenter Economics Agenda 2// Fall Lecture #39 2 Agenda Programming Project Results Administrivia Technology Break RAID 2// Fall Lecture #39 22

12 2/2/ Evolucon of the Disk Drive IBM 339K, 986 IBM RAMAC 35, 956 Apple SCSI, 986 2// Fall Lecture #39 23 Arrays of Small Disks Can smaller disks be used to close gap in performance between disks and CPUs? Convenconal: 4 disk designs Low End 4 High End Disk Array: disk design 35 2// Fall Lecture #

13 2/2/ Replace Small Number of Large Disks with Large Number of Small Disks! (988 Disks) IBM 339K IBM 35" 6 x7 2 GBytes 32 MBytes 23 GBytes Capacity Volume Power Data Rate I/O Rate MTTF Cost 97 cu i 3 KW 5 MB/s 6 I/Os/s 25 KHrs $25K cu i W 5 MB/s 55 I/Os/s 5 KHrs $2K cu i KW 2 MB/s 39 IOs/s??? Hrs $5K Disk Arrays have potencal for large data and I/O rates, high MB per cu i, high MB per KW, but what about reliability? 2// Fall Lecture # X 3X 8X 6X RAID: Redundant Arrays of (Inexpensive) Disks Files are "striped" across mulcple disks Redundancy yields high data availability Availability: service scll provided to user, even if some components failed Disks will scll fail Contents reconstructed from data redundantly stored in the array Capacity penalty to store redundant info Bandwidth penalty to update redundant info 2// Fall Lecture #

14 2/2/ Redundant Arrays of Inexpensive Disks RAID : Disk Mirroring/Shadowing recovery group Each disk is fully duplicated onto its mirror Very high availability can be achieved Bandwidth sacrifice on write: Logical write = two physical writes Reads may be opcmized Most expensive solucon: % capacity overhead 2// Fall Lecture #39 27 Redundant Array of Inexpensive Disks RAID 3: Parity Disk logical record Striped physical records P contains sum of other disks per stripe mod 2 ( parity ) If disk fails, subtract P from sum of other disks to find missing informacon 2// Fall Lecture #39 28 P 4

15 2/2/ Redundant Arrays of Inexpensive Disks RAID 4: High I/O Rate Parity Insides of 5 disks Example: small read D & D5, large write D2- D5 D D D2 D3 P D4 D5 D6 D7 P D8 D9 D D P D2 D3 D4 D5 D6 D7 D8 D9 D2 D2 D22 D23 P Disk Columns P P Increasing Logical Disk Address Stripe 2// Fall Lecture #39 29 Inspiracon for RAID 5 RAID 4 works well for small reads Small writes (write to one disk): Opcon : read other data disks, create new sum and write to Parity Disk Opcon 2: since P has old sum, compare old data to new data, add the difference to P Small writes are limited by Parity Disk: Write to D, D5 both also write to P disk D D D2 D3 P D4 D5 D6 D7 P 2// Fall Lecture #39 3 5

16 2/2/ RAID 5: High I/O Rate Interleaved Parity Independent writes possible because of interleaved parity D D D2 D3 P D4 D5 D6 P D7 D8 D9 P D D D2 P D3 D4 D5 Increasing Logical Disk Addresses Example: write to D, D5 uses disks,, 3, 4 P D6 D7 D8 D9 D2 D2 D22 D23 P Disk Columns 2// Fall Lecture #39 3 Problems of Disk Arrays: Small Writes RAID- 5: Small Write Algorithm Logical Write = 2 Physical Reads + 2 Physical Writes D' D D D2 D3 P new data + old data XOR ( Read) old parity (2 Read) + XOR (3 Write) (4 Write) D' D D2 D3 P' 2// Fall Lecture #

17 2/2/ Tech Report Read Round the World (December 987) 2// Fall Lecture #39 33 RAID- I RAID- I (989) Consisted of a Sun 4/28 workstacon with 28 MB of DRAM, four dual- string SCSI controllers, inch SCSI disks and specialized disk striping soiware 2// Fall Lecture #

18 2/2/ RAID II Early Network AGached Storage (NAS) System running a Log Structured File System (LFS) Impact: $25 Billion/year in 22 Over $5 Billion in RAID device sold since RAID companies (at the peak) Soiware RAID a standard component of modern OSs 2// Fall Lecture #39 35 RAID II 2// Fall Lecture #

19 2/2/ Summary Logical- to- physical block mapping, parity striping, read- modify- write processing Embedded caches and orchestracng data staging between network interfaces, parity hardware, and file server interfaces Failed disk replacement, hot spares, background copies and backup Embedded log- structured file systems, compression on the fly Soiware complexity dominates hardware! 2// Fall Lecture #

Delta Compressed and Deduplicated Storage Using Stream-Informed Locality

Delta Compressed and Deduplicated Storage Using Stream-Informed Locality Delta Compressed and Deduplicated Storage Using Stream-Informed Locality Philip Shilane, Grant Wallace, Mark Huang, & Windsor Hsu Backup Recovery Systems Division EMC Corporation Motivation and Approach

More information

Fast Software-managed Code Decompression

Fast Software-managed Code Decompression Fast Software-managed Code Decompression Charles Lefurgy and Trevor Mudge Advanced Computer Architecture Laboratory Electrical Engineering and Computer Science Dept. The University of Michigan, Ann Arbor

More information

Syllabus for CS 111 Operating System Principles Summer 2015

Syllabus for CS 111 Operating System Principles Summer 2015 Syllabus for CS 111 Operating System Principles Summer 2015 The summer session is eight weeks long. There is no finals week. There will be 16 meetings of the class, plus eight recitation sections The midterm

More information

The system design must obey these constraints. The system is to have the minimum cost (capital plus operating) while meeting the constraints.

The system design must obey these constraints. The system is to have the minimum cost (capital plus operating) while meeting the constraints. Computer Algorithms in Systems Engineering Spring 2010 Problem Set 6: Building ventilation design (dynamic programming) Due: 12 noon, Wednesday, April 21, 2010 Problem statement Buildings require exhaust

More information

CS 341 Computer Architecture and Organization. Lecturer: Bob Wilson Cell Phone: or

CS 341 Computer Architecture and Organization. Lecturer: Bob Wilson Cell Phone: or CS 341 Computer Architecture and Organization Lecturer: Bob Wilson Cell Phone: 508-577-9895 Email: robert.wilson@umb.edu or bobw@cs.umb.edu 1 Welcome to CS341 This course teaches computer architecture

More information

Reducing Code Size with Run-time Decompression

Reducing Code Size with Run-time Decompression Reducing Code Size with Run-time Decompression Charles Lefurgy, Eva Piccininni, and Trevor Mudge Advanced Computer Architecture Laboratory Electrical Engineering and Computer Science Dept. The University

More information

Fast Floating Point Compression on the Cell BE Processor

Fast Floating Point Compression on the Cell BE Processor Fast Floating Point Compression on the Cell BE Processor Ajith Padyana, T.V. Siva Kumar, P.K.Baruah Sri Satya Sai University Prasanthi Nilayam - 515134 Andhra Pradhesh, India ajith.padyana@gmail.com, tvsivakumar@gmail.com,

More information

AccuRAID iscsi Auto-Tiering Best Practice

AccuRAID iscsi Auto-Tiering Best Practice AccuRAID iscsi Auto-Tiering Best Practice Overview From the perspective of storage features, the performance of SSDs are high, but the cost is also high per GB. Relatively speaking, the cost of a traditional

More information

Reduction of Bitstream Transfer Time in FPGA

Reduction of Bitstream Transfer Time in FPGA IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 2, Ver. III (Mar - Apr. 2014), PP 82-86 Reduction of Bitstream Transfer Time in

More information

exsm.cluster High Availability for TSM Server Michael Abel & Bruno Friess TSM Symposium Oxford September 2005 Hier Kundenlogo

exsm.cluster High Availability for TSM Server Michael Abel & Bruno Friess TSM Symposium Oxford September 2005 Hier Kundenlogo Hier Kundenlogo TSM Symposium -Logo vor weißem Hintergrund, dann Größe anpassen und Oxford Text löschen - Logo transparent (GIF), dann Block löschen - ohne Logo: Text+Block löschen September 2005 exsm.cluster

More information

GOLOMB Compression Technique For FPGA Configuration

GOLOMB Compression Technique For FPGA Configuration GOLOMB Compression Technique For FPGA Configuration P.Hema Assistant Professor,EEE Jay Shriram Group Of Institutions ABSTRACT Bit stream compression is important in reconfigurable system design since it

More information

7),8) (GPU) SIMD ClearSpeed (GSIC) 53% TSUBAME. NVIDIA Tesla GPU TFlops. Tokyo Institute of Technology 2 JST, CREST

7),8) (GPU) SIMD ClearSpeed (GSIC) 53% TSUBAME. NVIDIA Tesla GPU TFlops. Tokyo Institute of Technology 2 JST, CREST Linpack 1, 2 1, 2 1, 3, 2 1, 2 7),8) (GPU) SIMD ClearSpeed TSUBAME Linpack TSUBAME 10000 Opteron 640 Xeon 4),12) LANL RoadRunner 5) 648 ClearSpeed 624 NVIDIA Tesla GPU Linpack 87TFlops 163TFlops (GSIC)

More information

Flight Software Overview

Flight Software Overview Solar Probe Plus A NASA Mission to Touch the Sun Flight Software Overview Christopher Krupiarz Christopher.Krupiarz@jhuapl.edu Overarching Science Objective To determine the structure and dynamics of the

More information

SteelHead Product Family

SteelHead Product Family Specification Sheet 05.08.18 SteelHead Product Family SteelHead CX Branch Office SteelHead Mid-Size Office SteelHead CX255 Series CX570 Series CX770 Series Configurations U L M H L M H L M H Profile Desktop

More information

securing networks with silicon

securing networks with silicon NITROX II A Family of In-line Security Processors Presented by: Muhammad Raghib Hussain Contributed by: Bob Sanzone, Dan Katz, David Asher, David Carlson, Gregg Bouchard, Michael Bertone, Muhammad Hussain,

More information

International Journal of Engineering Trends and Technology (IJETT) Volume 18 Number2- Dec 2014

International Journal of Engineering Trends and Technology (IJETT) Volume 18 Number2- Dec 2014 Compression and Decompression of FPGA Bit Stream Using Bitmask Technique K.Khuresh Gouse 1 N.Chitra 2 K.Maheshwari 3 1 PG Student (M.Tech), 2 Associate Professor, 3 Associate Professor, Dept. of ECE, Gates

More information

International olympiads in Informatics in Kazakhstan. A. Iglikov Z. Gamezardashvili B. Matkarimov

International olympiads in Informatics in Kazakhstan. A. Iglikov Z. Gamezardashvili B. Matkarimov International olympiads in Informatics in Kazakhstan A. Iglikov Z. Gamezardashvili B. Matkarimov Olympiads overview Till 2003: - National Olympiad in Informatics for secondary school students (organized

More information

Cloud, Distributed, Embedded. Erlang in the Heterogeneous Computing World. Omer

Cloud, Distributed, Embedded. Erlang in the Heterogeneous Computing World. Omer Cloud, Distributed, Embedded. Erlang in the Heterogeneous Computing World Omer Kilic @OmerK omer@erlang-solutions.com Outline Challenges in modern computing systems Heterogeneous computing Co-processors

More information

CS61C Machine Structures: End of Episode I. (Lecture 28) May 7, 1999 Dave Patterson (http.cs.berkeley.edu/~patterson)

CS61C Machine Structures: End of Episode I. (Lecture 28) May 7, 1999 Dave Patterson (http.cs.berkeley.edu/~patterson) CS61C Machine Structures: End of Episode I (Lecture 28) May 7, 1999 Dave Patterson (http.cs.berkeley.edu/~patterson) www-inst.eecs.berkeley.edu/~cs61c/schedule.html cs 61C L27 interrupteview.1 Outline

More information

Typical Wayside Reader System Quotation

Typical Wayside Reader System Quotation Typical Wayside Reader System Quotation Please note that components can be added or deleted to the quotation to meet the customer s individual requirements. This is in response to your request for a quotation

More information

A Quadtree-Based Lightweight Data Compression Approach to Processing Large-Scale Geospatial Rasters

A Quadtree-Based Lightweight Data Compression Approach to Processing Large-Scale Geospatial Rasters 1 A Quadtree-Based Lightweight Data Compression Approach to Processing Large-Scale Geospatial Rasters Jianting Zhang 1,2 and Simin You 2 1 Department of Computer Science, City College of New York, New

More information

Hierarchical ORAM Revisited, and Applications to Asymptotically Efficient ORAM and OPRAM. Hubert Chan, Yue Guo, Wei-Kai Lin, Elaine Shi 2017/12/5

Hierarchical ORAM Revisited, and Applications to Asymptotically Efficient ORAM and OPRAM. Hubert Chan, Yue Guo, Wei-Kai Lin, Elaine Shi 2017/12/5 Hierarchical ORAM Revisited, and Applications to Asymptotically Efficient ORAM and OPRAM Hubert Chan, Yue Guo, Wei-Kai Lin, Elaine Shi 2017/12/5 Random Access Machine, RAM Maybe the standard model of algorithms

More information

INSTITUTO SUPERIOR TÉCNICO. Architectures for Embedded Computing

INSTITUTO SUPERIOR TÉCNICO. Architectures for Embedded Computing UNIVERSIDADE TÉCNICA DE LISBOA INSTITUTO SUPERIOR TÉCNICO Departamento de Engenharia Informática Architectures for Embedded Computing MEIC-A, MEIC-T, MERC Lecture Slides Version 3.0 - English Lecture 00

More information

CMIMC 2018 Official Contest Information

CMIMC 2018 Official Contest Information CMIMC 2018 Official Contest Information CMIMC Staff Latest version: January 14, 2018 1 Introduction 1. This document is the official contest information packet for the 2018 Carnegie Mellon Informatics

More information

Evaluation of a High Performance Code Compression Method

Evaluation of a High Performance Code Compression Method Evaluation of a High Performance Code Compression Method Charles Lefurgy, Eva Piccininni, and Trevor Mudge EECS Department, University of Michigan 1301 Beal Ave., Ann Arbor, MI 48109-2122 {lefurgy,epiccini,tnm}@eecs.umich.edu

More information

Application Note PowerPC 750GX Lockstep Facility

Application Note PowerPC 750GX Lockstep Facility Abstract Typical lockstep systems are complicated to design, and typically require a large pin count of logic to be added to the system. The IBM PowerPC 750GX contains a lockstep facility that allows lockstep

More information

PRODUCT MANUAL. Diver-MOD

PRODUCT MANUAL. Diver-MOD PRODUCT MANUAL Diver-MOD Contents 1 Introduction... 1 1.1 Scope and Purpose... 1 1.2 Features... 1 1.3 System Overview... 1 1.4 Specifications... 2 2 Getting Started... 2 2.1 Supported Equipment... 2 2.2

More information

Microsoft System Center Data

Microsoft System Center Data U ft i V F_R S! TA TSBIB L! OTHEK MAMMOVER J Microsoft System Center Data Protection Manager 2012 SP1 Learn how to deploy, monitor, and administer System Center Data Protection Manager 2012 SP1 Steve Buchanan

More information

Solving the problem of serving large image mosaics. Using ECW Connector and Image Web Server with ArcIMS

Solving the problem of serving large image mosaics. Using ECW Connector and Image Web Server with ArcIMS Solving the problem of serving large image mosaics Using ECW Connector and Image Web Server with ArcIMS A White Paper from Earth Resource Mapping 9 April 2003 Asia Pacific Regional Office Americas Region

More information

DataCore Cloud Service Provider Program (DCSPP) Product Guide

DataCore Cloud Service Provider Program (DCSPP) Product Guide DataCore Cloud Service Provider Program (DCSPP) Product Guide Effective: March 1, 2017 Table of Contents Overview... 1 Licensing and Pricing... 1 Choice of DCSPP Monthly Point Plans... 2 DCSPP Product

More information

Computational Challenges in Cold QCD. Bálint Joó, Jefferson Lab Computational Nuclear Physics Workshop SURA Washington, DC July 23-24, 2012

Computational Challenges in Cold QCD. Bálint Joó, Jefferson Lab Computational Nuclear Physics Workshop SURA Washington, DC July 23-24, 2012 Computational Challenges in Cold QCD Bálint Joó, Jefferson Lab Computational Nuclear Physics Workshop SURA Washington, DC July 23-24, 2012 Cycles from Titan, Mira 10000 2 x 20 PF & Moore's law Cumulative

More information

Instrument pucks. Copyright MBARI Michael Risi SIAM design review November 17, 2003

Instrument pucks. Copyright MBARI Michael Risi SIAM design review November 17, 2003 Instrument pucks Michael Risi SIAM design review November 17, 2003 Instrument pucks Pucks and Plug-and-Work The MBARI puck prototype Puck software interface Pucks in practice (A Puck s Tale) Embedding

More information

An effective approach for wide area detailed seabed mapping

An effective approach for wide area detailed seabed mapping An effective approach for wide area detailed seabed mapping Busan, 15th November 2017 11/15/2017 1 Ocean Infinity & Partner Proving a comprehensive seabed exploration system for water depth down to 6000

More information

Volume A Question No : 1 You can monitor your Steelhead appliance disk performance using which reports? (Select 2)

Volume A Question No : 1 You can monitor your Steelhead appliance disk performance using which reports? (Select 2) Volume A~D: 342 Questions Volume A Question No : 1 You can monitor your Steelhead appliance disk performance using which reports? (Select 2) A. Data Store Cost B. Data Store Performance C. Disk Load D.

More information

A Hybrid Code Compression Technique using Bitmask and Prefix Encoding with Enhanced Dictionary Selection

A Hybrid Code Compression Technique using Bitmask and Prefix Encoding with Enhanced Dictionary Selection A Hybrid Code Compression Technique using Bitmask and Prefix Encoding with Enhanced Dictionary Selection Syed Imtiaz Haider and Leyla Nazhandali Virginia Polytechnic Institute and State University 302

More information

Wicket Cards & Tags For Cashless Stored Value Payment Systems Rev: 10/2008

Wicket Cards & Tags For Cashless Stored Value Payment Systems Rev: 10/2008 Wicket Cards & Tags For Cashless Stored Value Payment Systems Rev: 10/2008 General Description: Wickets are laminated cards or tags having an ISO 15693 RFID (radio frequency identification) inlay in the

More information

Distributed Control Systems

Distributed Control Systems Unit 41: Unit code Distributed Control Systems M/615/1509 Unit level 5 Credit value 15 Introduction With increased complexity and greater emphasis on cost control and environmental issues, the efficient

More information

Designing Mechanisms for Reliable Internet-based Computing

Designing Mechanisms for Reliable Internet-based Computing Designing Mechanisms for Reliable Internet-based Computing Chryssis Georgiou University of Cyprus, Cyprus Antonio Fernandez Miguel Mosteiro Universidad Rey Juan Carlos, Spain Trustworthy Network Computing

More information

A Study on Algorithm for Compression and Decompression of Embedded Codes using Xilinx

A Study on Algorithm for Compression and Decompression of Embedded Codes using Xilinx A Study on Algorithm for Compression and Decompression of Embedded Codes using Xilinx M.Mohana Soundarya 1, Dr.S.Jayachitra 2 1 PG Scholar, Department of ECE, Vivekanandha College of Engineering for Women,

More information

SQL LiteSpeed 3.0 Installation Guide

SQL LiteSpeed 3.0 Installation Guide SQL LiteSpeed 3.0 Installation Guide Revised January 27, 2004 Written by: Jeremy Kadlec Edgewood Solutions www.edgewoodsolutions.com 888.788.2444 2 Introduction This guide outlines the SQL LiteSpeed 3.0

More information

[CROSS COUNTRY SCORING]

[CROSS COUNTRY SCORING] 2018 The Race Director Guide [CROSS COUNTRY SCORING] This document describes the setup and scoring processes employed when scoring a cross country race with Race Director. Contents Intro... 3 Division

More information

Profile-driven Selective Code Compression

Profile-driven Selective Code Compression Profile-driven Selective Code Compression Yuan Xie and Wayne Wolf Electrical Engineering Department Princeton University Princeton, NJ 08540, USA yuanxie,wolf@ee.princeton.edu Haris Lekatsas NEC USA 4

More information

Dynamic Analysis of a Multi-Stage Compressor Train. Augusto Garcia-Hernandez, Jeffrey A. Bennett, and Dr. Klaus Brun

Dynamic Analysis of a Multi-Stage Compressor Train. Augusto Garcia-Hernandez, Jeffrey A. Bennett, and Dr. Klaus Brun Dynamic Analysis of a Multi-Stage Compressor Train Augusto Garcia-Hernandez, Jeffrey A. Bennett, and Dr. Klaus Brun Slide 2: Presenter/Author Bios Augusto Garcia-Hernandez Group Leader, Pipeline Simulation,

More information

The Constrained Ski-Rental Problem and its Application to Online Cloud Cost Optimization

The Constrained Ski-Rental Problem and its Application to Online Cloud Cost Optimization The Constrained Ski-Rental Problem and its Application to Online Cloud Cost Optimization Ali Khanafer *, Murali Kodialam **, Krishna P. N. Puttaswamy ** * Coordinated Science Laboratory, UIUC ** Bell Laboratories,

More information

J. J. Daly Metal Improvement Company Paramus New Jersey USA

J. J. Daly Metal Improvement Company Paramus New Jersey USA Shot Peening-Current Trends, Future Prospects J. J. Daly Metal Improvement Company Paramus New Jersey USA The shot peening process is sparingly used compared to other processes such as heat treating, plating,

More information

Functional safety. Functional safety of Programmable systems, devices & components: Requirements from global & national standards

Functional safety. Functional safety of Programmable systems, devices & components: Requirements from global & national standards Functional safety Functional safety of Programmable systems, devices & components: Requirements from global & national standards Matthias R. Heinze Vice President Engineering TUV Rheinland of N.A. Email

More information

Dynamic Programming: The Matrix Chain Algorithm

Dynamic Programming: The Matrix Chain Algorithm Dynamic Programming: The Matrix Chain Algorithm Andreas Klappenecker [partially based on slides by Prof. Welch] Matrix Chain Problem Suppose that we want to multiply a sequence of rectangular matrices.

More information

Persistent Memory Performance Benchmarking & Comparison. Eden Kim, Calypso Systems, Inc. John Kim, Mellanox Technologies, Inc.

Persistent Memory Performance Benchmarking & Comparison. Eden Kim, Calypso Systems, Inc. John Kim, Mellanox Technologies, Inc. Persistent Memory Performance Benchmarking & Comparison Eden Kim, Calypso Systems, Inc. John Kim, Mellanox Technologies, Inc. PM Benchmarking & Comparison Part 1: Test Plan & Workloads Eden Kim of Calypso

More information

4m Blanco Glycol Chiller system: history, recent events, present status and plans

4m Blanco Glycol Chiller system: history, recent events, present status and plans 4m Blanco Glycol Chiller system: history, recent events, present status and plans Brooke Gregory, Esteban Parkes, Chris Smith 22 May 2012 Background Information: Original configuration (from ~1975) of

More information

Compact Binaries with Code Compression in a Software Dynamic Translator

Compact Binaries with Code Compression in a Software Dynamic Translator Compact Binaries with Code Compression in a Software Dynamic Translator Stacey Shogan and Bruce R. Childers Department of Computer Science, University of Pittsburgh Pittsburgh, PA 15260 USA {sasst118,

More information

LiteSpeed for SQL Server 6.5. Integration with TSM

LiteSpeed for SQL Server 6.5. Integration with TSM LiteSpeed for SQL Server 6.5 Integration with TSM 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Wickets Administrator

Wickets Administrator Wickets Administrator Software For Managing Stored Value Wickets 01/08/2008 Product Details And Operating Instructions Overview This page describes each major function of Wickets Administrator in detail.

More information

DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017)

DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017) DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017) Veli Mäkinen 12/05/2017 1 COURSE STRUCTURE 7 weeks: video lecture -> demo lecture -> study group -> exercise Video lecture: Overview, main concepts, algorithm

More information

Upgrading Vestas V47-660kW

Upgrading Vestas V47-660kW Guaranteed performance gains and efficiency improvements Upgrading Vestas V47-660kW Newly developed controller system enables increased Annual Energy Production up to 6.1% and safe turbine lifetime extension

More information

Shearwater GeoServices. Increasing survey productivity and enhancing data quality February 2017 Steve Hepburn Acquisition Geophysicist

Shearwater GeoServices. Increasing survey productivity and enhancing data quality February 2017 Steve Hepburn Acquisition Geophysicist Shearwater GeoServices Increasing survey productivity and enhancing data quality February 2017 Steve Hepburn Acquisition Geophysicist Shearwater GeoServices - Full Geophysical Service Company Marine Processing

More information

WIND DATA REPORT. Paxton, MA

WIND DATA REPORT. Paxton, MA WIND DATA REPORT Paxton, MA September 1 2003 November 30 2003 by James F. Manwell Anthony F. Ellis Kai Wu April 15, 2004 Renewable Energy Research Laboratory 160 Governors Drive, www.ceere.org/rerl (413)

More information

Distributed Power Management: Technical Deep Dive + Real World Example

Distributed Power Management: Technical Deep Dive + Real World Example Distributed Power Management: Technical Deep Dive + Real World Example Breakout Session # TA2197 Anne Holler Anthony Vecchiolla VMware Engineering International Integrated Solutions Date: September 18,

More information

What a Drag! Evaluation copy. Make observations and predictions about shoes. Measure the force needed to pull different shoes across a surface.

What a Drag! Evaluation copy. Make observations and predictions about shoes. Measure the force needed to pull different shoes across a surface. What a Drag! Computer 29 Why do you have to wear tennis shoes to your physical education class? Have you ever worn slippery-soled dress shoes? In this lab, you will observe the differences between the

More information

Distributed Systems [Fall 2013]

Distributed Systems [Fall 2013] Distributed Systems [Fall 2013] Lec 7: Time and Synchronization Slide acks: Dave Andersen, Randy Bryant (http://www.cs.cmu.edu/~dga/15-440/f11/lectures/09-time+synch.pdf) 1 Any Questions for HW 2? Deadline

More information

Computing s Energy Problem:

Computing s Energy Problem: Computing s Energy Problem: (and what we can do about it) Mark Horowitz Stanford University horowitz@ee.stanford.edu 1 of 46 Everything Has A Computer Inside 2of 46 The Reason is Simple: Moore s Law Made

More information

Compact Binaries with Code Compression in a Software Dynamic Translator

Compact Binaries with Code Compression in a Software Dynamic Translator Compact Binaries with Code Compression in a Software Dynamic Translator Stacey Shogan and Bruce R. Childers Department of Computer Science University of Pittsburgh Pittsburgh, PA 15260 {sasst118, childers}@cs.pitt.edu

More information

COMP219: Artificial Intelligence. Lecture 8: Combining Search Strategies and Speeding Up

COMP219: Artificial Intelligence. Lecture 8: Combining Search Strategies and Speeding Up COMP219: Artificial Intelligence Lecture 8: Combining Search Strategies and Speeding Up 1 Overview Last time Basic problem solving techniques: Breadth-first search complete but expensive Depth-first search

More information

Neural Networks II. Chen Gao. Virginia Tech Spring 2019 ECE-5424G / CS-5824

Neural Networks II. Chen Gao. Virginia Tech Spring 2019 ECE-5424G / CS-5824 Neural Networks II Chen Gao ECE-5424G / CS-5824 Virginia Tech Spring 2019 Neural Networks Origins: Algorithms that try to mimic the brain. What is this? A single neuron in the brain Input Output Slide

More information

We release Mascot Server 2.6 at the end of last year. There have been a number of changes and improvements in the search engine and reports.

We release Mascot Server 2.6 at the end of last year. There have been a number of changes and improvements in the search engine and reports. 1 We release Mascot Server 2.6 at the end of last year. There have been a number of changes and improvements in the search engine and reports. I ll also be covering some enhancements and changes in Mascot

More information

Meter Data Distribution User Manual

Meter Data Distribution User Manual 0.1 Meter Data Distribution User Manual February 2016 Public Copyright 2015 Independent Electricity System Operator. All rights reserved. Public Page 2 of 24 Table of Contents Contents 1. Overview... 4

More information

MANUAL TIMING. PRACTICAL GUIDE

MANUAL TIMING. PRACTICAL GUIDE MANUAL TIMING. PRACTICAL GUIDE TABLE OF CONTENTS 1. Introduction... 2 2. Small Events... 2 2.1. Capturing Times... 3 2.2. Saving Results... 4 3. Mid-Sized Events... 5 3.1. Capturing Times... 6 3.2. Recording

More information

CONTROL SOLUTIONS DESIGNED TO FIT RIGHT IN. Energy Control Technologies

CONTROL SOLUTIONS DESIGNED TO FIT RIGHT IN. Energy Control Technologies PLANT AIR CONTROL SYSTEMS CONTROL SOLUTIONS DESIGNED TO FIT RIGHT IN Maximizing your plant s efficiency with plant air control systems built to fit your needs exactly. Energy Control Technologies E nergy

More information

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS J.E. HARBER, M.K. KATTAN Atomic Energy of Canada Limited 2251 Speakman Drive, Mississauga, Ont., L5K 1B2 CA9900006 and M.J. MACBETH Institute for

More information

Post-Placement Functional Decomposition for FPGAs

Post-Placement Functional Decomposition for FPGAs Post-Placement Functional Decomposition for FPGAs Valavan Manohararajah, Deshanand P. Singh, Stephen D. Brown and Zvonko G. Vranesic Altera Toronto Technology Center 151 Bloor Street West, Suite 200 Toronto,

More information

A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM. Serdar Korukoğlu 1 and Serkan Ballı 2.

A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM. Serdar Korukoğlu 1 and Serkan Ballı 2. Mathematical and Computational Applications, Vol. 16, No. 2, pp. 370-381, 2011. Association for Scientific Research A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM Serdar Korukoğlu

More information

Efficient Placement of Compressed Code for Parallel Decompression

Efficient Placement of Compressed Code for Parallel Decompression Efficient Placement of Compressed Code for Parallel Decompression Xiaoke Qin and Prabhat Mishra Department of Computer and Information Science and Engineering University of Florida, Gainesville FL 32611-6120,

More information

Industrial Compressor Controls Standard Custom

Industrial Compressor Controls Standard Custom Technical Seminars 2012 Industrial Compressor Controls Standard Custom CONTROLLING the power of ENERGY 1 TM 2 Woodward Compressor Controls Small Steam Turbine Driven Compressors (ITCC) 3 Simple Compressor

More information

Process Control Loops

Process Control Loops In this section, you will learn about how control components and control algorithms are integrated to create a process control system. Because in some processes many variables must be controlled, and each

More information

James Hofmeister, M.S.

James Hofmeister, M.S. 3580 West Ina Road Tucson AZ 85741 520-742-3300 ridgetopgroup.com James Hofmeister, M.S. Sr. Principal Research Engineer James Hofmeister is a Senior Principal Research Engineer at Ridgetop Group. He has

More information

SC17, Denver, November 14, Highlights of the 50 th. TOP500 List. Erich Strohmaier

SC17, Denver, November 14, Highlights of the 50 th. TOP500 List. Erich Strohmaier Highlights of the 50 th SC17, Denver, November 14, 2017 TOP500 List Erich Strohmaier 41 ST LIST: Sunway THE TaihuLight TOP10 # Site Manufacturer Computer Country Cores 1 2 3 4 5 6 7 8 9 10 National Supercomputing

More information

PGA Tour, Champions Tour & Web.com Tour LED Scoreboard Graphical Style Guide and Tournament Instructions. (Revised 4/1/2018) Section 1: Introduction

PGA Tour, Champions Tour & Web.com Tour LED Scoreboard Graphical Style Guide and Tournament Instructions. (Revised 4/1/2018) Section 1: Introduction PGA Tour, Champions Tour & Web.com Tour LED Scoreboard Graphical Style Guide and Tournament Instructions (Revised 4/1/2018) Section 1: Introduction This document constitutes a style guide that tournaments

More information

Evaluating chaff fire pattern algorithms in a simulation environment. JP du Plessis Institute for Maritime Technology South Africa

Evaluating chaff fire pattern algorithms in a simulation environment. JP du Plessis Institute for Maritime Technology South Africa Evaluating chaff fire pattern algorithms in a simulation environment JP du Plessis (jdp@imt.co.za) Institute for Maritime Technology South Africa Overview What is seduction chaff? Chaff solution algorithm

More information

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications 2010 10th IEEE International Conference on Computer and Information Technology (CIT 2010) Decompression Method For Massive Compressed Files In Mobile Rich Media Applications Houchen Li, Zhijie Qiu, Lei

More information

Bulgarian Olympiad in Informatics: Excellence over a Long Period of Time

Bulgarian Olympiad in Informatics: Excellence over a Long Period of Time Olympiads in Informatics, 2017, Vol. 11, 151 158 2017 IOI, Vilnius University DOI: 10.15388/ioi.2017.12 151 Bulgarian Olympiad in Informatics: Excellence over a Long Period of Time Emil KELEVEDJIEV 1,

More information

Technical Diving Software for. User Manual

Technical Diving Software for. User Manual Technical Diving Software for User Manual TABLE OF CONTENTS General info 1 Warnings 1 Update 2 1. Differences between the Standard Galileo SW and Tec SW 2 1.1 Model Uwatec ZH16-ADT DD...2 1.2 Trimix...2

More information

World Leading Traffic Analysis

World Leading Traffic Analysis World Leading Traffic Analysis Over the past 25 years, has worked closely with road authorities and traffic managers around the world to deliver leading traffic monitoring equipment. With products now

More information

VMware Inc., NSX Edge SSL VPN-Plus

VMware Inc., NSX Edge SSL VPN-Plus RSA SECURID ACCESS Standard Agent Implementation Guide VMware Inc., Daniel R. Pintal, RSA Partner Engineering Last Modified: December 16, 2016 Solution Summary VMware users

More information

Training Fees 3,400 US$ per participant for Public Training includes Materials/Handouts, tea/coffee breaks, refreshments & Buffet Lunch.

Training Fees 3,400 US$ per participant for Public Training includes Materials/Handouts, tea/coffee breaks, refreshments & Buffet Lunch. Training Title DISTRIBUTED CONTROL SYSTEMS (DCS) 5 days Training Venue and Dates DISTRIBUTED CONTROL SYSTEMS (DCS) Trainings will be conducted in any of the 5 star hotels. 5 22-26 Oct. 2017 $3400 Dubai,

More information

POLICY GUIDE. DataCore Cloud Service Provider Program (DCSPP) DCSPP OVERVIEW POLICY GUIDE INTRODUCTION PROGRAM MEMBERSHIP DCSPP AGGREGATORS

POLICY GUIDE. DataCore Cloud Service Provider Program (DCSPP) DCSPP OVERVIEW POLICY GUIDE INTRODUCTION PROGRAM MEMBERSHIP DCSPP AGGREGATORS DataCore Cloud Service Provider Program (DCSPP) Effective: March 1, 2019 INTRODUCTION Welcome to the DataCore Cloud Service Provider Program (the DCSPP ) Policy Guide for authorized Cloud Service Providers

More information

Let s examine the evolution and application of some of the more popular types. Cascading Pressure Type

Let s examine the evolution and application of some of the more popular types. Cascading Pressure Type Your facility personnel typically know when not enough air compressors are operating. The demand side system air pressure drops below what is required for production triggering phone calls and complaints.

More information

Tier-2. Joint Annual Meeting of ÖPG/SPS/ÖGAA - Innsbruck /48. Austrian Federated WLCG

Tier-2. Joint Annual Meeting of ÖPG/SPS/ÖGAA - Innsbruck /48. Austrian Federated WLCG Austrian Federated WLCG Tier-2 Gregor Mair on behalf of Reinhard Bischof, Natascha Hoermann, Wolfgang Jais, Dietrich Liko, Gregor Mair, Katharina Nimeth, Peter Oettl and Gerhard Walzel Joint Annual Meeting

More information

Efficient I/O for Computational Grid Applications

Efficient I/O for Computational Grid Applications Efficient I/O for Computational Grid Applications Ron Oldfield hd. Thesis Defense Department of Computer cience, Dartmouth College May 5, 2003 Committee: David Kotz (chair), Thomas Cormen, Robert Gray,

More information

UNIVERSAL MASK TEST SYSTEM

UNIVERSAL MASK TEST SYSTEM f UNIVERSAL MASK TEST SYSTEM Quotation #110811 Automated Motion Inc. 225 NW Victoria Drive Lee s Summit, Missouri 64086-4709 www.automatedmotion.com SYSTEM OVERVIEW AMI s Universal Mask Test System is

More information

Session Objectives. At the end of the session, the participants should: Understand advantages of BFD implementation on S9700

Session Objectives. At the end of the session, the participants should: Understand advantages of BFD implementation on S9700 BFD Features Session Objectives At the end of the session, the participants should: Understand advantages of BFD implementation on S9700 Understand when to use BFD on S9700 1 Contents BFD introduction

More information

CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper

CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper Note: All Questions are compulsory. Each question carry one mark. 1. Error detection at the data link layer is achieved by? [A] Bit stuffing

More information

Networking Swarm. Zhilong Liu James Lam Yi Sarah Hung. Prof. Alberto L. Sangiovanni-Vincentelli

Networking Swarm. Zhilong Liu James Lam Yi Sarah Hung. Prof. Alberto L. Sangiovanni-Vincentelli Networking Swarm Members: Rachel Chong Zhilong Liu James Lam Yi Sarah Hung Instructor: Prof. Edward Lee Prof. Alberto L. Sangiovanni-Vincentelli Agenda Objective Hardware RSSI Software Architecture Gradient

More information

Well-formed Dependency and Open-loop Safety. Based on Slides by Professor Lui Sha

Well-formed Dependency and Open-loop Safety. Based on Slides by Professor Lui Sha Well-formed Dependency and Open-loop Safety Based on Slides by Professor Lui Sha Reminders and Announcements Announcements: CS 424 is now on Piazza: piazza.com/illinois/fall2017/cs424/home We must form

More information

EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Wenbing Zhao. Department of Electrical and Computer Engineering

EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Wenbing Zhao. Department of Electrical and Computer Engineering EEC 686/785 Modeling & Performance Evaluation of Computer Systems Lecture 6 Department of Electrical and Computer Engineering Cleveland State University wenbing@ieee.org Outline 2 Review of lecture 5 The

More information

Uninformed search methods II.

Uninformed search methods II. CS 1571 Introduction to AI Lecture 5 Uninformed search methods II. Milos Hauskrecht milos@cs.pitt.edu 5329 Sennott Square Uninformed methods Uninformed search methods use only information available in

More information

An Efficient Code Compression Technique using Application-Aware Bitmask and Dictionary Selection Methods

An Efficient Code Compression Technique using Application-Aware Bitmask and Dictionary Selection Methods An Efficient Code Compression Technique using Application-Aware Bitmask and Selection Methods Seok-Won Seong sseong@cise.ufl.edu Prabhat Mishra prabhat@cise.ufl.edu Department of Computer and Information

More information

Automotive. Transforming data into faster insight and more competitive F1 race cars

Automotive. Transforming data into faster insight and more competitive F1 race cars Automotive Business challenge To create competitive F1 cars and winning race strategies, Red Bull Racing must maximize performance of the IT infrastructure running its data-intensive simulation, design

More information

Oracle Utilities Meter Data Management Release Utility Reference Model MDM.Manage VEE and VEE Exceptions

Oracle Utilities Meter Data Management Release Utility Reference Model MDM.Manage VEE and VEE Exceptions Oracle Utilities Meter Data Management Release 2.0.1 Utility Reference Model 4.2.1.2 MDM.Manage VEE and VEE Exceptions January 2014 Oracle Utilities Meter Data Management Utility Reference Model 4.2.1.2

More information

EXPERIMENT XI. Careful!! Improper handling of the vacuum line may result in the release of SO 2 which is an irritating and suffocating gas.

EXPERIMENT XI. Careful!! Improper handling of the vacuum line may result in the release of SO 2 which is an irritating and suffocating gas. Chem 366-3 Page XI - 1 EXPERIMENT XI INFRARED SPECTRUM OF SO2 (S&G, 5th ed. Expt 36, 6th ed. Expt. 35) 1. Pre-Lab preparation. The description of this experiment has disappeared from the more recent editions

More information

Outline. Terminology. EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Steps in Capacity Planning and Management

Outline. Terminology. EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Steps in Capacity Planning and Management EEC 686/785 Modeling & Performance Evaluation of Computer Systems Lecture 6 Department of Electrical and Computer Engineering Cleveland State University wenbing@ieee.org Outline Review of lecture 5 The

More information

WIND DATA REPORT. Ragged Mt Maine

WIND DATA REPORT. Ragged Mt Maine WIND DATA REPORT Ragged Mt Maine December 1 st 2007 to February 29 th 2007 by James R. Browning James F. Manwell Utama Abdulwahid Anthony F. Ellis April 10, 2008 Report template version 3.1 Renewable Energy

More information