https://github.com/andyfratello/par
🎛️ Exercicis de Paral·lelisme (PAR) Q1 - UPC FIB
https://github.com/andyfratello/par
c fib-upc openmp openmp-parallelization par par-fib parallel-computing parallel-programming parallelism
Last synced: 10 months ago
JSON representation
🎛️ Exercicis de Paral·lelisme (PAR) Q1 - UPC FIB
- Host: GitHub
- URL: https://github.com/andyfratello/par
- Owner: andyfratello
- Created: 2021-09-12T14:57:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T10:23:41.000Z (over 3 years ago)
- Last Synced: 2025-04-12T04:03:04.405Z (10 months ago)
- Topics: c, fib-upc, openmp, openmp-parallelization, par, par-fib, parallel-computing, parallel-programming, parallelism
- Language: C
- Homepage: https://andyfratello.github.io/PAR/
- Size: 59.5 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pràctiques:
* [Laboratori 1: Experimental setup and tools](https://github.com/andyfratello/PAR/tree/main/Laboratori/Lab1) - Nota: 9.3
* [Laboratori 2: OpenMP programming model and analysis of overheads](https://github.com/andyfratello/PAR/tree/main/Laboratori/Lab2) - Nota: 8.8
* [Laboratori 3: Embarrassingly parallelism with OpenMP: Mandelbrot set](https://github.com/andyfratello/PAR/tree/main/Laboratori/Lab3) - Nota: 12
* [Laboratori 4: Divide and Conquer parallelism with OpenMP: Sorting](https://github.com/andyfratello/PAR/tree/main/Laboratori/Lab4) - Nota: 11.2
* [Laboratori 5: Geometric (data) decomposition: solving the heat equation](https://github.com/andyfratello/PAR/tree/main/Laboratori/Lab5) - Nota: 11.2
## Autors:
* [daniou](https://github.com/daniou)
* [andyfratello](https://github.com/andyfratello)