vault backup: 2023-11-08 11:51:12
This commit is contained in:
parent
9bead64ca8
commit
2aef7735e9
1 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
>[!note] Initial commands
|
||||||
|
>module load gcc/11.2.0
|
||||||
|
>gcc -O2 -fopenmp -lm exe1.c -o exe1.out
|
||||||
|
>./exe1.out
|
||||||
|
|
||||||
|
|
||||||
|
## Ex 1
|
||||||
|
### a) Valores de pi
|
||||||
|
| | 2PUs | 4PUs |
|
||||||
|
| --------- | ---- | ---- |
|
||||||
|
| critical | 3.1415927770 | |
|
||||||
|
| atomic | | |
|
||||||
|
| reduction | | |
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue