vault backup: 2023-10-18 12:49:55

This commit is contained in:
Alice 2023-10-18 12:49:55 +01:00
parent 9511d16667
commit 1b332fb2c8
2 changed files with 3 additions and 2 deletions

View file

@ -185,9 +185,9 @@
}, },
"active": "cca189cd61cd7fe5", "active": "cca189cd61cd7fe5",
"lastOpenFiles": [ "lastOpenFiles": [
"Pasted image 20231018122801.png",
"My Digital Garden.md", "My Digital Garden.md",
"4a1s/CP/PL - Aula 6.md", "4a1s/CP/PL - Aula 6.md",
"Pasted image 20231018122801.png",
"Images/Pasted image 20231018121319.png", "Images/Pasted image 20231018121319.png",
"Images/Pasted image 20231018120412.png", "Images/Pasted image 20231018120412.png",
"Images/Pasted image 20231018120219.png", "Images/Pasted image 20231018120219.png",
@ -211,7 +211,6 @@
"4a1s/Excalidraw/ASCN/master.excalidraw.md", "4a1s/Excalidraw/ASCN/master.excalidraw.md",
"Excalidraw/Drawing 2023-10-04 12.19.18.excalidraw.md", "Excalidraw/Drawing 2023-10-04 12.19.18.excalidraw.md",
"Images/Pasted image 20231004115725.png", "Images/Pasted image 20231004115725.png",
"Images/Pasted image 20231004115135.png",
"Images", "Images",
"4a1s/CP/PL - Aula 3.md", "4a1s/CP/PL - Aula 3.md",
"4a1s/CP/PL - Aula 2.md", "4a1s/CP/PL - Aula 2.md",

View file

@ -1,6 +1,7 @@
18 Outubro 2023 - #CP 18 Outubro 2023 - #CP
https://www.ibm.com/docs/en/xl-c-aix/13.1.0?topic=descriptions-pragma-directives-parallel-processing 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 ## Ex 1
### a) ### a)
Running the code (first time): 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. 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 ## Ex 4
### 4.1 ### 4.1