source: trunk/platforms/tsar_generic_xbar/scripts/templates/speedup_template.gp

Last change on this file was 1048, checked in by meunier, 7 years ago
  • Update of tsar_xbar_cluster (scripts and openmp support)
File size: 447 bytes
RevLine 
[706]1
[1012]2set terminal svg size 500 400 fixed
[706]3set output "%(svg_name)s.svg"
4
[1048]5#set ylabel "Speedup for %(appli)s" font "Times,12"
6#set xlabel "Number of Cores" font "Times,12"
[706]7
8set xrange [1:%(nb_procs)d]
9set yrange [1:130]
10
11set grid noxtics
12set grid nomxtics
13set grid nomx2tics
14set grid ytics
15set grid mytics
16
[1048]17set ytics font "Times,16"
18set xtics font "Times,16"
19
[706]20set logscale x 2
21set logscale y 2
22
23set key inside left top Left reverse
24
25plot %(plot_str)s
26
27
Note: See TracBrowser for help on using the repository browser.