Code examples and exercises from the talk "A Hands-On Intro to Parallel Programming with OpenMP". [MIT License]
This repo contains the code for the talk: A Hands-On Intro to Parallel Programming with OpenMP
exercises/
:: Folder of example exercises. Try running the hello-world
example to make sure your OpenMP setup works.solutions/
:: Reference solutions for the exercises.If you’re on a Linux-like system, running make
should build and benchmark each example.
This project’s code is licensed under the terms of the MIT License.
See LICENSE
for the detailed license text.