Skip to content

A simple C project that makes use of OpenMPI to calculate the initial image of the Mandelbrot set

License

Notifications You must be signed in to change notification settings

Sloox/OPENMPIMANDEL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPENMPI-MANDEL

A simple C project that makes use of MPI to calculate the initial image of the Mandelbrot set. It constructs a PPM image (will need to find a PPM view to view it, something like http://openseeit.sourceforge.net/) of the first inital image of the Madelbrot set.

It has two running options, one makes use of the SSE instruction set ontop of the MPI implementation to speed up the inital work. The second makes use of only MPI.

It was apart of a larger set of work on the parallelization of the madelbrot set.

Makes use of OPENMPI https://www.open-mpi.org/software/ompi/v2.1/ Most likely can be run on windows with cmake @ https://cmake.org/ Recommend using linux.

About

A simple C project that makes use of OpenMPI to calculate the initial image of the Mandelbrot set

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published