Giter VIP home page Giter VIP logo

parvarys's Introduction

ParVarys

📋 Description

A parallel implemention of the Varys algorithm coded in Haskell.

To learn more about the Varys algorithm see this paper:

https://dl.acm.org/doi/10.1145/2619239.2626315

✍️ Authors

Created by Etesam Ansari & YunLan Li

📦 Running The Project

stack install
stack build
stack exec ParVarys-exe

➕ Adding Packages

  • To add a package I think you have to first add it to extra-deps section of the stack.yaml
  • Then you have to add it to the dependencies section of the package.yaml
    • You may also want to add it to the executable dependencies section

📝 Installing threadscope

Command To Run

stack install --flag gtk:have-quartz-gtk threadscope

Testing it works

threadscope --test ch8

This should launch a window

For more information see this: https://wiki.haskell.org/ThreadScope

Trying a more involved example

This command runs the ParVarys executable using 4 cores, and generates the event log ParVarys-exe.eventlog:

stack exec ParVarys-exe -- +RTS -N4 -lf

To visualize the event log using threadscope

threadscope ParVarys-exe.eventlog &

parvarys's People

Contributors

etesam913 avatar yunlanli avatar

Stargazers

 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.