MPE Logging/nupshot. Included with MPICH 1.1 distribution Distributed separately from rest of MPICH from PTLIB MPE logging library produces trace files.

Slides:



Advertisements
Similar presentations
The New User Interface MEDITECH Training & Education.
Advertisements

How to View User Counts on Sharp Copiers with Account Controls Enabled.
Automated Instrumentation and Monitoring System (AIMS)
Using E-Class Searching for positions according to job classification.
JavaScript 101 Lesson 5: Introduction to Events. Lesson Topics Event driven programming Events and event handlers The onClick event handler for hyperlinks.
University of Southern California Enterprise Wide Information Systems Getting Started in R/3 Instructor: Richard W. Vawter.
Technology Education and Information Design Copyright 2009 MediTech NUI: New User Interface Online Training.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2006 Microsoft Corporation.
MPE/Jumpshot Evaluation Report Adam Leko Hans Sherburne, UPC Group HCS Research Laboratory University of Florida Color encoding key: Blue: Information.
Log Files. eValid Log Files eValid validates your WebSite by recognizing and recording both successful and unsuccessful events. Detailed records are stored.
WEKA - Explorer (sumber: WEKA Explorer user Guide for Version 3-5-5)
SCPHCA Member Section Instructions How to manage your profile’s notification preferences.
Point & Edit CMS An Introduction to Point & Edit.
VAMPIR. Visualization and Analysis of MPI Resources Commercial tool from PALLAS GmbH VAMPIRtrace - MPI profiling library VAMPIR - trace visualization.
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
1. Profile settings 2. Messaging system 3. Downloading files 4. Uploading files 5. Creating groups 6. Calendar events.
Microsoft Office Basics
Using E-Class Searching for position descriptions belonging to a particular ministry.
Using Microsoft Word & Excel §Open a new document in MS Word §Click on Tools & then Mail Merge l a dialogue box, like the one on this page, will appear.
Taskbar. START TASKBAR Programs Start Menu has the seven basics commands: Programs, Documents, Settings, Find, Help, Run, and Shut down.
Portable Parallel Performance Tools Shirley Browne, UTK Clay Breshears, CEWES MSRC Jan 27-28, 1998.
Using PowerPoint. HOW TO INSERT A SHAPE  Find the task bar click on insert.  Click on shapes.  Find the shape you want and click on it.  A cross should.
The parts of a Computer Window
Printing a Word document Parts of the document – Click the Office button – Rest the mouse pointer over the print option on the menu – Select Print to display.
Click the mouse to continue. Using color for emphasis Color and patterns provide visual interest, emphasize worksheet zones, and indicate where you should.
Chapter 23. Copyright 2003, Paradigm Publishing Inc. CHAPTER 23 BACKNEXTEND 23-2 LINKS TO OBJECTIVES Record, Run, Pause, and Delete Macros Record, Run,
Tool Visualizations, Metrics, and Profiled Entities Overview [Brief Version] Adam Leko HCS Research Laboratory University of Florida.
Computing Fundamentals Module Lesson 7 — The Windows Operating System Computer Literacy BASICS.
Click the mouse to continue. Using styles A style is a saved collection of formatting, such as a font, font size, pattern, and alignment, that you can.
Learning goal: Students will be able to demonstrate a basic understanding of how to use a computer.
Create new project or open existing project (here, we will create a new project)
1 After completing this lesson, you will be able to: Open a file. Navigate through a document. Scroll through a document. Insert text in a document. Select.
Chapter 15. Copyright 2032, Paradigm Publishing Inc. CHAPTER 15 BACKNEXTEND 15-2 LINKS TO OBJECTIVES Create Comments View Comments Edit Comments Print.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
WINDOWS Part 2 – File Management. File Management Files - Electronic collections of data that you create and save on a computer Examples: –Resume created.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
The New User Interface MEDITECH Training & Education.
Formulas and Functions
Chapter 2: The Visual Studio .NET Development Environment
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
2 At the top of the zone in which you want to add the Web Part, click Add a Web Part. In the Add Web Parts to [zone] dialog box, select the check box of.
Chapter 2 – Introduction to the Visual Studio .NET IDE
HOW TO PUT PASSWORD IN WORD, SPREAD SHEET AND DATABASE
Vocabulary I Vocabulary II Vocabulary III Vocabulary IV Vocabulary
MANIPULATING TEXT WITHIN AND BETWEEN DOCUMENTS
Microsoft Word 2003 Illustrated Complete
Microsoft Word 2003 Illustrated Complete
Project Management Unit #4a
Transition from Classic Interface Phoenix Interface to
DB Implementation: MS Access Forms
MS PowerPoint 2010 Week 2.
Windows Internet Explorer 7-Illustrated Essentials
< Corel WordPerfect 8 ~ A Study Guide
WEB PROGRAMMING JavaScript.
Microsoft Word Documents
Siebel Open UI Features & Updates
Project Management Unit #4a
How to Use a Mouse The One for a computer.
DB Implementation: MS Access Forms
An audio and visual tutorial
Review: Applying Computer Basics
Prepare a DD Form 1081-Return
Objectives At the end of this session, students will be able to:
You can find all your groups or join groups from your dashboard –click in the top right hand corner of the screen once you have logged in, and this will.
Introduction To Photoshop
Microsoft Windows 7 Basics
Tutorial 12 Managing and Securing a Database
Microsoft Excel 2007 – Level 2
Microsoft Outlook (Disabling desktop notifications)
Presentation transcript:

MPE Logging/nupshot

Included with MPICH 1.1 distribution Distributed separately from rest of MPICH from PTLIB MPE logging library produces trace files in ALOG format nupshot display trace files in ALOG or PICL format Minimal documentation in MPICH User’s Guide and man pages

MPE Logging Library MPI profiling library Additional routines for user-defined events and states –MPE_Log_get_event_number –MPE_Describe_event –MPE_Describe_state –MPE_Log_event

MPE Logging Library (cont.) MPI application linked with liblmpi.a produces trace file in ALOG format –Calls to MPE_Log_event store event records in per-process memory buffer –Memory buffers are collected and merged during MPI_Finalize MPI_Pcontrol can be used to suspend and restart logging

nupshot Current version requires Tcl 7.3 and Tk 3.6 Must be built with -32 on SGI IRIX Visualization displays –Timeline –Mountain Ranges –State duration histograms Zooming and scrolling capabilities

Timelines Display Initially present by default Each bar represents states of a process over time with colors specified in log file. Clicking on bar with left mouse button brings up info box containing state name and duration. Messages between processes are represented by arrows.

Other Displays Mountain Ranges –Use Display menu to bring up this view –Color-coded histogram of states present over time of execution State duration histograms –Accessed by menu buttons that pop up according to which states were found in log file

nupshot