From fd575b08c1262e5ecf484531d4dc3473a43aa42d Mon Sep 17 00:00:00 2001 From: Arkadiusz Hypki Date: Mon, 6 May 2024 13:59:49 +0200 Subject: [PATCH] 'Update desc in 07' --- 07_OpenMP/desc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/07_OpenMP/desc b/07_OpenMP/desc index 1539d71..db781e0 100644 --- a/07_OpenMP/desc +++ b/07_OpenMP/desc @@ -1,6 +1,11 @@ Excercise 1 This is our quick tutorial. +Hints: + +* add -fopenmp to gcc compiler +* add -lgomp (in Linux) to linker + Excercise 2 Implement in OpenMP the search of the maximum value in an array with randomly generated numbers. Check the speed up from 1 up to X threads.