wykresy + poprawki makefile zgodne z cudami
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
macierz_omp: gauss_omp.cpp
|
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:
|
clean:
|
||||||
rm -rf gauss_omp
|
rm -rf gauss_omp
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
@@ -1,7 +1,7 @@
|
|||||||
#set terminal x11
|
#set terminal x11
|
||||||
set terminal jpeg
|
set terminal jpeg
|
||||||
set xrange [0:16]
|
set xrange [0:16]
|
||||||
set yrange [0:6]
|
set yrange [0:7]
|
||||||
|
|
||||||
set xlabel "Liczba watkow [n]"
|
set xlabel "Liczba watkow [n]"
|
||||||
set ylabel "Przyspieszenie [n]"
|
set ylabel "Przyspieszenie [n]"
|
||||||
|
|||||||
Reference in New Issue
Block a user