diff --git a/README.md b/README.md index 2f85e86..5bc3275 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,4 @@ This repo contains the exercises and the tutorials used for Unimore's HPC class ### OpenMP Exercises 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\lab2`: OpenMP advance (accelerator model): *target*, *teams*. -- `openmp\lab3`: OpenMP advance-2 (accelerator model): memory model.