Skip to content

lucianchauvin/Mandelbrot-MPI-and-MPFR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot MPI MPFR

This program utilizes MPI along with MPFR to generate Mandelbrot zooms at high speed and arbitrary percision. Tasks are delegated in such a way that each process will be processing a single frame at a time.

Examples

Mandelbroot zoom example video

Known Issues

  1. Buffer overflows with frame and other buffers.
  2. Speed. Will begin to investigate with Score-P
  3. MPFR cannot find libs, simple fix of appending to $LD_(something)

About

Generate Mandelbrot zooms in parallel with MPI and GNU MPFR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published