Coder Social home page Coder Social logo

legionvis's Introduction

LegionVis

A web-based visualization for Legion profiling results.

This repository contains code for a web server capable of visualizing performance profiles from programs written with the Legion programming system.

See a live version at (http://legion.sohl.org/)

What is Legion?

Legion is a "data-centric parallel programming system for writing portable high performance programs targeted at distributed heterogeneous architectures." Legion provides an abstraction for highly parallelized code to be scheduled in an efficient and structurally aware manner, and thus makes code execution decisions that may not be immediately apparent to the programmer.

Function

This project allows a user to upload a performance log of a program written with Legion, and provides an interactive visualization of the execution. The intended setup for this system is in a client-server format, but can be run locally.

For more details please refer to our Design Process Book.

Requirements

Running this program requires several software packages:

Server:

Client:

  • Chrome, Firefox, Opera, or IE9+
  • An internet connection, or access to:

Operation

Running the web server is as easy as downloading and extracting this repository, then running python LegionVis.py then navigating to the IP of the server, or if on the same machine, the IP localhost.

The web server automatically attempts to launch using the default HTTP port 80, but if another service is using the port, or if running without root privileges on a Unix machine, will attempt to launch using port 8080.

Contact

For queries about the project or to report bugs, please use the Github issue tracker, or contact:

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.