Giter Club home page Giter Club logo

mandelbrot-set-hp's Introduction

A High-Performance Implementation of the Mandelbrot Set

Repository for the project in High-Performance Computing class 2021/22


A parallel implementation of the “escape time” algorithm to produce drawings of the Mandelbrot Set.
Application coded in C; parallel implementations in OpenMP, OpenMPI and CUDA.

Alt text

Overview

The aim of this project is to obtain a parallal and high performance implementation to generate images of the Mandelbrot Set.

OpenMP solution offers significant improvement in comparison to sequential implementation. In OpenMPI implementation processing is distributed within the different processors with MPI_Scatter and MPI_Gather functions.Every process is optimised with OpenMP pragmas. CUDA implementation offers parallel solution run on the GPU. GPU used in providing the solution is NVIDIA GeForce GTX 1650.

Description of this repository

  • code/: source code for the application, from serial to shared and distributed memory parellel solutions as well as with CUDA
  • fractal-images/: images generated with algorithms.
  • code/data/: data used in sci paper

mandelbrot-set-hp's People

Contributors

oakenknight avatar

Watchers

James Cloos 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.