An open API service indexing awesome lists of open source software.

https://github.com/adriacabeza/par

Parallelism with OpenMP
https://github.com/adriacabeza/par

Last synced: 3 months ago
JSON representation

Parallelism with OpenMP

Awesome Lists containing this project

README

          

# Parallellism

[![HitCount](http://hits.dwyl.io/PAR/Par.svg)](http://hits.dwyl.io/adriacabeza/PAR)
[![GitHub stars](https://img.shields.io/github/stars/adriacabeza/PAR.svg)](https://GitHub.com/adriacabeza/PAR/stargazers/)
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/adriacabeza/PAR.svg)](https://github.com/adriacabeza/PAR)

### by Xavier Lacasa and Adrià Cabeza

- [Lab 1: Experimental setup and tools](https://github.com/adriacabeza/PAR/blob/master/LAB1/deliverable.pdf) Mark: 8.7/10
- [Lab 2: Brief tutorial on OpenMP programming model](https://github.com/adriacabeza/PAR/blob/master/LAB2/deliverable.pdf) Mark:10/10
- [Lab3: Embarrassingly parallelism with OpenMP: Mandelbrot set](https://github.com/adriacabeza/PAR/blob/master/LAB3/Deliverable.pdf) Mark: 10/10
- [Lab 4: Divide and Conquer parallelism with OpenMP: Sorting](https://github.com/adriacabeza/PAR/blob/master/LAB4/deliverable.pdf) Mark:9.6/10
- [Lab 5: Geometric (data) decomposition: heat diffusion equation](https://github.com/adriacabeza/PAR/blob/master/LAB5/deliverable.pdf)