Code Monkey home page Code Monkey logo

ipm-hpc-v2's Introduction

ipm-hpc-v2

Interactive Visualization of MPI Performance Data (Bachelor Thesis).

This project contains the standalone multiplatform desktop app, which can parse and display parsed data.

If you just need the standalone web viewer for displaying already parsed data, then have a look at this project: Standalone WebViewer.

Developer Information

To setup your dev environment, or build the app yourself, you first need to install NodeJS and Yarn.

Run yarn to install all dependencies and yarn devto launch the app in dev mode. (hot reload on code changes)

To build the app for your OS, run yarn package.

For more information, check out the boilerplate project on top of which this app is built. Electron + ReactJS Boilerplate

Context

Profiling applications is an important method when analyzing and tuning the performance of computer programs. This is especially true in the domain of high performance computing (HPC), where scientific programmers need to find performance bottlenecks of large code bases. Many of these codes are run on a large number of compute nodes. In the context of the Message Passing Interface (MPI), several profiling tools exist such as IPM or mpiP.

IPM is shipped with an XML parser, which converts IPM XML profiling data into an HTML table and associated performance plots presenting the perfomance data. This old parser is relatively stiff and the created images are low resolution png files.

Therefore, in this thesis we will improve the visualization component of IPM. First, only available information should be plotted. Before empty HTML tables were produced by the old IPM parser if data was not available. Second, all widgets/plots should be more interactive using standard plotting libraries (e.g. Chart.js). It is important that the new visualization component is extensible (easy to add new features later on) and portable (very few dependencies).

Raw IPM Files Structure (XML)

Download raw IPM examples

Have a look at the XML IPM file structure

ipm-hpc-v2's People

Contributors

raptox avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.