diff --git a/4a1s/CP/PL - Aula 8.md b/4a1s/CP/PL - Aula 8.md index 0ba24ba..f5ea5bd 100644 --- a/4a1s/CP/PL - Aula 8.md +++ b/4a1s/CP/PL - Aula 8.md @@ -3,8 +3,7 @@ >- gcc -O2 -fopenmp -lm -g -fno-omit-frame-pointer exe1.c -o exe1.out >>- ./exe1.out >- srun --partition=cpar --cpus-per-task=2 ./exe1.out perf stat exe1.out ->> sbatch --partition=cpar --cpus-per-task=4 -time.sh +>sbatch --partition=cpar --cpus-per-task=4 run.sh ## Ex 1 @@ -15,6 +14,5 @@ time.sh | critical | 0.032681249 | 0.031749990 | | atomic | 0.032905756 | 0.031628442 | | reduction | 0.056825000 | 0.032184014 | +## b) - -b) \ No newline at end of file