diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-24 09:37:42 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-24 09:37:42 -0400 |
| commit | 5923266441c8c8847d94ce21cdc6bf698c748dd5 (patch) | |
| tree | 89cdf58fa5878be27e13942bde0391e038871cf1 | |
| parent | 404c7eb61c586b4ff0d64506488fffdd66f06f94 (diff) | |
update readme/notes
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | presentation/notes.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,6 @@ 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 diff --git a/presentation/notes.md b/presentation/notes.md index 7c9a6fe..b9adaf5 100644 --- a/presentation/notes.md +++ b/presentation/notes.md @@ -8,6 +8,8 @@ * question: how do we handle recursion in computer science * we avoid it! * Mention how when Mandelbrot initially tried to have his computed image printed, the printers kept removing the "dust" thinking it was a misprint +* cpus support greater precision than gpus + * "precision.h" * serial algorithm for computing Mandelbrot set * runtime * animation where the number of frames are dependent on runtime |
