diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 9c290d3..be0af57 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -185,6 +185,7 @@ }, "active": "cca189cd61cd7fe5", "lastOpenFiles": [ + "Pasted image 20231018122801.png", "My Digital Garden.md", "4a1s/CP/PL - Aula 6.md", "Images/Pasted image 20231018121319.png", @@ -221,7 +222,6 @@ "Excalidraw/Drawing 2023-10-04 09.18.24.excalidraw.md", "Excalidraw/Drawing 2023-10-04 09.18.23.excalidraw.md", "4a1s/MFES/PL - Aula 2.md", - "4a1s/MFES/PL - Aula 1.md", "4a1s/ESR", "Private-Project", "4a1s/Excalidraw/RAS", diff --git a/4a1s/CP/PL - Aula 6.md b/4a1s/CP/PL - Aula 6.md index 40ccef8..9bf60d1 100644 --- a/4a1s/CP/PL - Aula 6.md +++ b/4a1s/CP/PL - Aula 6.md @@ -55,9 +55,13 @@ There is a restriction on the thread access to the printing - each thread is for **** ### Ex 3 -### 3.1 + 3.2 +### 3.1 ![[Pasted image 20231018121319.png]] The output is always the same, since the instruction ''''\#pragma omp barrier'''' creates a barrier after one single thread execution (series of fork joins between the 2 threads). +### 3.2 +![[Pasted image 20231018122801.png]] + +O resultado é semelhante ao \#pragma omp ordered \ No newline at end of file diff --git a/Pasted image 20231018122801.png b/Pasted image 20231018122801.png new file mode 100644 index 0000000..eec821d Binary files /dev/null and b/Pasted image 20231018122801.png differ