source: CIVL/scripts/scale/plotBench.plg@ 4723002

1.23 2.0 main test-branch
Last change on this file since 4723002 was c55ef7f, checked in by Manchun Zheng <zmanchun@…>, 11 years ago

fixed scaling experiments

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@2464 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 371 bytes
RevLine 
[c55ef7f]1#set title 'scaling'
2set title TITLE
3set xlabel 'max number of processes'
4set ylabel 'time used'
5#set logscale
6set logscale y
7set xrange [1:15]
8set yrange [0.1:100]
9set pointsize 1.5
10set key top left
11set timestamp
12set terminal pdf
13#set output 'barrier.pdf'
14set output OUT_FILE
15#plot "Barrier.dat" using 1:2 with lines
16plot DAT_FILE using 1:2 with lines title "scaling"
17
Note: See TracBrowser for help on using the repository browser.