diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-22 09:50:46 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-22 09:50:46 -0400 |
| commit | 6166388fd9c3e18b211b7c30fea39c8a95e24e16 (patch) | |
| tree | 552b5f36cc62ba9ba3283e92ffd68a85eac69de8 | |
| parent | 00b488b32fa5e40151bf63443821c5b3c1840217 (diff) | |
update readme and todo
| -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 |
