diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index be0af57..b88406f 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -185,9 +185,9 @@ }, "active": "cca189cd61cd7fe5", "lastOpenFiles": [ - "Pasted image 20231018122801.png", "My Digital Garden.md", "4a1s/CP/PL - Aula 6.md", + "Pasted image 20231018122801.png", "Images/Pasted image 20231018121319.png", "Images/Pasted image 20231018120412.png", "Images/Pasted image 20231018120219.png", @@ -211,7 +211,6 @@ "4a1s/Excalidraw/ASCN/master.excalidraw.md", "Excalidraw/Drawing 2023-10-04 12.19.18.excalidraw.md", "Images/Pasted image 20231004115725.png", - "Images/Pasted image 20231004115135.png", "Images", "4a1s/CP/PL - Aula 3.md", "4a1s/CP/PL - Aula 2.md", diff --git a/4a1s/CP/PL - Aula 6.md b/4a1s/CP/PL - Aula 6.md index eb478f1..b22e300 100644 --- a/4a1s/CP/PL - Aula 6.md +++ b/4a1s/CP/PL - Aula 6.md @@ -1,6 +1,7 @@ 18 Outubro 2023 - #CP https://www.ibm.com/docs/en/xl-c-aix/13.1.0?topic=descriptions-pragma-directives-parallel-processing +https://610yilingliu.github.io/2020/07/15/ScheduleinOpenMP/ ## Ex 1 ### a) Running the code (first time): @@ -68,5 +69,6 @@ The output is always the same, since the instruction ''''\#pragma omp barrier''' O resultado é semelhante ao ''\#pragma omp for'', sendo que colocar ''ordered'' obriga a ordenação das threads conforme a forma sequencial de código. +*** ## Ex 4 ### 4.1