From: raphael couturier Date: Sat, 22 Nov 2014 16:18:45 +0000 (+0100) Subject: ajout courbes pour rapport prace X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/GMRES2stage.git/commitdiff_plain/417b32a37e48caae816a3c98e4d4c3923c9315c1?hp=57ef005874bc92422f8f3241fdb8439f6757dbc8 ajout courbes pour rapport prace --- diff --git a/prace/scalability_ex15_juqueen.plot b/prace/scalability_ex15_juqueen.plot new file mode 100755 index 0000000..5bfaac6 --- /dev/null +++ b/prace/scalability_ex15_juqueen.plot @@ -0,0 +1,13 @@ +# 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 + + diff --git a/prace/scalability_ex15_juqueen.txt b/prace/scalability_ex15_juqueen.txt new file mode 100755 index 0000000..ad8c48d --- /dev/null +++ b/prace/scalability_ex15_juqueen.txt @@ -0,0 +1,6 @@ +#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 + diff --git a/prace/scalability_ex54_curie.plot b/prace/scalability_ex54_curie.plot new file mode 100644 index 0000000..4c1b828 --- /dev/null +++ b/prace/scalability_ex54_curie.plot @@ -0,0 +1,14 @@ +# 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 diff --git a/prace/scalability_ex54_curie.txt b/prace/scalability_ex54_curie.txt new file mode 100644 index 0000000..1f2ea90 --- /dev/null +++ b/prace/scalability_ex54_curie.txt @@ -0,0 +1,10 @@ +#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 + + + +