Skip to content

Files

Latest commit

9613934 · May 30, 2023

History

History
19 lines (12 loc) · 952 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 952 Bytes

Laboratory of Parallel Programming in "Arquitecturas Avanzadas" subject

Subject information [Grau d'Enginyeria Informàtica, UIB] (https://estudis.uib.es/estudis-de-grau/grau/informatica/GIN2-P/) University of Balearic Islands

This repository contains the source code and some guided activities to develop the personal skills considered in the course met.

Projects under oneTBB library using C++ :

"oneTBB is a programming model for scalable parallel programming using standard ISO C++ code. A program uses oneTBB to specify logical parallelism in algorithms, while a oneTBB implementation maps that parallelism onto execution threads." oneTBB Api

How to run a project

(example folder)$bazel run //:Demo

Author Isaac Lera