aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-19 20:25:06 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-19 20:25:06 -0400
commit906ae72b21f630b5c9ff328d3ee51e5e366acb9d (patch)
tree668d4868c138fed4bdbe7b420dae7069be82876d
parenta14d5de987f540a4f9bcc4ec89f614810633d482 (diff)
update readme and create todo
-rw-r--r--README.md18
-rw-r--r--TODO.md21
2 files changed, 37 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5241729..bba9df7 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..b46aca4
--- /dev/null
+++ b/TODO.md
@@ -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