2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or

Size: px
Start display at page:

Download "2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or"

Transcription

1 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. 1

2 This talk will address: The five components that make up EnSight Client / Server design SOS for big data RLSOS for even bigger data DR for big rendering or VR Choosing where to run the EnSight components How to simplify launching everything in modern computational environments Miscellaneous tips for working with big data Describe my responsibilities at CEI and briefly my background. 2

3 Most users of EnSight simply see this view of EnSight: the graphical interface running on their desktop. Even though EnSight may be running entirely on the user s desktop, there is always an EnSight Client application and an EnSight Server application. The Client and Server work together to provide all of the functionality that is EnSight. 3

4 What do the Client and Server do? Why should I care? (next 2 slides) 4

5 5

6 6

7 Back in 1987 there wasn t really a way to visualize supercomputing data. Looking at rows of numbers on a terminal (or Mac) was about the only good method along with XY plots. John Kogut at NCSA with a Mac and a Cray XMP24 (1987). In 199x Cray introduced the software package MPGS as a way to look at 3D visualizations being produced on Cray supercomputers. The computation was done on the supercomputer and the visualization was done on a Silicon Graphics workstation. MPGS was the the predecessor to EnSight. The graphics people at Cray left to start CEI Inc. in EnSight (and formerly MPGS) has always been a Client / Server application utilizing the strengths of remote computation resources and high performance graphics workstations. 7

8 Why should I care about big data? If analyzing your problem is very fast and easily with EnSight, then maybe you do not. However, most scientific and engineering companies are usually wanting to grow their simulation size. Additionally, due to globalization, a company may choose to run their simulations around the world thus requiring users to utilize remote computational resources. Because of this, running EnSight distributed may be required. Some of the same issues for big data apply to distributed computing. 8

9 Big is always a shifting target. It depends on current computer configurations vs. simulation size. Basically, too big is when the simulation is too big for the user s desktop/laptop. Desktop and laptop computers keep getting more powerful. However, some companies take the opposite strategy by shrinking desktop capability to reduce IT costs. This is unfortunate for engineers since they really could benefit from relatively inexpensive workstations with lots of RAM and modern graphics cards. These can be more powerful than supercomputers in the recent past! Nonetheless, EnSight can run well in both environments (and others). This is one of EnSight s strengths. It can easily adapt to the computational environment that customers use. When the user s desktop/laptop is not big enough, then move the EnSight Server to another computer. Typically, this is also the computer that ran the simulation program but not always. 9

10 What if one EnSight Server is not enough? Use more! This is EnSight SOS. The EnSight SOS process sends command from the Client to all Servers. Then it gathers results from each Server and sends them back to the Client. Add some rough metrics. Need to benchmark YOUR computer systems to find out what works well on YOUR computers. There is not one answer. 10

11 Okay. You want to use multiple EnSight Servers. Where should you run the multiple Servers? It might be sufficient to run them all on one SMP if it has sufficient numbers of CPUs and RAM. Alternative, you might run them on a cluster. Any combination is possible. It helps to understand basic performance optimization and scalability, though, if you wish to optimize for very challenging problem sizes. We can help. The SOS should run where it has the best network connectivity between and and the Servers. 11

12 CEI frequently gets asked about using threads to improve performance. Computer companies like to sell computers with many CPU cores in one box. From a high level threading seems like a very easy answer to scalability. Unfortunately, this is not so simple. Thread scalability is problematic past 4 to 8 threads (for any program unless specially rewritten). Threading requires careful management of memory access, cache access, and CPU assignment and thread migration. It can be very difficult to scale beyond a few threads. It typically requires that a program be carefully rewritten with data access carefully managed. Furthermore, threading does not help at for running on a distributed memory cluster. To use a program on a cluster it must be explicitly written to run on different computers. Fortunately, programs that work well on clusters also tend to work well on SMPs. Thus, write the program well for clusters and don t worry too much about threading. This is the approach of EnSight. Since the SOS model explicitly partitions memory and CPU access, it scales well on modern SMPs *AND* clusters. EnSight does use threads in limited situations where it makes sense such as EnSight calculator operations and other basic numerical operations used throughout EnSight. This was greatly improved in EnSight 10.1 and newer versions will add more thread support. BUT! SOS will always give better general scalability beyond a few cores. EnSight can use threading and SOS at the same time. This is encouraged. Additionally, large SMPs (many cores in a single box) tend not to perform as well due to mismatch CPU performance vs. cache/memory/disk IO limitations of a bus-based architecture. Much better to have a cluster of smaller SMPs each with lots of RAM and large caches. See the EnSight How To manual for the environment variables that affect EnSight threads. 12

13 This is new to EnSight It will be fully tested in EnSight EnSight RLSOS may also give better performance when using more than 64 Servers since it fattens the communication network allowing greater concurrency in computation and communication. If not using 64 or more Servers, then do not consider RLSOS. CEI recently did a test on a transient data set containing 8 billion elements using 200 Servers and RLSOS. It worked perfectly and quickly. Not many years ago this would have been considered a Hero Problem. Now it is easy. 13

14 For a *very* rough estimate, 1 DRClient for every 10M-30M visible polygons using current OpenGL cards. A single high-end OpenGL card will ALWAYS perform better if it handle the number of visible polygons. Network latency and bandwidth greatly affect real-time rendering rates which is why parallel compositing (EnSight HPC+) is best if there is no other option. But, if there is another option such as a faster graphics card, then that will probably be better. 14

15 The same technology (and same EnSight components) used by EnSight HPC for parallel rendering are also used by EnSight VR. They are separate products, though, and have different options for configuring use for HPC vs. VR. EnSight VR is for virtual reality systems: Caves, Raves, PowerWalls, etc. It also supports 3D VR input devices and head trackers. 15

16 Now that you see how EnSight can be used in a variety of ways on a variety of computers, how do you run everything? 16

17 Today s computer environments are numerous, complex, and typically difficult to access in a way that is as simple as just running an application on your desktop or laptop. How can EnSight be used in these computational environments and made as easy to use as a simple desktop application...such as EnSight just running on the desktop?! 17

18 CEIStart were added to EnSight starting with EnSight 9 as a prototype. EnSight 10.1 they are now easy to use for many users because of the redesign of CEIStart and the default configurations Remote Server and Remote SOS. These two configurations make starting EnSight easy for remote Server and remote SOS use. 18

19 More importantly, a customer can configure CEIStart to support the customer s computation environment. Some CEI customers have custom configurations for their various computational resources (e.g. different clusters and supercomputers). 19

20 20

21 Now that you have seen the many ways that EnSight can be used and the many choices you have for where to run the various EnSight components to address remote computing, distributed computing, and scaling EnSight for big data, we will now mention a few more tips for working with big data. 21

22 The default action is to load all parts. Don t do this if all parts aren t needed for postprocessing. Also, don t do this if you wish to change the element representation (next slide). 22

23 Nonvisual should be used for fluid domains or any large parts where you do not need to see the elements directly. Nonvisual means that the EnSight Client will not have any data for this part; only the Server has the data. This is very different from turning off the part s visibility. The Client still contains all the data for the part s geometry even if the part is invisible. Computing a part s feature angle representation can be very slow depending upon the number of elements and their type. Consider using a different element representation if you experience this. Feature Angle is the default representation for 3D data. 23

24 What is an engineer s hourly cost vs. the productivity gain? Modern graphics cards are very inexpensive when compared this way. 24

25 EnSight Flipbooks by default cache the visible polygon data on the EnSight Client. If this data is large or if you have a lot of time steps, then you can quickly use a lot of memory. If it takes to long to either load or play the EnSight flipbook, use: EnLiten, Reveal, or EnVideo instead. 25

26 EnSIght is a great application for analysis and visualizing data. EnVideo, EnLiten, and Reveal are designed for presentations, demos, or sharing data. Use the right application. 26

27 27

28 EnSight Minions is a Python tool that splits a long transient animation into several smaller transient animations. Each of the smaller transient animations can be created in parallel using multiple copies of EnSight. EnVe is then used automatically to join the several smaller movies into one large movie for the entire simulation. 28

29 29

30 30

31 31

32 EnSight command language is automatically created when you use EnSight. All actions are recorded to a file. When you quit EnSight you can save the command language file. You can also save the file explicitly. EnSight 10.0 did not always generate EnSight command language. EnSight 10.1 fixes this. EnSight also has Python command language support. Python is a real programming language. Use Python if you need a powerful language. You can record entire sessions using EnSight command language for simple tasks (such as toggle part visibility or add an annotation) or complex tasks (such as load multiple data sets, create parts, and load animations). Python can do the same but you must write the code. Python can be used with GUI code such as PyQt for creating custom user interfaces. At this time neither language can access the simulation data contained in the EnSight Server. However, query data and various summary information about the simulation data can be accessed. This tends to be much more powerful in Python. See the EnSight Interface Manual and Command Language Manual. 32

33 This slide and the next three show a custom user interface written in Python and PyQt used to post process STAR CCM+ data in EnSight and generate standard analysis output. The user never sees the normal EnSight user interface. 33

34 34

35 35

36 36

37 37

HPC Visualization with EnSight

HPC Visualization with EnSight HPC Visualization with EnSight Beijing 2010.10.27 Aric Meyer Marketing Director, Asia & Pacific CEI Computational Engineering International, Inc. Founded in 1994 out of Cray Research Headquarters in Raleigh,

More information

Distributed Virtual Reality Computation

Distributed Virtual Reality Computation Jeff Russell 4/15/05 Distributed Virtual Reality Computation Introduction Virtual Reality is generally understood today to mean the combination of digitally generated graphics, sound, and input. The goal

More information

Smooth Streaming Technical Overview. John A. Bocharov Program Manager Microsoft Corporation

Smooth Streaming Technical Overview. John A. Bocharov Program Manager Microsoft Corporation Smooth Streaming Technical Overview John A. Bocharov (jboch@microsoft.com) Program Manager Microsoft Corporation What is Smooth Streaming? Cacheable HTTP-based delivery method for video, audio, text, and

More information

Parallelism and Concurrency. COS 326 David Walker Princeton University

Parallelism and Concurrency. COS 326 David Walker Princeton University Parallelism and Concurrency COS 326 David Walker Princeton University Parallelism What is it? Today's technology trends. How can we take advantage of it? Why is it so much harder to program? Some preliminary

More information

EnSight October 2013 Japan EnSight User Meeting Tokyo, Japan. Darin McKinnis VP Sales and Marketing

EnSight October 2013 Japan EnSight User Meeting Tokyo, Japan. Darin McKinnis VP Sales and Marketing EnSight 10.1 October 2013 Japan EnSight User Meeting Tokyo, Japan Darin McKinnis VP Sales and Marketing darin@ceisoftware.com Business Reports 2012 was our best year in company history > 95% renewal rate

More information

Grand Central Dispatch

Grand Central Dispatch A better way to do multicore. (GCD) is a revolutionary approach to multicore computing. Woven throughout the fabric of Mac OS X version 10.6 Snow Leopard, GCD combines an easy-to-use programming model

More information

HPC Architectures. Types of resource currently in use

HPC Architectures. Types of resource currently in use HPC Architectures Types of resource currently in use Reusing this material This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 4.0 International License. http://creativecommons.org/licenses/by-nc-sa/4.0/deed.en_us

More information

Conquering Rogue Application Behavior in a Terminal Server Environment

Conquering Rogue Application Behavior in a Terminal Server Environment White Paper Conquering Rogue Application Behavior in a Terminal Server Environment Using Application Shaping to ensure reliable, consistent performance and application response times for improved end-user

More information

15-388/688 - Practical Data Science: Big data and MapReduce. J. Zico Kolter Carnegie Mellon University Spring 2018

15-388/688 - Practical Data Science: Big data and MapReduce. J. Zico Kolter Carnegie Mellon University Spring 2018 15-388/688 - Practical Data Science: Big data and MapReduce J. Zico Kolter Carnegie Mellon University Spring 2018 1 Outline Big data Some context in distributed computing map + reduce MapReduce MapReduce

More information

CTL.SC4x Technology and Systems

CTL.SC4x Technology and Systems in Supply Chain Management CTL.SC4x Technology and Systems Key Concepts Document This document contains the Key Concepts for the SC4x course, Weeks 1 and 2. These are meant to complement, not replace,

More information

Parallel Computing Ideas

Parallel Computing Ideas Parallel Computing Ideas K. 1 1 Department of Mathematics 2018 Why When to go for speed Historically: Production code Code takes a long time to run Code runs many times Code is not end in itself 2010:

More information

High Performance Computing Course Notes Course Administration

High Performance Computing Course Notes Course Administration High Performance Computing Course Notes 2009-2010 2010 Course Administration Contacts details Dr. Ligang He Home page: http://www.dcs.warwick.ac.uk/~liganghe Email: liganghe@dcs.warwick.ac.uk Office hours:

More information

Making Supercomputing More Available and Accessible Windows HPC Server 2008 R2 Beta 2 Microsoft High Performance Computing April, 2010

Making Supercomputing More Available and Accessible Windows HPC Server 2008 R2 Beta 2 Microsoft High Performance Computing April, 2010 Making Supercomputing More Available and Accessible Windows HPC Server 2008 R2 Beta 2 Microsoft High Performance Computing April, 2010 Windows HPC Server 2008 R2 Windows HPC Server 2008 R2 makes supercomputing

More information

FEMAP/NX NASTRAN PERFORMANCE TUNING

FEMAP/NX NASTRAN PERFORMANCE TUNING FEMAP/NX NASTRAN PERFORMANCE TUNING Chris Teague - Saratech (949) 481-3267 www.saratechinc.com NX Nastran Hardware Performance History Running Nastran in 1984: Cray Y-MP, 32 Bits! (X-MP was only 24 Bits)

More information

Introduction CPS343. Spring Parallel and High Performance Computing. CPS343 (Parallel and HPC) Introduction Spring / 29

Introduction CPS343. Spring Parallel and High Performance Computing. CPS343 (Parallel and HPC) Introduction Spring / 29 Introduction CPS343 Parallel and High Performance Computing Spring 2018 CPS343 (Parallel and HPC) Introduction Spring 2018 1 / 29 Outline 1 Preface Course Details Course Requirements 2 Background Definitions

More information

Industrial-Strength High-Performance RISC-V Processors for Energy-Efficient Computing

Industrial-Strength High-Performance RISC-V Processors for Energy-Efficient Computing Industrial-Strength High-Performance RISC-V Processors for Energy-Efficient Computing Dave Ditzel dave@esperanto.ai President and CEO Esperanto Technologies, Inc. 7 th RISC-V Workshop November 28, 2017

More information

The Future of Virtualization: The Virtualization of the Future

The Future of Virtualization: The Virtualization of the Future The Future of Virtualization: The Virtualization of the Future Larry Rudolph, VMware 200 VMware Inc. All rights reserved Caveats The opinions expressed in this talk are Entirely my own Do not come with

More information

Parallel Architectures

Parallel Architectures Parallel Architectures CPS343 Parallel and High Performance Computing Spring 2018 CPS343 (Parallel and HPC) Parallel Architectures Spring 2018 1 / 36 Outline 1 Parallel Computer Classification Flynn s

More information

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 1 The Blender Interface and Basic Shapes

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 1 The Blender Interface and Basic Shapes Blender Notes Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 1 The Blender Interface and Basic Shapes Introduction Blender is a powerful modeling, animation and rendering

More information

MySQL Database Scalability

MySQL Database Scalability MySQL Database Scalability Nextcloud Conference 2016 TU Berlin Oli Sennhauser Senior MySQL Consultant at FromDual GmbH oli.sennhauser@fromdual.com 1 / 14 About FromDual GmbH Support Consulting remote-dba

More information

The power management skills gap

The power management skills gap The power management skills gap Do you have the knowledge and expertise to keep energy flowing around your datacentre environment? A recent survey by Freeform Dynamics of 320 senior data centre professionals

More information

Assignment 5. Georgia Koloniari

Assignment 5. Georgia Koloniari Assignment 5 Georgia Koloniari 2. "Peer-to-Peer Computing" 1. What is the definition of a p2p system given by the authors in sec 1? Compare it with at least one of the definitions surveyed in the last

More information

Massive Scalability With InterSystems IRIS Data Platform

Massive Scalability With InterSystems IRIS Data Platform Massive Scalability With InterSystems IRIS Data Platform Introduction Faced with the enormous and ever-growing amounts of data being generated in the world today, software architects need to pay special

More information

Graphical Access to IU's Supercomputers with Karst Desktop Beta

Graphical Access to IU's Supercomputers with Karst Desktop Beta Graphical Access to IU's Supercomputers with Karst Desktop Beta A Thota, R Henschel, C Dennis, J Rinkovsky, D Hancock Research Technologies Indiana University 1 Show of hands Who here has Run statistical

More information

Windows Server Discussion with BCIU. Kevin Sullivan Management TSP US Education

Windows Server Discussion with BCIU. Kevin Sullivan Management TSP US Education Windows Server 2008 Discussion with BCIU Kevin Sullivan Management TSP US Education Kevin.sullivan@microsoft.com 1 Web Internet Information Services 7.0 Powerful Web Application and Services Platform Manage

More information

Sub-Second Response Times with New In-Memory Analytics in MicroStrategy 10. Onur Kahraman

Sub-Second Response Times with New In-Memory Analytics in MicroStrategy 10. Onur Kahraman Sub-Second Response Times with New In-Memory Analytics in MicroStrategy 10 Onur Kahraman High Performance Is No Longer A Nice To Have In Analytical Applications Users expect Google Like performance from

More information

Intel VTune Performance Analyzer 9.1 for Windows* In-Depth

Intel VTune Performance Analyzer 9.1 for Windows* In-Depth Intel VTune Performance Analyzer 9.1 for Windows* In-Depth Contents Deliver Faster Code...................................... 3 Optimize Multicore Performance...3 Highlights...............................................

More information

Three OPTIMIZING. Your System for Photoshop. Tuning for Performance

Three OPTIMIZING. Your System for Photoshop. Tuning for Performance Three OPTIMIZING Your System for Photoshop Tuning for Performance 72 Power, Speed & Automation with Adobe Photoshop This chapter goes beyond speeding up how you can work faster in Photoshop to how to make

More information

Algorithm Performance. (the Big-O)

Algorithm Performance. (the Big-O) Algorithm Performance (the Big-O) Lecture 6 Today: Worst-case Behaviour Counting Operations Performance Considerations Time measurements Order Notation (the Big-O) Pessimistic Performance Measure Often

More information

Nicholas Dritsas Principal Program Manager Microsoft Corporation Microsoft Corporation. All rights reserved

Nicholas Dritsas Principal Program Manager Microsoft Corporation Microsoft Corporation. All rights reserved Nicholas Dritsas Principal Program Manager Microsoft Corporation Who is SQL Customer Advisory Team (SQL CAT) Overview of large AS projects Lessons Learned People and Infrastructure Performance Improving

More information

Memory. From Chapter 3 of High Performance Computing. c R. Leduc

Memory. From Chapter 3 of High Performance Computing. c R. Leduc Memory From Chapter 3 of High Performance Computing c 2002-2004 R. Leduc Memory Even if CPU is infinitely fast, still need to read/write data to memory. Speed of memory increasing much slower than processor

More information

GPU ACCELERATED DATABASE MANAGEMENT SYSTEMS

GPU ACCELERATED DATABASE MANAGEMENT SYSTEMS CIS 601 - Graduate Seminar Presentation 1 GPU ACCELERATED DATABASE MANAGEMENT SYSTEMS PRESENTED BY HARINATH AMASA CSU ID: 2697292 What we will talk about.. Current problems GPU What are GPU Databases GPU

More information

COLUMN. Responsive design for mobile intranets? How should the intranet be presented on mobile devices? JULY What is responsive design?

COLUMN. Responsive design for mobile intranets? How should the intranet be presented on mobile devices? JULY What is responsive design? KM COLUMN JULY 2012 Responsive design for mobile intranets? The mobile space continues to grow at breakneck pace. Many websites are now seeing upwards of 20 30% of their web traffic coming from mobile

More information

Overview. A real-time shadow approach for an Augmented Reality application using shadow volumes. Augmented Reality.

Overview. A real-time shadow approach for an Augmented Reality application using shadow volumes. Augmented Reality. Overview A real-time shadow approach for an Augmented Reality application using shadow volumes Introduction of Concepts Standard Stenciled Shadow Volumes Method Proposed Approach in AR Application Experimental

More information

Introduction to Scientific Computing

Introduction to Scientific Computing Introduction to Scientific Computing Dr Hanno Rein Last updated: October 12, 2018 1 Computers A computer is a machine which can perform a set of calculations. The purpose of this course is to give you

More information

Java Without the Jitter

Java Without the Jitter TECHNOLOGY WHITE PAPER Achieving Ultra-Low Latency Table of Contents Executive Summary... 3 Introduction... 4 Why Java Pauses Can t Be Tuned Away.... 5 Modern Servers Have Huge Capacities Why Hasn t Latency

More information

Using EnVe to Create a Single Movie from Multiple Existing Movies that Play Simultaneously

Using EnVe to Create a Single Movie from Multiple Existing Movies that Play Simultaneously Using EnVe to Create a Single Movie from Multiple Existing Movies that Play Simultaneously I know, that's a pretty long and confusing title. However, it does accurately describes the process that will

More information

How Scalable is your SMB?

How Scalable is your SMB? How Scalable is your SMB? Mark Rabinovich Visuality Systems Ltd. What is this all about? Visuality Systems Ltd. provides SMB solutions from 1998. NQE (Embedded) is an implementation of SMB client/server

More information

Today s Hall of Fame and Shame is a comparison of two generations of Google Advanced Search. This is the old interface.

Today s Hall of Fame and Shame is a comparison of two generations of Google Advanced Search. This is the old interface. 1 Today s Hall of Fame and Shame is a comparison of two generations of Google Advanced Search. This is the old interface. 2 And this is the new interface. (If you can t read the image, go to http://www.google.com/advanced_search.)

More information

Computing on GPUs. Prof. Dr. Uli Göhner. DYNAmore GmbH. Stuttgart, Germany

Computing on GPUs. Prof. Dr. Uli Göhner. DYNAmore GmbH. Stuttgart, Germany Computing on GPUs Prof. Dr. Uli Göhner DYNAmore GmbH Stuttgart, Germany Summary: The increasing power of GPUs has led to the intent to transfer computing load from CPUs to GPUs. A first example has been

More information

WHITE PAPER. The Shortfalls of Traceroute in Modern Multi-Path Networks

WHITE PAPER. The Shortfalls of Traceroute in Modern Multi-Path Networks WHITE PAPER The Shortfalls of Traceroute in Modern Multi-Path Networks THE SHORTFALLS OF TRACEROUTE IN MODERN MULTI-PATH NETWORKS INTRODUCTION Traceroute is a fantastically popular network troubleshooting

More information

The RANCH RenderFarm User Guide Part II the RANCH for Maxwell Render

The RANCH RenderFarm User Guide Part II the RANCH for Maxwell Render The RANCH RenderFarm User Guide Part II the RANCH for Maxwell Render www.ranchcomputing.com 15-03-03 March 3, 2015 Welcome to the RANCH automated rendering service, the super-powerful - and affordable

More information

Designing dashboards for performance. Reference deck

Designing dashboards for performance. Reference deck Designing dashboards for performance Reference deck Basic principles 1. Everything in moderation 2. If it isn t fast in database, it won t be fast in Tableau 3. If it isn t fast in desktop, it won t be

More information

EnSight 10 for Mac. Uniquely Mac Features tucked into EnSight 10. Friday, February 17, 12

EnSight 10 for Mac. Uniquely Mac Features tucked into EnSight 10. Friday, February 17, 12 EnSight 10 for Mac Uniquely Mac Features tucked into EnSight 10 The List No more X11 required Native Open Dialog Native Save Dialog Native Print Dialog Drag and Drop onto GUI or App Icon Native Cocoa UI

More information

Datacenter replication solution with quasardb

Datacenter replication solution with quasardb Datacenter replication solution with quasardb Technical positioning paper April 2017 Release v1.3 www.quasardb.net Contact: sales@quasardb.net Quasardb A datacenter survival guide quasardb INTRODUCTION

More information

When, Where & Why to Use NoSQL?

When, Where & Why to Use NoSQL? When, Where & Why to Use NoSQL? 1 Big data is becoming a big challenge for enterprises. Many organizations have built environments for transactional data with Relational Database Management Systems (RDBMS),

More information

A Study of High Performance Computing and the Cray SV1 Supercomputer. Michael Sullivan TJHSST Class of 2004

A Study of High Performance Computing and the Cray SV1 Supercomputer. Michael Sullivan TJHSST Class of 2004 A Study of High Performance Computing and the Cray SV1 Supercomputer Michael Sullivan TJHSST Class of 2004 June 2004 0.1 Introduction A supercomputer is a device for turning compute-bound problems into

More information

Software Code Performance Review Saple

Software Code Performance Review Saple Software Code Performance Review Saple Table of Contents Executive Summary 2 Scope of Review 2 Recommendations for Short Term Fixes 2 Page/Scripting Issues 2 Missing Response Buffering 2 Not Using Option

More information

What is GPU? CS 590: High Performance Computing. GPU Architectures and CUDA Concepts/Terms

What is GPU? CS 590: High Performance Computing. GPU Architectures and CUDA Concepts/Terms CS 590: High Performance Computing GPU Architectures and CUDA Concepts/Terms Fengguang Song Department of Computer & Information Science IUPUI What is GPU? Conventional GPUs are used to generate 2D, 3D

More information

Detailed instructions for video analysis using Logger Pro.

Detailed instructions for video analysis using Logger Pro. Detailed instructions for video analysis using Logger Pro. 1. Begin by locating or creating a video of a projectile (or any moving object). Save it to your computer. Most video file types are accepted,

More information

FAST SQL SERVER BACKUP AND RESTORE

FAST SQL SERVER BACKUP AND RESTORE WHITE PAPER FAST SQL SERVER BACKUP AND RESTORE WITH PURE STORAGE TABLE OF CONTENTS EXECUTIVE OVERVIEW... 3 GOALS AND OBJECTIVES... 3 AUDIENCE... 3 PURE STORAGE INTRODUCTION... 4 SOLUTION SUMMARY... 4 FLASHBLADE

More information

FIRST EDITION. By Jason Sweet. Windows 7 Preview. Lynx Media, Inc Chandler Blvd Ste 202 Valley Village, CA

FIRST EDITION. By Jason Sweet. Windows 7 Preview. Lynx Media, Inc Chandler Blvd Ste 202 Valley Village, CA FIRST EDITION Helping Publishers Fulfill Their Dreams January 2009 By Jason Sweet Windows 7 Preview or most people, the idea of upgrading to another version of Microsoft's computer F operating system is

More information

The Right Read Optimization is Actually Write Optimization. Leif Walsh

The Right Read Optimization is Actually Write Optimization. Leif Walsh The Right Read Optimization is Actually Write Optimization Leif Walsh leif@tokutek.com The Right Read Optimization is Write Optimization Situation: I have some data. I want to learn things about the world,

More information

Visibility optimizations

Visibility optimizations SEME OPTIS Semaine d'étude Maths-Entreprises avec OPTIS Visibility optimizations OPTIS Current context Optimizations needs SEME State of the art 2D experimentations / software resolutions 3D prototypes

More information

Accelerating BI on Hadoop: Full-Scan, Cubes or Indexes?

Accelerating BI on Hadoop: Full-Scan, Cubes or Indexes? White Paper Accelerating BI on Hadoop: Full-Scan, Cubes or Indexes? How to Accelerate BI on Hadoop: Cubes or Indexes? Why not both? 1 +1(844)384-3844 INFO@JETHRO.IO Overview Organizations are storing more

More information

THE HOME BUILDER S GUIDE TO. Mastering New Home Marketing with Your CRM

THE HOME BUILDER S GUIDE TO. Mastering New Home Marketing with Your CRM THE HOME BUILDER S GUIDE TO Mastering New Home Marketing with Your CRM Table of Contents Introduction 1 Capture Every Lead Automatically 2 Email Marketing 3 Email & Website Analytics 6 Nurturing Leads

More information

DATABASE SCALE WITHOUT LIMITS ON AWS

DATABASE SCALE WITHOUT LIMITS ON AWS The move to cloud computing is changing the face of the computer industry, and at the heart of this change is elastic computing. Modern applications now have diverse and demanding requirements that leverage

More information

Why You Should Consider a Hardware Based Protocol Analyzer?

Why You Should Consider a Hardware Based Protocol Analyzer? Why You Should Consider a Hardware Based Protocol Analyzer? Software-only protocol analyzers are limited to accessing network traffic through the utilization of mirroring. While this is the most convenient

More information

The personal computer system uses the following hardware device types -

The personal computer system uses the following hardware device types - EIT, Author Gay Robertson, 2016 The personal computer system uses the following hardware device types - Input devices Input devices Processing devices Storage devices Processing Cycle Processing devices

More information

Introduction to High-Performance Computing

Introduction to High-Performance Computing Introduction to High-Performance Computing Simon D. Levy BIOL 274 17 November 2010 Chapter 12 12.1: Concurrent Processing High-Performance Computing A fancy term for computers significantly faster than

More information

CS 147: Computer Systems Performance Analysis

CS 147: Computer Systems Performance Analysis CS 147: Computer Systems Performance Analysis Test Loads CS 147: Computer Systems Performance Analysis Test Loads 1 / 33 Overview Overview Overview 2 / 33 Test Load Design Test Load Design Test Load Design

More information

MySQL Performance Optimization and Troubleshooting with PMM. Peter Zaitsev, CEO, Percona

MySQL Performance Optimization and Troubleshooting with PMM. Peter Zaitsev, CEO, Percona MySQL Performance Optimization and Troubleshooting with PMM Peter Zaitsev, CEO, Percona In the Presentation Practical approach to deal with some of the common MySQL Issues 2 Assumptions You re looking

More information

Scaling Without Sharding. Baron Schwartz Percona Inc Surge 2010

Scaling Without Sharding. Baron Schwartz Percona Inc Surge 2010 Scaling Without Sharding Baron Schwartz Percona Inc Surge 2010 Web Scale!!!! http://www.xtranormal.com/watch/6995033/ A Sharding Thought Experiment 64 shards per proxy [1] 1 TB of data storage per node

More information

Practical High Performance Computing

Practical High Performance Computing Practical High Performance Computing Donour Sizemore July 21, 2005 2005 ICE Purpose of This Talk Define High Performance computing Illustrate how to get started 2005 ICE 1 Preliminaries What is high performance

More information

DATABASE SYSTEMS. Database programming in a web environment. Database System Course, 2016

DATABASE SYSTEMS. Database programming in a web environment. Database System Course, 2016 DATABASE SYSTEMS Database programming in a web environment Database System Course, 2016 AGENDA FOR TODAY Advanced Mysql More than just SELECT Creating tables MySQL optimizations: Storage engines, indexing.

More information

FOSS4G July 2015, Como. Let s Get Parallel! Graeme Bell

FOSS4G July 2015, Como. Let s Get Parallel! Graeme Bell FOSS4G July 2015, Como Let s Get Parallel! Graeme Bell Introduction Hi, nice to meet you all. I m a GIS/database engineer at the Norwegian Institute of Bioeconomy Research (NIBIO). We work with large amounts

More information

Fusion iomemory PCIe Solutions from SanDisk and Sqrll make Accumulo Hypersonic

Fusion iomemory PCIe Solutions from SanDisk and Sqrll make Accumulo Hypersonic WHITE PAPER Fusion iomemory PCIe Solutions from SanDisk and Sqrll make Accumulo Hypersonic Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Executive

More information

Mobile & More: Preparing for the Latest Design Trends

Mobile & More: Preparing for the Latest Design Trends February 26, 2015 Mobile & More: Preparing for the Latest Design Trends LATEST TRENDS Responsive Takes Over Material Is the New Flat Hero Images Getting Bigger Interactions Are Micro Video in the Background

More information

Extreme-Scale Operating Systems

Extreme-Scale Operating Systems Extreme-Scale Operating Systems Rolf Riesen 23 August 2016 Copyright c 2016 Intel Corporation. All rights reserved. ROME Legal Disclaimer Intel and the Intel logo are trademarks of Intel Corporation in

More information

General Purpose GPU Computing in Partial Wave Analysis

General Purpose GPU Computing in Partial Wave Analysis JLAB at 12 GeV - INT General Purpose GPU Computing in Partial Wave Analysis Hrayr Matevosyan - NTC, Indiana University November 18/2009 COmputationAL Challenges IN PWA Rapid Increase in Available Data

More information

Understanding vnuma (Virtual Non-Uniform Memory Access)

Understanding vnuma (Virtual Non-Uniform Memory Access) Understanding vnuma (Virtual Non-Uniform Memory Access) SYMETRIC MULTIPROCESSING (SMP) To keep it simple, SMP architecture allows for multiprocessor servers to share a single bus and memory, while being

More information

Rsyslog: going up from 40K messages per second to 250K. Rainer Gerhards

Rsyslog: going up from 40K messages per second to 250K. Rainer Gerhards Rsyslog: going up from 40K messages per second to 250K Rainer Gerhards What's in it for you? Bad news: will not teach you to make your kernel component five times faster Perspective user-space application

More information

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER Hardware Sizing Using Amazon EC2 A QlikView Scalability Center Technical White Paper June 2013 qlikview.com Table of Contents Executive Summary 3 A Challenge

More information

Pervasive.SQL - Configuration & Performance Settings

Pervasive.SQL - Configuration & Performance Settings Pervasive.SQL - Configuration & Performance Settings Neil Hughes Support4Omega Ltd. 19th June 2005 1 Introduction Although one of Pervasive.SQL s advantages is its ability to be installed and run straight

More information

Hello, and welcome to another episode of. Getting the Most Out of IBM U2. This is Kenny Brunel, and

Hello, and welcome to another episode of. Getting the Most Out of IBM U2. This is Kenny Brunel, and Hello, and welcome to another episode of Getting the Most Out of IBM U2. This is Kenny Brunel, and I'm your host for today's episode which introduces wintegrate version 6.1. First of all, I've got a guest

More information

MongoDB and Mysql: Which one is a better fit for me? Room 204-2:20PM-3:10PM

MongoDB and Mysql: Which one is a better fit for me? Room 204-2:20PM-3:10PM MongoDB and Mysql: Which one is a better fit for me? Room 204-2:20PM-3:10PM About us Adamo Tonete MongoDB Support Engineer Agustín Gallego MySQL Support Engineer Agenda What are MongoDB and MySQL; NoSQL

More information

NoSQL systems: introduction and data models. Riccardo Torlone Università Roma Tre

NoSQL systems: introduction and data models. Riccardo Torlone Università Roma Tre NoSQL systems: introduction and data models Riccardo Torlone Università Roma Tre Leveraging the NoSQL boom 2 Why NoSQL? In the last fourty years relational databases have been the default choice for serious

More information

Non-Volatile Memory Cache Enhancements: Turbo-Charging Client Platform Performance

Non-Volatile Memory Cache Enhancements: Turbo-Charging Client Platform Performance Non-Volatile Memory Cache Enhancements: Turbo-Charging Client Platform Performance By Robert E Larsen NVM Cache Product Line Manager Intel Corporation August 2008 1 Legal Disclaimer INFORMATION IN THIS

More information

HANA Performance. Efficient Speed and Scale-out for Real-time BI

HANA Performance. Efficient Speed and Scale-out for Real-time BI HANA Performance Efficient Speed and Scale-out for Real-time BI 1 HANA Performance: Efficient Speed and Scale-out for Real-time BI Introduction SAP HANA enables organizations to optimize their business

More information

WHITE PAPER AX WAIT, DID WE JUST BUILD A WIRELESS SWITCH?

WHITE PAPER AX WAIT, DID WE JUST BUILD A WIRELESS SWITCH? WHITE PAPER 80.AX WAIT, DID WE JUST BUILD A WIRELESS SWITCH? November 08 Introduction With the initial versions of 80.ax (Wi-Fi ) coming out, some of the most interesting features and enhancements revolve

More information

Transient Stability Analysis with PowerWorld Simulator

Transient Stability Analysis with PowerWorld Simulator Transient Stability Analysis with PowerWorld Simulator 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com http://www.powerworld.com Multiple Contingencies In most

More information

Get a Second Opinion: Enterprise GIS Health Checks. David Crosby Esri Southeast Regional Professional Services Charlotte, NC

Get a Second Opinion: Enterprise GIS Health Checks. David Crosby Esri Southeast Regional Professional Services Charlotte, NC Get a Second Opinion: Enterprise GIS Health Checks David Crosby Esri Southeast Regional Professional Services Charlotte, NC E M E R A L D S A P P H I R E T H A N K Y O U T O O UR SPONSORS What is an Enterprise

More information

Engineers can be significantly more productive when ANSYS Mechanical runs on CPUs with a high core count. Executive Summary

Engineers can be significantly more productive when ANSYS Mechanical runs on CPUs with a high core count. Executive Summary white paper Computer-Aided Engineering ANSYS Mechanical on Intel Xeon Processors Engineer Productivity Boosted by Higher-Core CPUs Engineers can be significantly more productive when ANSYS Mechanical runs

More information

Web Services for Visualization

Web Services for Visualization Web Services for Visualization Gordon Erlebacher (Florida State University) Collaborators: S. Pallickara, G. Fox (Indiana U.) Dave Yuen (U. Minnesota) State of affairs Size of datasets is growing exponentially

More information

Chapter 2 Web Development Overview

Chapter 2 Web Development Overview Chapter 2 Web Development Overview Presented by Thomas Powell Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A. Powell Five Pillars of Sites Web sites have five aspects

More information

Introducing Oracle R Enterprise 1.4 -

Introducing Oracle R Enterprise 1.4 - Hello, and welcome to this online, self-paced lesson entitled Introducing Oracle R Enterprise. This session is part of an eight-lesson tutorial series on Oracle R Enterprise. My name is Brian Pottle. I

More information

On slide 2 here I have a disclaimer about particular trademarks that are used in this presentation. Now let s go to slide 3.

On slide 2 here I have a disclaimer about particular trademarks that are used in this presentation. Now let s go to slide 3. DB2 for z/os Best Practices DDF Connectivity John J. Campbell Distinguished Engineer DB2 for z/os Development db2zinfo@us.ibm.com 2011 IBM Corporation Transcript of webcast Slide 1 (00:00) Hello, this

More information

Unlimited Scalability in the Cloud A Case Study of Migration to Amazon DynamoDB

Unlimited Scalability in the Cloud A Case Study of Migration to Amazon DynamoDB Unlimited Scalability in the Cloud A Case Study of Migration to Amazon DynamoDB Steve Saporta CTO, SpinCar Mar 19, 2016 SpinCar When a web-based business grows... More customers = more transactions More

More information

What You Need to Know When Buying a New Computer JackaboutComputers.com

What You Need to Know When Buying a New Computer JackaboutComputers.com If it s been a while since you bought your last computer, you could probably use a quick refresher on what you need to know to make a good purchase. Computers today are a much larger part of our life than

More information

PAC094 Performance Tips for New Features in Workstation 5. Anne Holler Irfan Ahmad Aravind Pavuluri

PAC094 Performance Tips for New Features in Workstation 5. Anne Holler Irfan Ahmad Aravind Pavuluri PAC094 Performance Tips for New Features in Workstation 5 Anne Holler Irfan Ahmad Aravind Pavuluri Overview of Talk Virtual machine teams 64-bit guests SMP guests e1000 NIC support Fast snapshots Virtual

More information

CS3205 HCI IN SOFTWARE DEVELOPMENT PROTOTYPING STRATEGIES. Tom Horton. * Material from: Floryan (UVa) Klemmer (UCSD, was at Stanford)

CS3205 HCI IN SOFTWARE DEVELOPMENT PROTOTYPING STRATEGIES. Tom Horton. * Material from: Floryan (UVa) Klemmer (UCSD, was at Stanford) CS3205 HCI IN SOFTWARE DEVELOPMENT PROTOTYPING STRATEGIES Tom Horton * Material from: Floryan (UVa) Klemmer (UCSD, was at Stanford) WHAT WILL WE BE TALKING ABOUT? Specific Prototyping Strategies! Low-Fidelity

More information

Why you should care about hardware locality and how.

Why you should care about hardware locality and how. Why you should care about hardware locality and how. Brice Goglin TADaaM team Inria Bordeaux Sud-Ouest Agenda Quick example as an introduction Bind your processes What's the actual problem? Convenient

More information

Introduction to Concurrent Software Systems. CSCI 5828: Foundations of Software Engineering Lecture 08 09/17/2015

Introduction to Concurrent Software Systems. CSCI 5828: Foundations of Software Engineering Lecture 08 09/17/2015 Introduction to Concurrent Software Systems CSCI 5828: Foundations of Software Engineering Lecture 08 09/17/2015 1 Goals Present an overview of concurrency in software systems Review the benefits and challenges

More information

AMD DEVELOPER INSIDE TRACK

AMD DEVELOPER INSIDE TRACK AMD DEVELOPER INSIDE TRACK AMD X86 OPEN64 COMPILER SUITE TEAM INSIGHTS This video features AMD s Open64 Compiler Team talking about Open64 origins, unique features of this compiler, such as multi-core

More information

GOOGLE ANALYTICS 101 INCREASE TRAFFIC AND PROFITS WITH GOOGLE ANALYTICS

GOOGLE ANALYTICS 101 INCREASE TRAFFIC AND PROFITS WITH GOOGLE ANALYTICS GOOGLE ANALYTICS 101 INCREASE TRAFFIC AND PROFITS WITH GOOGLE ANALYTICS page 2 page 3 Copyright All rights reserved worldwide. YOUR RIGHTS: This book is restricted to your personal use only. It does not

More information

Big Data Analytics. Yossi Elkayam Sr. BI Architect Microsoft Services

Big Data Analytics. Yossi Elkayam Sr. BI Architect Microsoft Services Big Data Analytics Yossi Elkayam Sr. BI Architect Microsoft Services yelkayam@microsoft.com Session Objectives And Takeaways 1. Lets talk about Big Data! 2. Enable you to find opportunities for Big Data

More information

Introduction to High Performance Parallel I/O

Introduction to High Performance Parallel I/O Introduction to High Performance Parallel I/O Richard Gerber Deputy Group Lead NERSC User Services August 30, 2013-1- Some slides from Katie Antypas I/O Needs Getting Bigger All the Time I/O needs growing

More information

The MOSIX Scalable Cluster Computing for Linux. mosix.org

The MOSIX Scalable Cluster Computing for Linux.  mosix.org The MOSIX Scalable Cluster Computing for Linux Prof. Amnon Barak Computer Science Hebrew University http://www. mosix.org 1 Presentation overview Part I : Why computing clusters (slide 3-7) Part II : What

More information

Mobile Assistance Using the Internet The MAUI Project

Mobile Assistance Using the Internet The MAUI Project Mobile Assistance Using the Internet The MAUI Project Victor Bahl, Microsoft Research Joint work with Aruna Balasubramanian (Intern, UMASS), Ranveer Chandra, Dae-Ki Cho (Intern, UCLA), Eduardo Cuervo Laffaye

More information

Multiprocessor Systems. Chapter 8, 8.1

Multiprocessor Systems. Chapter 8, 8.1 Multiprocessor Systems Chapter 8, 8.1 1 Learning Outcomes An understanding of the structure and limits of multiprocessor hardware. An appreciation of approaches to operating system support for multiprocessor

More information