--- /dev/null
+# Analysis description
+set encoding iso_8859_1
+set terminal x11
+set size 1,0.5
+set term postscript enhanced portrait "Helvetica" 12
+
+set ylabel "execution times"
+set xlabel "nb. of cores"
+#set key on outside left bmargin
+plot 'scalability_ex15_juqueen.txt' using 1:2 t "FGMRES/mg" with linespoints lt 1 lw 2 ps 0 pt 5,\
+ 'scalability_ex15_juqueen.txt' using 1:3 t "TSIRM/mg" with linespoints lt 2 lw 2 ps 0 pt 1
+
+
--- /dev/null
+#nb core FGMRES mg TSIRM cgls mg
+2048 403.49 73.89
+4096 562.25 97.23
+8192 917.02 148.81
+16384 1430.56 237.17
+
--- /dev/null
+# Analysis description
+set encoding iso_8859_1
+set terminal x11
+set size 1,0.5
+set term postscript enhanced portrait "Helvetica" 12
+set logscale xy
+set ylabel "execution times"
+set xlabel "nb. of cores"
+#set key on outside left bmargin
+plot 'scalability_ex54_curie.txt' using 1:2 t "FGMRES/mg" with linespoints lt 1 lw 2 ps 0 pt 5,\
+ 'scalability_ex54_curie.txt' using 1:3 t "TSIRM/mg" with linespoints lt 2 lw 2 ps 0 pt 1
+
+
+
\ No newline at end of file
--- /dev/null
+#nb core FGMRES mg TSIRM cgls mg
+512 3969.69 709.57
+1024 1530.06 290.95
+2048 919.62 237.52
+4096 405.60 111.67
+8192 785.04 76.07
+
+
+
+