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