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

@ -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