Using Windows Azure for High Performance Computing

Size: px
Start display at page:

Download "Using Windows Azure for High Performance Computing"

Transcription

1 Using Windows Azure for High Performance Computing Eduardo Rooff, Francis Birck, Matthias Diener, Aexandre Carissimi, Phiippe O. A. Navaux Parae and Distributed Processing Group (GPPD) Federa University of Rio Grande do Su (UFRGS) Porto Aegre, Brazi CLCAR 2012 Panama City, Panama

2 2 Subject Methodoogy to port HPC appications to Coud Microsoft Windows Azure Coud Performance Evauation NAS Benchmarks Evauation of a singe instance of Azure to run HPC

3 3 Motivation The machines are becoming obsoete faster and faster Our ab buys a new one and in few months it doesn t fits Deveopment of Coud Computing has a significant impact on the scientific community Potentiay they can repace custers and grids

4 4 Motivation IaaS are viewed just as virtuaization SaaS are viewed as appication in coud Not a rea new mode of computing! We need a service mode that offers new features Mode of execution Data management (to create new appication)

5 5 Motivation PaaS is reay a new mode of computing Pre-research about: Googe App vs. Microsoft Azure Azure gives you more contro In HPC contro is fundamenta

6 6 Chaenges and Soutions Characteristics of Windows azure - OS and programming mode are based on Windows - Execution is made in a WEB appication Scientific appications has other characteristics - The base OS normay is Unix - The execution is made in a command ine environment Some modifications to the appications are needed

7 7 Chaenges and Soutions First step: Convert to Windows programming mode I - Buid system Natura choice to write Windows appications is Visua Studio The Unix make fies aren t compatibe Was necessary to create a new Visua Studio project Using the VS features Without code modifications

8 8 Chaenges and Soutions First step: Convert to Windows programming mode II - FORTRAN compier Visua Studio doesn t incude a FORTRAN compier Many scientific appications use FORTRAN 8 out 10 NAS benchmarks are written in FORTRAN Inte Visua FORTRAN Composer XE for Windows Integrates with Visua Studio and generates correct code

9 9 Chaenges and Soutions First step: Convert to Windows programming mode III - Differences in system and ibrary cas NAS use some timing functions ony avaiabe on Unix We need to rewrite the entire function for timing cacuation

10 10 Chaenges and Soutions To avoid main code modifications, need to wrote gettimeofday

11 11 Chaenges and Soutions Second step: Convert to Azure programming mode Windows Azure appications need to be WEB based A WEB interface executes functions from an appication (Worker roe) running in background Converting NAS to this mode impies in three issues:

12 12 Chaenges and Soutions Second step: Convert to Azure programming mode I - Native Code Appication FORTRAN and C are not supported nativey by Azure Its necessary to create a native code appication This appication is a Windows ibrary (d)

13 13 Chaenges and Soutions Second step: Convert to Azure programming mode II - Fie System NAS uses fies to get configuration parameters Azure doesn t provide directy access to disk Necessary to create a oca context for fie manipuation We need to rewrite a the fie access routines to use this

14 Chaenges and Soutions 14

15 15 Chaenges and Soutions Second step: Convert to Azure programming mode III - Output instructions NAS uses output with printf functions Azure doesn t have a consoe output We need to use output on the WEB interface We create output variabes to do this Impies in code modifications too in the output routines

16 16 Chaenges and Soutions 1. Remove printf 3. Function header modification 2. Function ca from C# 4. Code adjustment

17 Chaenges and Soutions 17

18 18 Evauation: environments We use this environments for comparison Windows Azure Coud Extra arge instance - 8 cores at 1.6 GHz 14 GBytes of main memory Running Windows 2008 Server

19 19 Evauation: benchmarks We run NAS benchmarks to evauate The input size used was W Used a threads avaiabe on the machines 8 Two benchmarks are not used: DC because its uses a ot of disk and takes too much time FT because it has a probem of stack overfow with IIS

20 20 Resuts: performance Execution time 3 2,5 2 1,5 1 0,5 0,66 2,52 0,19 0,37 Execution time ,81 11,8 9,32 14,85 0 CG EP IS MG Number of threads 0 BT LU SP UA Number of threads Average Time(s) of execution

21 21 Resuts: performance Execution time (seconds) Number of threads Average execution time for a Benchmarks Good scaing ratio in genera Low degradation

22 22 Resuts: speedup 8 7 7,59 Speedup ,24 2,98 3,99 5,82 2,34 4,24 4,06 4, BT CG EP IS LU MG SP UA Avg Benchmark 4 threads 8 threads

23 Resuts: variabiity 23

24 24 Concusions Conversion of HPC appications to Azure is possibe Without modifications on the compute code Need modifications on the input and output code Windows Azure has aceptabe performance A the benefits of Coud Computing A singe instance has same characteristics that a rea machine An interesting research topic is to buid a HPC Coud

25 Using Windows Azure for High Performance Computing Eduardo Rooff, Francis Birck, Matthias Diener, Aexandre Carissimi, Phiippe O. A. Navaux {erooff, fbmoreira, mdiener,

Big Data projects and use cases. Claus Samuelsen IBM Analytics, Europe csa@dk.ibm.com

Big Data projects and use cases. Claus Samuelsen IBM Analytics, Europe csa@dk.ibm.com Big projects and use cases Caus Samuesen IBM Anaytics, Europe csa@dk.ibm.com IBM Sofware Overview of BigInsights IBM BigInsights Scientist Free Quick Start (non production): IBM Open Patform BigInsights

More information

Application and Desktop Virtualization

Application and Desktop Virtualization Appication and Desktop Virtuaization Content 1) Why Appication and Desktop Virtuaization 2) Some terms reated to vapp and vdesktop 3) Appication and Desktop Deivery 4) Appication Virtuaization 5)- Type

More information

Multicore Parallel Computing with OpenMP

Multicore Parallel Computing with OpenMP Multicore Parallel Computing with OpenMP Tan Chee Chiang (SVU/Academic Computing, Computer Centre) 1. OpenMP Programming The death of OpenMP was anticipated when cluster systems rapidly replaced large

More information

DOE2000 Panel Parallel Programming Tools

DOE2000 Panel Parallel Programming Tools DOE2000 Pane Parae Programming Toos Rod Odehoeft Advanced Computing Lab Los Aamos Nationa Laboratory American Nucear Society Winter Meeting November 16, 1998 Projects Overview: Toos for Agorithm Deveopment

More information

Advanced ColdFusion 4.0 Application Development - 3 - Server Clustering Using Bright Tiger

Advanced ColdFusion 4.0 Application Development - 3 - Server Clustering Using Bright Tiger Advanced CodFusion 4.0 Appication Deveopment - CH 3 - Server Custering Using Bri.. Page 1 of 7 [Figures are not incuded in this sampe chapter] Advanced CodFusion 4.0 Appication Deveopment - 3 - Server

More information

1B11 Operating Systems. Input/Output and Devices

1B11 Operating Systems. Input/Output and Devices University Coege London 1B11 Operating Systems Input/Output and s Prof. Steve R Wibur s.wibur@cs.uc.ac.uk Lecture Objectives How do the bits of the I/O story fit together? What is a device driver? 1B11-5

More information

NCH Software Warp Speed PC Tune-up Software

NCH Software Warp Speed PC Tune-up Software NCH Software Warp Speed PC Tune-up Software This user guide has been created for use with Warp Speed PC Tune-up Software Version 1.xx NCH Software Technica Support If you have difficuties using Warp Speed

More information

TCP/IP Gateways and Firewalls

TCP/IP Gateways and Firewalls Gateways and Firewas 1 Gateways and Firewas Prof. Jean-Yves Le Boudec Prof. Andrzej Duda ICA, EPFL CH-1015 Ecubens http://cawww.epf.ch Gateways and Firewas Firewas 2 o architecture separates hosts and

More information

The Comparison and Selection of Programming Languages for High Energy Physics Applications

The Comparison and Selection of Programming Languages for High Energy Physics Applications The Comparison and Seection of Programming Languages for High Energy Physics Appications TN-91-6 June 1991 (TN) Bebo White Stanford Linear Acceerator Center P.O. Box 4349, Bin 97 Stanford, Caifornia 94309

More information

NUANCE The experience speaks for itself

NUANCE The experience speaks for itself NUANCE The experience speaks for itsef PDF Soutions Comparison Professiona Compatibiity Features Compatibe with Microsoft Windows XP (32-bit), Vista (32- and 64-bit) and Windows 7 (32- and 64-bit) Compatibe

More information

NUANCE The experience speaks for itself

NUANCE The experience speaks for itself NUANCE The experience speaks for itsef PDF Soutions Comparison Professiona* Professiona 8 Compatibiity Features Compatibe with Microsoft Windows XP (32-bit), Vista (32- and 64-bit), Windows 7 (32- and

More information

Lexmark ESF Applications Guide

Lexmark ESF Applications Guide Lexmark ESF Appications Guide Hep your customers bring out the fu potentia of their Lexmark soutions-enabed singe-function and mutifunction printers Lexmark Appications have been designed to hep businesses

More information

With the arrival of Java 2 Micro Edition (J2ME) and its industry

With the arrival of Java 2 Micro Edition (J2ME) and its industry Knowedge-based Autonomous Agents for Pervasive Computing Using AgentLight Fernando L. Koch and John-Jues C. Meyer Utrecht University Project AgentLight is a mutiagent system-buiding framework targeting

More information

Performance Evaluation of NAS Parallel Benchmarks on Intel Xeon Phi

Performance Evaluation of NAS Parallel Benchmarks on Intel Xeon Phi Performance Evaluation of NAS Parallel Benchmarks on Intel Xeon Phi ICPP 6 th International Workshop on Parallel Programming Models and Systems Software for High-End Computing October 1, 2013 Lyon, France

More information

Cloud computing. Intelligent Services for Energy-Efficient Design and Life Cycle Simulation. as used by the ISES project

Cloud computing. Intelligent Services for Energy-Efficient Design and Life Cycle Simulation. as used by the ISES project Intelligent Services for Energy-Efficient Design and Life Cycle Simulation Project number: 288819 Call identifier: FP7-ICT-2011-7 Project coordinator: Technische Universität Dresden, Germany Website: ises.eu-project.info

More information

NUANCE The experience speaks for itself

NUANCE The experience speaks for itself NUANCE The experience speaks for itsef PDF Soutions Comparison Professiona* Compatibiity Features Compatibe with Microsoft Windows XP (32-bit), Vista (32- and 64-bit), Windows 7 (32- and 64-bit) and Windows

More information

NUANCE The experience speaks for itself

NUANCE The experience speaks for itself NUANCE The experience speaks for itsef PDF Soution Famiy Comparison 8 PDF Create 8 Professiona 8 Compatibiity Features Compatibe with Microsoft Windows XP (32-bit), Vista (32- and 64-bit), Windows 7 (32-

More information

EDS-Unigraphics MIS DataBroker Architecture

EDS-Unigraphics MIS DataBroker Architecture EDS-Unigraphics MIS DataBroker Architecture Jeff Greiner Bob Woodridge October 9,1996 Topics UG/MIS Probem Domain Requirements for New Architecture Seection of Java Deveoping Java Based Intranet Soutions

More information

NUANCE The experience speaks for itself

NUANCE The experience speaks for itself NUANCE The experience speaks for itsef COMPARISON CHART PDF Soution Famiy Comparison Executive Summary 8 Professiona 8 MSRP $49.99 $49.99 $99.99 $149.99 Compatibiity Features Compatibe with (But Does Not

More information

Cloud Computing through Virtualization and HPC technologies

Cloud Computing through Virtualization and HPC technologies Cloud Computing through Virtualization and HPC technologies William Lu, Ph.D. 1 Agenda Cloud Computing & HPC A Case of HPC Implementation Application Performance in VM Summary 2 Cloud Computing & HPC HPC

More information

Normalization of Database Tables. Functional Dependency. Examples of Functional Dependencies: So Now what is Normalization? Transitive Dependencies

Normalization of Database Tables. Functional Dependency. Examples of Functional Dependencies: So Now what is Normalization? Transitive Dependencies ISM 602 Dr. Hamid Nemati Objectives The idea Dependencies Attributes and Design Understand concepts normaization (Higher-Leve Norma Forms) Learn how to normaize tabes Understand normaization and database

More information

CERTIFICATE COURSE ON CLIMATE CHANGE AND SUSTAINABILITY. Course Offered By: Indian Environmental Society

CERTIFICATE COURSE ON CLIMATE CHANGE AND SUSTAINABILITY. Course Offered By: Indian Environmental Society CERTIFICATE COURSE ON CLIMATE CHANGE AND SUSTAINABILITY Course Offered By: Indian Environmenta Society INTRODUCTION The Indian Environmenta Society (IES) a dynamic and fexibe organization with a goba vision

More information

Wireless communication solutions. mobilise I track I protect

Wireless communication solutions. mobilise I track I protect Wireess communication soutions mobiise I track I protect The Keyine promise focuses on deivery and resuts Keyine has been engaged by our cient Taecom to assist with the promotion of their products through

More information

Driving Accountability Through Disciplined Planning with Hyperion Planning and Essbase

Driving Accountability Through Disciplined Planning with Hyperion Planning and Essbase THE OFFICIAL PUBLICATION OF THE Orace Appications USERS GROUP summer 2012 Driving Accountabiity Through Discipined Panning with Hyperion Panning and Essbase Introduction to Master Data and Master Data

More information

A Similarity Search Scheme over Encrypted Cloud Images based on Secure Transformation

A Similarity Search Scheme over Encrypted Cloud Images based on Secure Transformation A Simiarity Search Scheme over Encrypted Coud Images based on Secure Transormation Zhihua Xia, Yi Zhu, Xingming Sun, and Jin Wang Jiangsu Engineering Center o Network Monitoring, Nanjing University o Inormation

More information

WHITE PAPER BEsT PRAcTIcEs: PusHIng ExcEl BEyond ITs limits WITH InfoRmATIon optimization

WHITE PAPER BEsT PRAcTIcEs: PusHIng ExcEl BEyond ITs limits WITH InfoRmATIon optimization Best Practices: Pushing Exce Beyond Its Limits with Information Optimization WHITE Best Practices: Pushing Exce Beyond Its Limits with Information Optimization Executive Overview Microsoft Exce is the

More information

Art of Java Web Development By Neal Ford 624 pages US$44.95 Manning Publications, 2004 ISBN: 1-932394-06-0

Art of Java Web Development By Neal Ford 624 pages US$44.95 Manning Publications, 2004 ISBN: 1-932394-06-0 IEEE DISTRIBUTED SYSTEMS ONLINE 1541-4922 2005 Pubished by the IEEE Computer Society Vo. 6, No. 5; May 2005 Editor: Marcin Paprzycki, http://www.cs.okstate.edu/%7emarcin/ Book Reviews: Java Toos and Frameworks

More information

Datacenters and Cloud Computing. Jia Rao Assistant Professor in CS http://cs.uccs.edu/~jrao/cs5540/spring2014/index.html

Datacenters and Cloud Computing. Jia Rao Assistant Professor in CS http://cs.uccs.edu/~jrao/cs5540/spring2014/index.html Datacenters and Cloud Computing Jia Rao Assistant Professor in CS http://cs.uccs.edu/~jrao/cs5540/spring2014/index.html What is Cloud Computing? A model for enabling ubiquitous, convenient, ondemand network

More information

Definitions. Hardware Full virtualization Para virtualization Hosted hypervisor Type I hypervisor. Native (bare metal) hypervisor Type II hypervisor

Definitions. Hardware Full virtualization Para virtualization Hosted hypervisor Type I hypervisor. Native (bare metal) hypervisor Type II hypervisor Virtualization Objectives Definitions Why Problems Versions Virtualization vs Cloud Creating a New Virtual Machine Working with a Virtual Machine Virtual Machine Settings Virtual Machine Snapshots Definitions

More information

l Option to use bar code. l Viewing of the reports on the screen as well as the option to print.

l Option to use bar code. l Viewing of the reports on the screen as well as the option to print. Pharmacy Manager What is Pharmacy Manager? Other Advantages Option for inventory to be cassified into groups and sub-groups to ao for better contro of the inventory and reporting. Option to use bar code.

More information

Cloud Computing. Alex Crawford Ben Johnstone

Cloud Computing. Alex Crawford Ben Johnstone Cloud Computing Alex Crawford Ben Johnstone Overview What is cloud computing? Amazon EC2 Performance Conclusions What is the Cloud? A large cluster of machines o Economies of scale [1] Customers use a

More information

Dynamic Pricing Trade Market for Shared Resources in IIU Federated Cloud

Dynamic Pricing Trade Market for Shared Resources in IIU Federated Cloud Dynamic Pricing Trade Market or Shared Resources in IIU Federated Coud Tongrang Fan 1, Jian Liu 1, Feng Gao 1 1Schoo o Inormation Science and Technoogy, Shiiazhuang Tiedao University, Shiiazhuang, 543,

More information

Deploying Migrated IBM Notes Applications to the Cloud

Deploying Migrated IBM Notes Applications to the Cloud Deploying Migrated IBM Notes Applications to the Cloud A guide on deploying Composer Notes application to Microsoft Azure Prepared by Composer Technologies Copyright Composer Technologies Table of Contents

More information

Kashif Iqbal - PhD Kashif.iqbal@ichec.ie

Kashif Iqbal - PhD Kashif.iqbal@ichec.ie HPC/HTC vs. Cloud Benchmarking An empirical evalua.on of the performance and cost implica.ons Kashif Iqbal - PhD Kashif.iqbal@ichec.ie ICHEC, NUI Galway, Ireland With acknowledgment to Michele MicheloDo

More information

SP Apps 1.1.4 Performance test Test report. 2012/10 Mai Au

SP Apps 1.1.4 Performance test Test report. 2012/10 Mai Au SP Apps 1.1.4 Performance test Test report 2012/10 Mai Au SP Apps 1.1.0 Performance test... 1 Test report... 1 1. Purpose... 3 2. Performance criteria... 3 3. Environments used for performance testing...

More information

Cloud Computing. Technologies and Types

Cloud Computing. Technologies and Types Cloud Computing Cloud Computing Technologies and Types Dell Zhang Birkbeck, University of London 2015/16 The Technological Underpinnings of Cloud Computing Data centres Virtualisation RESTful APIs Cloud

More information

CARBON FOOTPRINT REPORT

CARBON FOOTPRINT REPORT CARBON FOOTPRINT REPORT 07.03.2012 ATEA ASA REPORT: CARBON FOOTPRINT ANALYSIS 2011 PROVIDED BY: CO2FOCUS Content Introduction... 2 Method... 2 Resuts... 4 Atea Group... 4 Atea Norway... 5 Atea Denmark...

More information

COMPARISON OF DIFFUSION MODELS IN ASTRONOMICAL OBJECT LOCALIZATION

COMPARISON OF DIFFUSION MODELS IN ASTRONOMICAL OBJECT LOCALIZATION COMPARISON OF DIFFUSION MODELS IN ASTRONOMICAL OBJECT LOCALIZATION Františe Mojžíš Department of Computing and Contro Engineering, ICT Prague, Technicá, 8 Prague frantise.mojzis@vscht.cz Abstract This

More information

Technology and Consulting - Newsletter 1. IBM. July 2013

Technology and Consulting - Newsletter 1. IBM. July 2013 Technoogy and Consuting - Newsetter Juy 2013 Wecome to Latitude Executive Consuting s atest newsetter, reviewing recent marketpace activity. The newsetter focuses on the Technoogy and Consuting sectors,

More information

Virtualization for Cloud Computing

Virtualization for Cloud Computing Virtualization for Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF CLOUD COMPUTING On demand provision of computational resources

More information

The experience speaks for itself. PDF Solution Comparison Executive Summary. PDF Converter Professional 6.0 Enterprise Edition

The experience speaks for itself. PDF Solution Comparison Executive Summary. PDF Converter Professional 6.0 Enterprise Edition The experience speaks for itsef PDF Soution Comparison Executive Summary Professiona Professiona 6.0 KEY FEATURES Support for XML Forms Architecture (XFA) Forms Support for PDF Portfoios OCR to Searchabe

More information

Cloud Computing Technology

Cloud Computing Technology Cloud Computing Technology The Architecture Overview Danairat T. Certified Java Programmer, TOGAF Silver danairat@gmail.com, +66-81-559-1446 1 Agenda What is Cloud Computing? Case Study Service Model Architectures

More information

Cognizant Interactive. Digital Marketing & Analytics(DMA) Practice. 2012, Cognizant

Cognizant Interactive. Digital Marketing & Analytics(DMA) Practice. 2012, Cognizant Cognizant Interactive Digita Marketing & Anaytics(DMA) Practice 2012, Cognizant About DMA group Cognizant Interactive provides innovative soutions for design, content, earning, digita marketing and anaytics

More information

Creat-Poreen Power Electronics Co., Ltd

Creat-Poreen Power Electronics Co., Ltd (STOCK CODE) 002350 Creat-Poreen Power Eectronics Co., Ltd Address: 4F, Xue Zhi Xuan Mansion, NO.16 Xue Qing Road, Hasidian District, Beijing, 100083 Te: +86 (010) 82755151 Fax: +86 (010) 82755268 Website:

More information

CI/SfB Ro8. (Aq) September 2012. The new advanced toughened glass. Pilkington Pyroclear Fire-resistant Glass

CI/SfB Ro8. (Aq) September 2012. The new advanced toughened glass. Pilkington Pyroclear Fire-resistant Glass CI/SfB Ro8 (Aq) September 2012 The new advanced toughened gass Pikington Pyrocear Fire-resistant Gass Pikington Pyrocear, fire-resistant screens in the façade: a typica containment appication for integrity

More information

WINMAG Graphics Management System

WINMAG Graphics Management System SECTION 10: page 1 Section 10: by Honeywe WINMAG Graphics Management System Contents What is WINMAG? WINMAG Text and Graphics WINMAG Text Ony Scenarios Fire/Emergency Management of Fauts & Disabement Historic

More information

A Wide Range of Supported Choices

A Wide Range of Supported Choices THINKSERVER operating SYSteMS A Wide Range of Supported Choices Thoughtfuy designed software simpifies the depoyment and management of servers, whie heping to ensure that your systems stay up and running.

More information

Ricoh Healthcare. Process Optimized. Healthcare Simplified.

Ricoh Healthcare. Process Optimized. Healthcare Simplified. Ricoh Heathcare Process Optimized. Heathcare Simpified. Rather than a destination that concudes with the eimination of a paper, the Paperess Maturity Roadmap is a continuous journey to strategicay remove

More information

The width of single glazing. The warmth of double glazing.

The width of single glazing. The warmth of double glazing. Therma Insuation CI/SfB (31) Ro5 (M5) September 2012 The width of singe gazing. The warmth of doube gazing. Pikington Spacia Revoutionary vacuum gazing. Image courtesy of Lumen Roofight Ltd. Pikington

More information

Fast Robust Hashing. ) [7] will be re-mapped (and therefore discarded), due to the load-balancing property of hashing.

Fast Robust Hashing. ) [7] will be re-mapped (and therefore discarded), due to the load-balancing property of hashing. Fast Robust Hashing Manue Urueña, David Larrabeiti and Pabo Serrano Universidad Caros III de Madrid E-89 Leganés (Madrid), Spain Emai: {muruenya,darra,pabo}@it.uc3m.es Abstract As statefu fow-aware services

More information

Chapter 3: JavaScript in Action Page 1 of 10. How to practice reading and writing JavaScript on a Web page

Chapter 3: JavaScript in Action Page 1 of 10. How to practice reading and writing JavaScript on a Web page Chapter 3: JavaScript in Action Page 1 of 10 Chapter 3: JavaScript in Action In this chapter, you get your first opportunity to write JavaScript! This chapter introduces you to JavaScript propery. In addition,

More information

An Experimental Study on the Energy-Saving Potential of IaaS- PaaS Co-Design

An Experimental Study on the Energy-Saving Potential of IaaS- PaaS Co-Design An Experimenta Study on the Energy-Saving Potentia of IaaS- PaaS Co-Design Mar Caau-Zori, Lavinia Samoia, Anne-Cécie Orgerie and Guiaume Pierre Roadmap 1.Motivation 2.Potentia of IaaS-PaaS co-design 3.Experimenta

More information

The experience speaks for itself. PDF Solution Comparison Executive Summary

The experience speaks for itself. PDF Solution Comparison Executive Summary The experience speaks for itsef PDF Soution Comparison Executive Summary Professiona MSRP $449.00 149.99 Footprint (Required hard disk space) 2.13GB HD Space 500MB HD space COMPATIBILITY FEATURES Compatibe

More information

How To Get Acedo With Microsoft.Com

How To Get Acedo With Microsoft.Com alearn with Microsoft We are XMA. Ca us now on 0115 846 4900 Visit www.xma.co.uk/aearn Emai alearn@xma.co.uk Foow us @WeareXMA Introduction Use our 'steps to alearn' framework to ensure you cover a bases...

More information

eye talk DIGITAL Contents

eye talk DIGITAL Contents eye tak DIGITAL Eye Tak Digita subscribers are abe to downoad a computer fie containing the atest product and price changes, as we as other vauabe resources for the management and deveopment of their practices.

More information

A Gentle Introduction to Cloud Computing

A Gentle Introduction to Cloud Computing A Gentle Introduction to Cloud Computing Source: Wikipedia Platform Computing, Inc. Platform Clusters, Grids, Clouds, Whatever Computing The leader in managing large scale shared environments o 18 years

More information

CUSTOM. Putting Your Benefits to Work. COMMUNICATIONS. Employee Communications Benefits Administration Benefits Outsourcing

CUSTOM. Putting Your Benefits to Work. COMMUNICATIONS. Employee Communications Benefits Administration Benefits Outsourcing CUSTOM COMMUNICATIONS Putting Your Benefits to Work. Empoyee Communications Benefits Administration Benefits Outsourcing Recruiting and retaining top taent is a major chaenge facing HR departments today.

More information

Performance Evaluation of Amazon EC2 for NASA HPC Applications!

Performance Evaluation of Amazon EC2 for NASA HPC Applications! National Aeronautics and Space Administration Performance Evaluation of Amazon EC2 for NASA HPC Applications! Piyush Mehrotra!! J. Djomehri, S. Heistand, R. Hood, H. Jin, A. Lazanoff,! S. Saini, R. Biswas!

More information

NCH Software PlayPad Media Player

NCH Software PlayPad Media Player NCH Software PayPad Media Payer This user guide has been created for use with PayPad Media Payer Version 2.xx NCH Software Technica Support If you have difficuties using PayPad Media Payer pease read the

More information

Avaya Remote Feature Activation (RFA) User Guide

Avaya Remote Feature Activation (RFA) User Guide Avaya Remote Feature Activation (RFA) User Guide 03-300149 Issue 5.0 September 2007 2007 Avaya Inc. A Rights Reserved. Notice Whie reasonabe efforts were made to ensure that the information in this document

More information

ELECTRONIC FUND TRANSFERS YOUR RIGHTS AND RESPONSIBILITIES

ELECTRONIC FUND TRANSFERS YOUR RIGHTS AND RESPONSIBILITIES ELECTRONIC FUND TRANSFERS YOUR RIGHTS AND RESPONSIBILITIES The Eectronic Fund Transfers we are capabe of handing for consumers are indicated beow, some of which may not appy your account Some of these

More information

Interaction of Access Patterns on the dnfsp File System Rodrigo Virote Kassick Francieli Zanon Boito Philippe O.A. Navaux

Interaction of Access Patterns on the dnfsp File System Rodrigo Virote Kassick Francieli Zanon Boito Philippe O.A. Navaux [ ] Interaction of Access Patterns on the dnfsp File System Rodrigo Virote Kassick Francieli Zanon Boito Philippe O.A. Navaux GPPD Conferencia Latinoamericana de Computación de Alto Rendimiento 2009 --

More information

Assessing the Performance of OpenMP Programs on the Intel Xeon Phi

Assessing the Performance of OpenMP Programs on the Intel Xeon Phi Assessing the Performance of OpenMP Programs on the Intel Xeon Phi Dirk Schmidl, Tim Cramer, Sandra Wienke, Christian Terboven, and Matthias S. Müller schmidl@rz.rwth-aachen.de Rechen- und Kommunikationszentrum

More information

We are XMA and Viglen.

We are XMA and Viglen. alearn with Microsoft 16pp 21.07_Layout 1 22/12/2014 10:49 Page 1 FRONT COVER alearn with Microsoft We are XMA and Vigen. Ca us now on 0115 846 4900 Visit www.xma.co.uk/aearn Emai alearn@xma.co.uk Foow

More information

Hands-on exercise: NPB-OMP / BT

Hands-on exercise: NPB-OMP / BT Hands-on exercise: NPB-OMP / BT VI-HPS Team 1 Tutorial exercise objectives Familiarise with usage of VI-HPS tools complementary tools capabilities & interoperability Prepare to apply tools productively

More information

Introduction to XSL. Max Froumentin - W3C

Introduction to XSL. Max Froumentin - W3C Introduction to XSL Max Froumentin - W3C Introduction to XSL XML Documents Stying XML Documents XSL Exampe I: Hamet Exampe II: Mixed Writing Modes Exampe III: database Other Exampes How do they do that?

More information

Migrating and Managing Dynamic, Non-Textua Content

Migrating and Managing Dynamic, Non-Textua Content Considering Dynamic, Non-Textua Content when Migrating Digita Asset Management Systems Aya Stein; University of Iinois at Urbana-Champaign; Urbana, Iinois USA Santi Thompson; University of Houston; Houston,

More information

Introduction the pressure for efficiency the Estates opportunity

Introduction the pressure for efficiency the Estates opportunity Heathy Savings? A study of the proportion of NHS Trusts with an in-house Buidings Repair and Maintenance workforce, and a discussion of eary experiences of Suppies efficiency initiatives Management Summary

More information

Federal Financial Management Certificate Program

Federal Financial Management Certificate Program MANAGEMENT CONCEPTS Federa Financia Management Certificate Program Training to hep you achieve the highest eve performance in: Accounting // Auditing // Budgeting // Financia Management ENROLL TODAY! Contract

More information

Automatic Structure Discovery for Large Source Code

Automatic Structure Discovery for Large Source Code Automatic Structure Discovery for Large Source Code By Sarge Rogatch Master Thesis Universiteit van Amsterdam, Artificia Inteigence, 2010 Automatic Structure Discovery for Large Source Code Page 1 of 130

More information

$49.99 $49.99 $99.99 $149.99 COMPATIBILITY FEATURES

$49.99 $49.99 $99.99 $149.99 COMPATIBILITY FEATURES NUANCE The experience speaks for itsef PDF Soution Comparison Executive Summary 7 Professiona 7 MSRP $49.99 $49.99 $99.99 $149.99 COMPATIBILITY FEATURES Compatibe with (But Does Not Require) Adobe Acrobat

More information

DevOps Course Content

DevOps Course Content DevOps Course Content INTRODUCTION TO DEVOPS What is DevOps? History of DevOps Dev and Ops DevOps definitions DevOps and Software Development Life Cycle DevOps main objectives Infrastructure As A Code

More information

AFFORDABLE BUSINESS QUALITY PRINTING FOR YOUR OFFICE

AFFORDABLE BUSINESS QUALITY PRINTING FOR YOUR OFFICE AFFORDABLE BUSINESS QUALITY PRINTING FOR YOUR OFFICE www.brother.eu INTRODUCING THE NEW COMPACT MONO LASER RANGE BUSINESS QUALITY PRINTING FOR YOUR OFFICE Brother undertand that your office run on information.

More information

NEXT UP: John Sanderson, Windows Azure Specialist johnsand@microsoft.com 303-546-1397 (Denver) Page 1

NEXT UP: John Sanderson, Windows Azure Specialist johnsand@microsoft.com 303-546-1397 (Denver) Page 1 NEXT UP: John Sanderson, Windows Azure Specialist johnsand@microsoft.com 303-546-1397 (Denver) Page 1 The Cloud The Foundation for Private Cloud A Platform for ISV s Page 2 Cloud Computing Landscape Page

More information

IT Governance Principles & Key Metrics

IT Governance Principles & Key Metrics IT Governance Principes & Key Metrics Smawood Maike & Associates, Inc. 9393 W. 110th Street 51 Corporate Woods, Suite 500 Overand Park, KS 66210 Office: 913-451-6790 Good governance processes that moves

More information

NCTA Cloud Architecture

NCTA Cloud Architecture NCTA Cloud Architecture Course Specifications Course Number: 093019 Course Length: 5 days Course Description Target Student: This course is designed for system administrators who wish to plan, design,

More information

CONTRIBUTION OF CLOUD SERVICE PROVIDERS TO EDUCATION

CONTRIBUTION OF CLOUD SERVICE PROVIDERS TO EDUCATION CONTRIBUTION OF CLOUD SERVICE PROVIDERS TO EDUCATION 1 O. J. OZURUMBA, 2 A. ALSADOON, 3 P.W.C. PRASAD, 4 L. PHAM, 5 A. BEG 1,2,3,4 School of Computing and Mathematics, Charles Sturt University, Sydney,

More information

Figure 1. A Simple Centrifugal Speed Governor.

Figure 1. A Simple Centrifugal Speed Governor. ENGINE SPEED CONTROL Peter Westead and Mark Readman, contro systems principes.co.uk ABSTRACT: This is one of a series of white papers on systems modeing, anaysis and contro, prepared by Contro Systems

More information

High Performance Computing in CST STUDIO SUITE

High Performance Computing in CST STUDIO SUITE High Performance Computing in CST STUDIO SUITE Felix Wolfheimer GPU Computing Performance Speedup 18 16 14 12 10 8 6 4 2 0 Promo offer for EUC participants: 25% discount for K40 cards Speedup of Solver

More information

System Requirements for Microsoft Dynamics SL 2015

System Requirements for Microsoft Dynamics SL 2015 System for Microsoft Dynamics SL 2015 Overview This document contains the minimum client hardware requirements, server recommendations and Terminal Server minimum hardware requirements supported by the

More information

CLOUD COMPUTING & WINDOWS AZURE

CLOUD COMPUTING & WINDOWS AZURE CLOUD COMPUTING & WINDOWS AZURE WORKSHOP Overview This workshop is an introduction to cloud computing and specifically Microsoft s public cloud offering in Windows Azure. Windows Azure has been described

More information

NUANCE. PDF Solution Comparison. The experience speaks for itself. Adobe Acrobat 9 Professional. ecopy PDF Pro Office. Adobe Acrobat 9 Standard

NUANCE. PDF Solution Comparison. The experience speaks for itself. Adobe Acrobat 9 Professional. ecopy PDF Pro Office. Adobe Acrobat 9 Standard NUANCE The experience speaks for itsef Professiona MSRP $299.99 $449.99 $179.99 $179.99 Footprint (required hard disk space) 985MB 2.13GB 500MB 500MB Compatibe with (But Does Not Require) Acrobat or Acrobat

More information

Performance Analysis of a Numerical Weather Prediction Application in Microsoft Azure

Performance Analysis of a Numerical Weather Prediction Application in Microsoft Azure Performance Analysis of a Numerical Weather Prediction Application in Microsoft Azure Emmanuell D Carreño, Eduardo Roloff, Jimmy V. Sanchez, and Philippe O. A. Navaux WSPPD 2015 - XIII Workshop de Processamento

More information

Windows Azure Data Services (basics) 55093A; 3 Days

Windows Azure Data Services (basics) 55093A; 3 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Windows Azure Data Services (basics) 55093A; 3 Days Course Description This

More information

Eaton Intelligent Power Manager (IPM) Quick Start Installation Manual

Eaton Intelligent Power Manager (IPM) Quick Start Installation Manual Eaton Inteigent Power Manager (IPM) Quick Start Instaation Manua Cass A EMC Statements FCC Information This equipment has been tested and found to compy with the imits for a Cass A digita device, pursuant

More information

CONTRIBUTION OF INTERNAL AUDITING IN THE VALUE OF A NURSING UNIT WITHIN THREE YEARS

CONTRIBUTION OF INTERNAL AUDITING IN THE VALUE OF A NURSING UNIT WITHIN THREE YEARS Dehi Business Review X Vo. 4, No. 2, Juy - December 2003 CONTRIBUTION OF INTERNAL AUDITING IN THE VALUE OF A NURSING UNIT WITHIN THREE YEARS John N.. Var arvatsouakis atsouakis DURING the present time,

More information

Using the Cloud - the Newcastle experience

Using the Cloud - the Newcastle experience Using the Cloud - the Newcastle experience Stephen McGough Vassilis Glenis, Chris Kilsby, Vedrana Kutija, Simon Wodman University of Sussex : HPC Workshop 2013 January 16 th 2013 CLOUD COMPUTING The Cloud

More information

Introduction to Engineering Using Robotics Experiments Lecture 18 Cloud Computing

Introduction to Engineering Using Robotics Experiments Lecture 18 Cloud Computing Introduction to Engineering Using Robotics Experiments Lecture 18 Cloud Computing Yinong Chen 2 Big Data Big Data Technologies Cloud Computing Service and Web-Based Computing Applications Industry Control

More information

Chapter 3: e-business Integration Patterns

Chapter 3: e-business Integration Patterns Chapter 3: e-business Integration Patterns Page 1 of 9 Chapter 3: e-business Integration Patterns "Consistency is the ast refuge of the unimaginative." Oscar Wide In This Chapter What Are Integration Patterns?

More information

Example of Standard API

Example of Standard API 16 Example of Standard API System Call Implementation Typically, a number associated with each system call System call interface maintains a table indexed according to these numbers The system call interface

More information

Microsoft Research Windows Azure for Research Training

Microsoft Research Windows Azure for Research Training Copyright 2013 Microsoft Corporation. All rights reserved. Except where otherwise noted, these materials are licensed under the terms of the Apache License, Version 2.0. You may use it according to the

More information

VIRTU Case Studies TECH SOLUTIONS (P) LTD. Client: www.goodbazaar.com. Technology: ASP.NET, C#, AJAX, JQUERY, VBA, SQL Server 2005

VIRTU Case Studies TECH SOLUTIONS (P) LTD. Client: www.goodbazaar.com. Technology: ASP.NET, C#, AJAX, JQUERY, VBA, SQL Server 2005 VIRTU Case Studies Cient: www.goodbazaar.com Good Bazaar Onine coupons Discount Coupons and Shopping Deas. We hope you enjoy your bargain shopping experience with Good Bazaar. Technoogy: ASP.NET C# AJAX

More information

INSTRUMENTATION FOR SOUND & VIBRATION MEASUREMENTS

INSTRUMENTATION FOR SOUND & VIBRATION MEASUREMENTS INSTRUMENTATION FOR SOUND & VIBRATION MEASUREMENTS SVAN 979 Sound & Vibration Anayser The most advanced and powerfu singe channe SLM & Vibration Meter ever made Extremey powerfu Type 1 SLM (IEC 61672:2002)

More information

Face Hallucination and Recognition

Face Hallucination and Recognition Face Haucination and Recognition Xiaogang Wang and Xiaoou Tang Department of Information Engineering, The Chinese University of Hong Kong {xgwang1, xtang}@ie.cuhk.edu.hk http://mmab.ie.cuhk.edu.hk Abstract.

More information

eg Enterprise vs. a Big 4 Monitoring Soution: Comparing Tota Cost of Ownership Restricted Rights Legend The information contained in this document is confidentia and subject to change without notice. No

More information

APPENDIX 10.1: SUBSTANTIVE AUDIT PROGRAMME FOR PRODUCTION WAGES: TROSTON PLC

APPENDIX 10.1: SUBSTANTIVE AUDIT PROGRAMME FOR PRODUCTION WAGES: TROSTON PLC Appendix 10.1: substantive audit programme for production wages: Troston pc 389 APPENDIX 10.1: SUBSTANTIVE AUDIT PROGRAMME FOR PRODUCTION WAGES: TROSTON PLC The detaied audit programme production wages

More information

CLOUD COMPUTING Y SU IMPACTO EN LA INFORMATICA

CLOUD COMPUTING Y SU IMPACTO EN LA INFORMATICA CLOUD COMPUTING Y SU IMPACTO EN LA INFORMATICA Gustavo Alonso Systems Group Department of Computer Science ETH Zurich, Switzerland www.systems.ethz.ch JISBD - 2010 1 Background ETH Zürich Systems Group

More information

Microsoft Office Outlook 2013: Part 1

Microsoft Office Outlook 2013: Part 1 Microsoft Office Outlook 2013: Part 1 Course Specifications Course Length: 1 day Overview: Email has become one of the most widely used methods of communication, whether for personal or business communications.

More information

benchmarking Amazon EC2 for high-performance scientific computing

benchmarking Amazon EC2 for high-performance scientific computing Edward Walker benchmarking Amazon EC2 for high-performance scientific computing Edward Walker is a Research Scientist with the Texas Advanced Computing Center at the University of Texas at Austin. He received

More information

SELECTING THE SUITABLE ERP SYSTEM: A FUZZY AHP APPROACH. Ufuk Cebeci

SELECTING THE SUITABLE ERP SYSTEM: A FUZZY AHP APPROACH. Ufuk Cebeci SELECTING THE SUITABLE ERP SYSTEM: A FUZZY AHP APPROACH Ufuk Cebeci Department of Industria Engineering, Istanbu Technica University, Macka, Istanbu, Turkey - ufuk_cebeci@yahoo.com Abstract An Enterprise

More information