Browse Source

wykresy + poprawki makefile zgodne z cudami

master
Piotr Dergun 7 years ago
parent
commit
b1588973b7
4 changed files with 2 additions and 2 deletions
  1. +1
    -1
      DergunPiotr-WaskoDominik/zad4/Makefile
  2. BIN
      DergunPiotr-WaskoDominik/zad4/dane/czas.jpg
  3. BIN
      DergunPiotr-WaskoDominik/zad4/dane/przyspieszenie.jpg
  4. +1
    -1
      DergunPiotr-WaskoDominik/zad4/dane/wykres.gnuplot

+ 1
- 1
DergunPiotr-WaskoDominik/zad4/Makefile View File

@ -1,5 +1,5 @@
macierz_omp: gauss_omp.cpp
g++ -O3 -fopenmp -Wall `pkg-config opencv --cflags --libs` -o gauss_omp gauss_omp.cpp
g++ -O3 -fopenmp -Wall -o gauss_omp gauss_omp.cpp `pkg-config opencv --cflags --libs`
clean:
rm -rf gauss_omp

BIN
DergunPiotr-WaskoDominik/zad4/dane/czas.jpg View File

Before After
Width: 640  |  Height: 480  |  Size: 27 KiB Width: 640  |  Height: 480  |  Size: 28 KiB

BIN
DergunPiotr-WaskoDominik/zad4/dane/przyspieszenie.jpg View File

Before After
Width: 640  |  Height: 480  |  Size: 25 KiB Width: 640  |  Height: 480  |  Size: 26 KiB

+ 1
- 1
DergunPiotr-WaskoDominik/zad4/dane/wykres.gnuplot View File

@ -1,7 +1,7 @@
#set terminal x11
set terminal jpeg
set xrange [0:16]
set yrange [0:6]
set yrange [0:7]
set xlabel "Liczba watkow [n]"
set ylabel "Przyspieszenie [n]"

Loading…
Cancel
Save