From ca5b3de3e5d8cfc88c6a4599231e2d3f4a01fc50 Mon Sep 17 00:00:00 2001 From: Alice Date: Wed, 8 Nov 2023 12:31:12 +0000 Subject: [PATCH] vault backup: 2023-11-08 12:31:12 --- 4a1s/CP/PL - Aula 8.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/4a1s/CP/PL - Aula 8.md b/4a1s/CP/PL - Aula 8.md index 2435ba8..0ba24ba 100644 --- a/4a1s/CP/PL - Aula 8.md +++ b/4a1s/CP/PL - Aula 8.md @@ -1,10 +1,9 @@ - >[!note] Initial commands >- module load gcc/11.2.0 >- 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 +>> sbatch --partition=cpar --cpus-per-task=4 time.sh