From: Kahina Date: Mon, 2 Nov 2015 08:45:11 +0000 (+0100) Subject: MAJ des figures X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/kahina_paper1.git/commitdiff_plain/d050c18b9d02bb8d86bf994732d35d5d731f2b3c?ds=sidebyside;hp=-c MAJ des figures --- d050c18b9d02bb8d86bf994732d35d5d731f2b3c diff --git a/figures/EA_DK.pdf b/figures/EA_DK.pdf index 2bfe028..1b6fe7b 100644 Binary files a/figures/EA_DK.pdf and b/figures/EA_DK.pdf differ diff --git a/figures/EA_DK.plot b/figures/EA_DK.plot index e9568f1..757374d 100644 --- a/figures/EA_DK.plot +++ b/figures/EA_DK.plot @@ -9,7 +9,7 @@ set term postscript enhanced portrait "Helvetica" 12 set ylabel "execution times (in s)" set xlabel "polynomial's degree" #set format x "%6.4e" -#set format x "%2.0e" +set format x "%2.0e" #set format x "%2.0t{/Symbol \327}10^{%L}" #set logscale x #set logscale y @@ -18,11 +18,13 @@ set xlabel "polynomial's degree" set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 1 ps 1.5 # --- blue set style line 3 lc rgb '#dd181f' lt 1 lw 2 pt 3 ps 1.5 # --- red set style line 2 lc rgb '#dd181f' lt 1 lw 2 pt 4 ps 1.5 # --- red +set style line 4 lc rgb '#dd181f' lt 1 lw 2 pt 6 ps 1.5 # --- red set style line 2 lc rgb '#dd181f' lt 1 lw 2 pt 5 ps 1.5 # --- red plot 'EA_DK.txt'index 0 using 1:2 t "EA with sparse polynomials" with linespoints ls 1,\ 'EA_DK.txt'index 0 using 1:4 t "EA with full polynomials" with linespoints ls 2,\ - 'EA_DK.txt'index 1 using 1:2 t "DK with sparse polynomials" with linespoints ls 3 + 'EA_DK.txt'index 1 using 1:2 t "DK with sparse polynomials" with linespoints ls 3,\ + 'EA_DK.txt'index 1 using 1:4 t "DK with full polynomials" with linespoints ls 4 diff --git a/figures/EA_DK.txt b/figures/EA_DK.txt index a22a151..111b2bd 100644 --- a/figures/EA_DK.txt +++ b/figures/EA_DK.txt @@ -28,13 +28,13 @@ #DK sparse full times nb iter times nb iter 5000 3.42 138 622.617 9483 -50000 385.266 823 9.27 19 -100000 447.364 408 7.73 15 -150000 1524.08 552 8.64 21 -200000 1530.86 360 7.84 16 -250000 1958.24 348 11.33 18 -300000 2800.53 319 20.47 21 -350000 4071.47 378 35.07 26 +50000 385.266 823 +100000 447.364 408 +150000 1524.08 552 +200000 1530.86 360 +250000 1958.24 348 +300000 2800.53 319 +350000 4071.47 378 400000 3339.4 238 450000 3983.34 221 500000 5737.84 257 diff --git a/figures/influence_nb_threads.pdf b/figures/influence_nb_threads.pdf index 6db7410..e7083ee 100644 Binary files a/figures/influence_nb_threads.pdf and b/figures/influence_nb_threads.pdf differ diff --git a/figures/influence_nb_threads.plot b/figures/influence_nb_threads.plot index 6e0f5db..a8cf197 100644 --- a/figures/influence_nb_threads.plot +++ b/figures/influence_nb_threads.plot @@ -14,7 +14,7 @@ set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 1 ps 1.5 # --- blue set style line 2 lc rgb '#dd181f' lt 1 lw 2 pt 5 ps 1.5 # --- red plot 'influence_nb_threads.txt' using 1:2 t "sparse 500K" with linespoints ls 1,\ 'influence_nb_threads.txt' using 1:4 t "full 500K" with linespoints ls 2,\ - 'influence_nb_threads.txt' using 1:6 t "sparse 50K" with linespoints lt 1 lw 2 ps 1 pt 1,\ + 'influence_nb_threads.txt' using 1:6 t "sparse 50K" with linespoints lt 1 lw 2 ps 1 pt 4,\ 'influence_nb_threads.txt' using 1:8 t "full 50K" with linespoints lt 1 lw 2 ps 1 pt 3 diff --git a/figures/openMP-GPU.pdf b/figures/openMP-GPU.pdf index 111e529..79dfc94 100644 Binary files a/figures/openMP-GPU.pdf and b/figures/openMP-GPU.pdf differ diff --git a/figures/openMP-GPU.plot b/figures/openMP-GPU.plot index 2612163..02671f2 100644 --- a/figures/openMP-GPU.plot +++ b/figures/openMP-GPU.plot @@ -8,11 +8,11 @@ set ylabel "execution times (in s)" set xlabel "Sparse polynomial's degrees" #set logscale x #set logscale y - +set format x "%2.0e" #set key on outside left bmargin set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 1 ps 1.5 # --- blue set style line 2 lc rgb '#dd181f' lt 1 lw 2 pt 5 ps 1.5 # --- red -set style line 3 lc rgb '#dd181f' lt 1 lw 2 pt 6 ps 1.5 # --- red +set style line 3 lc rgb '#dd181f' lt 1 lw 2 pt 7 ps 1.5 # --- red plot'openMP-GPU.txt' index 0 using 1:5 t "OpenPM 1 core" with linespoints ls 2,\ 'openMP-GPU.txt' using 1:2 t "OpenPM 4 cores" with linespoints ls 1,\