]> AND Private Git Repository - kahina_paper1.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
MAJ des figures
authorKahina <kahina@kahina-VPCEH3K1E.(none)>
Mon, 2 Nov 2015 08:45:11 +0000 (09:45 +0100)
committerKahina <kahina@kahina-VPCEH3K1E.(none)>
Mon, 2 Nov 2015 08:45:11 +0000 (09:45 +0100)
figures/EA_DK.pdf
figures/EA_DK.plot
figures/EA_DK.txt
figures/influence_nb_threads.pdf
figures/influence_nb_threads.plot
figures/openMP-GPU.pdf
figures/openMP-GPU.plot

index 2bfe0281810c4546f86934142798541ded15de17..1b6fe7b95538ef154d5963dc722a6926c5e5bb56 100644 (file)
Binary files a/figures/EA_DK.pdf and b/figures/EA_DK.pdf differ
index e9568f154e152b1aa5e50a8f4101b70414daf566..757374d690240e29bbeb8a074f762bb6fbbab1cf 100644 (file)
@@ -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
 
 
 
index a22a15155b05d7a987a9b5e4bd90a6939da92250..111b2bdf6d007fada10ea59fe0e3679c3a1f52e1 100644 (file)
 #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
index 6db7410e9c615a008ac46c1802e1eaa9c70016d4..e7083eee47f33e9ccd1b36eac6a874acd80bcb18 100644 (file)
Binary files a/figures/influence_nb_threads.pdf and b/figures/influence_nb_threads.pdf differ
index 6e0f5dbb85721436cc22f4c095cd94c9962d1762..a8cf1972b251f87e096fd502e44c6d414f7fe8b1 100644 (file)
@@ -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
 
 
index 111e5293aea675f7a7ce6e4f508f9e1e99acf779..79dfc94218f9d7baa8587bfd1e3dc63eaf2ccb11 100644 (file)
Binary files a/figures/openMP-GPU.pdf and b/figures/openMP-GPU.pdf differ
index 2612163407e5924d6b27fa6f64aca7e1f8e82307..02671f262965063bb8873030076bf0748e661113 100644 (file)
@@ -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,\