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

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

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)