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

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

minor correction

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

  • Property mode set to 100644
File size: 377 bytes
Line 
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 [0: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 linespoints title "scaling"
17
Note: See TracBrowser for help on using the repository browser.