1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 08:04:25 +00:00

Update README.md

This commit is contained in:
Alessandro Capotondi 2021-04-13 23:31:28 +02:00
parent 7106df9383
commit b3de6ba70d

View file

@ -11,6 +11,4 @@ This repo contains the exercises and the tutorials used for Unimore's HPC class
### OpenMP Exercises ### OpenMP Exercises
The exercises related to OpenMP programming model can be found in the folder `openmp`. Here the list of currectly available classes: The exercises related to OpenMP programming model can be found in the folder `openmp`. Here the list of currectly available classes:
- `openmp\lab1`: OpenMP basics: *parallel*, *for-loop*, *sections*, and *tasking*. - `openmp\lab1`: OpenMP basics: *parallel*, *for-loop*, *sections*, and *tasking*.
- `openmp\lab2`: OpenMP advance (accelerator model): *target*, *teams*.
- `openmp\lab3`: OpenMP advance-2 (accelerator model): memory model.