https://github.com/adriacabeza/par
Parallelism with OpenMP
https://github.com/adriacabeza/par
Last synced: 3 months ago
JSON representation
Parallelism with OpenMP
- Host: GitHub
- URL: https://github.com/adriacabeza/par
- Owner: adriacabeza
- Created: 2019-02-13T21:00:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T09:13:48.000Z (over 6 years ago)
- Last Synced: 2025-02-28T14:10:46.711Z (8 months ago)
- Language: TeX
- Homepage:
- Size: 23.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parallellism
[](http://hits.dwyl.io/adriacabeza/PAR)
[](https://GitHub.com/adriacabeza/PAR/stargazers/)
[](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)