Git Product home page Git Product logo

parallel_prog_labs's Introduction

Parallel Programming Labs

Jonathan Hartnett

The following repository contains my submissions for the parallel-programming special study labs. All solutions tested on Ubuntu.

  1. Histogram
    Simple introduction to parallel programming with OpenMP. Reads data and configuration from stdin. Prints a histogram to stdout. No known issues.

  2. Monte
    Calculates PI using a PRNG by throwing "darts" at a circular "dartboard" and calculating the number that land on target. Reads number of tosses to use from stdin (larger numbers lead to more accurate estimates). Prints PI estimate and the error to stdout. No known issues.

  3. Mandelbrot
    Generates an image of the mandelbrot set. Prints the result as a ppm image to stdout. Intended to be used with a command line pipe to create a file. Currently, image dimensions are hard-coded into the program. Beyond this, no known issues.

  4. N-Body
    Performs an n-body gravity simulation. Reads body parameters and simulation configuration from stdin. Writes resulting body parameters after the simulation to stdout. Uses standard metric units for all parameters. There are some different options for simulation types in the main file. Default is reduced-runge-kutta. No known issues.

parallel_prog_labs's People

Contributors

jonhartnett 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.