diff options
| -rw-r--r-- | README.md | 18 | ||||
| -rw-r--r-- | TODO.md | 21 |
2 files changed, 37 insertions, 2 deletions
@@ -2,9 +2,23 @@ Final Project for Moravian University CSCI 392: High Performance Computing. -## Building +## Program -## Running +### Building + +### Running + +## Animations + +## Presentation + +Building the presentation requires a [pandoc](https://pandoc.org/) installation. + +To build the presentation run + +```bash +make presentation +``` ## Resources @@ -0,0 +1,21 @@ +# TODOS + +## Program + +* [ ] find way to render data into image files +* [ ] write serial +* [ ] write shared +* [ ] write gpu + +## Presentation + +* [ ] add figures +* [ ] write speaker notes +* [ ] create animations + +## Analysis + +* [ ] collect serial run times +* [ ] collect shared run times +* [ ] collect gpu run times +* [ ] create figures that show crossover points |
