Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9053b73
)
b=10958
author
nathan
<nathan>
Tue, 23 Jan 2007 21:57:57 +0000
(21:57 +0000)
committer
nathan
<nathan>
Tue, 23 Jan 2007 21:57:57 +0000
(21:57 +0000)
fix dual ranging "feature"
lustre-iokit/sgpdd-survey/plot-sgpdd
patch
|
blob
|
history
diff --git
a/lustre-iokit/sgpdd-survey/plot-sgpdd
b/lustre-iokit/sgpdd-survey/plot-sgpdd
index
542b1da
..
06a5eb7
100755
(executable)
--- a/
lustre-iokit/sgpdd-survey/plot-sgpdd
+++ b/
lustre-iokit/sgpdd-survey/plot-sgpdd
@@
-59,9
+59,6
@@
sub write_scr_file() {
$xrange = 1;
# generate instructions for gnuplot, with adjusting X-axes ranges
for ($j = 1; $j <= $thread ; $j = $j + $j) {
- if ($j > 15 ) {
- $xrange = 2;
- }
if ($op eq "wr") {
printf SCRFILE "$plot \"$file-$rsz-$op.dat\" using 1:$i axes x%dy1 title \"write$j\" with line\n", $xrange;
}