Quick Intro to Parallelism

Lecture slide deck by Mark Sherman, Ph.D.

Download the Slides

Download here as pdf

How to Build

Uses marp. Highly recommend using the marp plugin for Visual Studio Code. It can do everything you need without installing anything else, including exporting. I also used the marp command line program to make the html and pdf outputs, which you see here. It would be the same as if you exported those from the VS Code plugin!

HTML Generation

marp PITCHME.md -o index.html

PDF Generation

marp --pdf --allow-local-files PITCHME.md -o QuickIntroToParallelism.pdf

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

Creative Commons License