Skip to content

3 ways to generate 400x400 BMP image of mandelbrot set.

Notifications You must be signed in to change notification settings

xxMeow/MandelbrotSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot Set in 3 Ways (feat. MPI)

Mandelbrot

Quick Start

3 ways to generate 400x400 BMP image of mandelbrot set.

The executables can be downloaded at the Releases of this repository.

Execution & Sample Results

-n specifies the number of processes to be used in Static and Dynamic methods, it should be >= 2 since there's a master.

Sequential Method
> Sequential.exe

sequential

Static Method with MPI
> mpiexe -n 4 Static.exe

dynamic

Dynamic Method with MPI
> mpiexe -n 9 Dynamic.exe

static

About

3 ways to generate 400x400 BMP image of mandelbrot set.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages