Giter VIP home page Giter VIP logo

simpleperfplot's Introduction

SimplePerfPlot (spp)

What problem to solve?

  • Problem of manually / semi-manually record performance of parallel algorithm, store to tabular file, and display it

Usage?

  • Used by self to time and plot parallel algorithm running on HPC server

Functionalities

  • MVP
    • Read output from file
    • Fill tabular file with matching pattern using regex (one regex per column)
    • Visualize line graph (x=cores/tasks, y=time)
    • Use config file for tabular setting (research for the best config file, possibly json)

Form

  • Shell script?
    • + highly portable, might also be ported to windows (won't likely)
    • = HPC didn't need portability (but maybe portability across HPC facility)
    • - Quite hard to make & debug (need to learn more about unix cmd tools)
    • - Visualization still need another tools
  • Python script
    • ? What python? 2 or 3? Might be 3
    • + Visualization is easy (just use a popular & easy to use library)
    • - Python and library dependency (eased by using python pip)
    • - Need to learn how to create python library and post to pypip
    • + Possibility for better functionality improvement is easier(e.g., GUI, regex matcher viz.)
  • Binary?
    • - Hardly portable
    • + Visualization is possible
    • + The most performing option
    • - Might be hard to make and improve

Development Phases

  • MVP
    • Time a basic MPI program with varying cores
    • Time a basic OpenMP program with varying tasks
    • Time a basic MPI + OpenMP program with varying cores and tasks
  • Zero version
    • This is where major functions, refactoring, and rewriting happens as needed by me
  • Major update
    • This is after the project is stable (without many major changes needed to happen)

simpleperfplot's People

Contributors

ikraduya avatar

Watchers

 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.