Code Monkey home page Code Monkey logo

pipit's Introduction

pipit

Build Status docs Code Style: Black

A Python-based library for analyzing execution traces from parallel programs.

Contributing

Pipit is an open source project. We welcome contributions via pull requests, and questions, feature requests, or bug reports via issues.

License

Pipit is distributed under the terms of the MIT License.

All contributions must be made under the the MIT license. Copyrights in the Pipit project are retained by contributors. No copyright assignment is required to contribute to Pipit.

See LICENSE for details.

SPDX-License-Identifier: MIT

pipit's People

Contributors

adityaranjan avatar amovsesyan avatar bhatele avatar hsirkar avatar jordanmarry avatar ocnkr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pipit's Issues

Update HPCToolkit reader to access meta.db

Since HPCToolkit version 2022.10.01, we switched to the new database format, which uses meta.db instead of experiment.xml from the old database format.

The data format contained in a meta.db file is documented here.

Problems with OpenMP and Pthreads (non-MPI) traces

Many of our functions assume that the trace is an MPI trace. A lot of them also assume that there is messaging information.

Specifically, we use the "process" column to groupby and aggregate metrics, plot the timeline, and calculate time profile. For a multi-threaded program, some of our readers do not create a process column at all.

These lead to issues with OpenMP and Pthreads programs that are multi-threaded but only run in a single node.

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.