From b3de6ba70dbf19d5a2caf67d32bcbb73ebcb6cb9 Mon Sep 17 00:00:00 2001 From: Alessandro Capotondi Date: Tue, 13 Apr 2021 23:31:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) 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.