From 043c89b3dcc409baa8690d19c3cddb22545866ee Mon Sep 17 00:00:00 2001 From: carns Date: Fri, 24 Jul 2009 01:18:15 +0000 Subject: [PATCH] comment out unused graphs for now git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@34 3b7491f3-a168-0410-bf4b-c445ed680a29 --- util/counts-eps.gplt | 2 +- util/darshan-aggregate-stats.pl | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/util/counts-eps.gplt b/util/counts-eps.gplt index 982362d..16a8055 100644 --- a/util/counts-eps.gplt +++ b/util/counts-eps.gplt @@ -1,6 +1,6 @@ #!/usr/bin/gnuplot -persist -set terminal postscript eps color enhanced font "Helvetica" 18 +set terminal postscript eps color enhanced "Helvetica" 18 set output "counts.eps" set size 0.8,1.0 diff --git a/util/darshan-aggregate-stats.pl b/util/darshan-aggregate-stats.pl index eba381a..5f13bc9 100755 --- a/util/darshan-aggregate-stats.pl +++ b/util/darshan-aggregate-stats.pl @@ -312,12 +312,13 @@ system "gnuplot hist-eps.gplt"; system "epstopdf hist.eps"; system "gnuplot pattern-eps.gplt"; system "epstopdf pattern.eps"; -system "gnuplot align-pdf.gplt"; -system "gnuplot iodist-pdf.gplt"; -system "gnuplot types-pdf.gplt"; system "gnuplot time-summary-eps.gplt"; system "epstopdf time-summary.eps"; +#system "gnuplot align-pdf.gplt"; +#system "gnuplot iodist-pdf.gplt"; +#system "gnuplot types-pdf.gplt"; + # generate summary PDF system "pdflatex -halt-on-error summary.tex > latex.output"; system "pdflatex -halt-on-error summary.tex > latex.output2"; -- 2.26.2