view results_from_runs/VMS/Vthread/exe_vs_task_size/cray1__1x2_machine/pthread/2011-12-16/plot.gnuplot @ 13:c93fb902a754

Vthread kmeans console line exploration for backup tuning
author Merten Sach <msach@mailbox.tu-berlin.de>
date Fri, 03 Feb 2012 16:52:11 +0100
parents 612dd8ec057a
children
line source
2 set terminal postscript enhanced color
3 set output "cray1_pthreads_8_32_128_512thds__o30000__perfCtrs.result.eps"
4 #set title "INSERT MACHINE HERE"
5 set xlabel "Cycles in one Task"
6 set ylabel "Ratio of Total Execution to Total Work"
7 set size 0.6,0.6
8 set multiplot
9 set origin 0,0
10 set border 3
11 set xtics nomirror
12 set ytics nomirror
13 set yrange [1:8]
14 set xrange [0:8000]
15 line(x)=2
16 set key box
17 set key at 8500,8.3
18 plot line(x) notitle with line lc 0 lw 4 lt 2, '8_thds__o30000__perfCtrs.result' using 4:8 title '8 Threads' with line lw 4,'32_thds__o30000__perfCtrs.result' using 4:8 title '32 Threads' with line lw 4,'128_thds__o30000__perfCtrs.result' using 4:8 title '128 Threads' with line lw 4
19 set notitle
20 #set xlabel ""
21 #set origin 0.40,0.40
22 #set size 0.5,0.5
23 #set xrange [0 : 2000]
24 #set yrange [1 : 8]
25 #set key box
26 #replot
27 set nomultiplot
28 exit