diff options
| -rw-r--r-- | README.md | 13 | ||||
| -rw-r--r-- | TODO.md | 1 |
2 files changed, 14 insertions, 0 deletions
@@ -4,8 +4,21 @@ Final Project for Moravian University CSCI 392: High Performance Computing. ## Program +Each version of the complex fractal generator has its own dependencies. +The serial version should compile on all systems that support complex arithmetic. + +The shared version requires a compiler with [OpenMP](https://www.openmp.org/) support. + +The image plotting program works with [ImageMagick](https://www.openmp.org/) 7+. Earlier versions may work but are not supported. + ### Building +To build all versions simply run + +```bash +make +``` + ### Running ## Animations @@ -4,6 +4,7 @@ * [ ] find way to render data into image files * [x] read/write grids to/from file + * [ ] create image with ImageMagick core/wand * [x] write serial * [x] mandelbrot * [x] multibrot |
