[Swift-commit] r2858 - trunk/libexec/log-processing

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Apr 15 04:20:38 CDT 2009


Author: benc
Date: 2009-04-15 04:20:38 -0500 (Wed, 15 Apr 2009)
New Revision: 2858

Modified:
   trunk/libexec/log-processing/execute2.html.template
   trunk/libexec/log-processing/makefile
   trunk/libexec/log-processing/makefile.webpage
Log:
rename jobs-sites.table to .html so that it can be more easily generated and viewed independently

Modified: trunk/libexec/log-processing/execute2.html.template
===================================================================
--- trunk/libexec/log-processing/execute2.html.template	2009-04-14 18:02:23 UTC (rev 2857)
+++ trunk/libexec/log-processing/execute2.html.template	2009-04-15 09:20:38 UTC (rev 2858)
@@ -10,7 +10,7 @@
 <p>Breakdown of execute2 final statuses by site:
 (<a href="execute2.html">More information about execute2 events</a>)</p>
 
-include(`jobs-sites.table')
+include(`jobs-sites.html')
 
 <p>Number of execute2 jobs at once - this is basically the number of
 execution attempts that have been submitted to some batch system such

Modified: trunk/libexec/log-processing/makefile
===================================================================
--- trunk/libexec/log-processing/makefile	2009-04-14 18:02:23 UTC (rev 2857)
+++ trunk/libexec/log-processing/makefile	2009-04-15 09:20:38 UTC (rev 2858)
@@ -17,7 +17,7 @@
 	cp *.event *.html *.png $(SDL)
 
 clean:
-	rm -f start-times.data kickstart-times.data start-time.tmp end-time.tmp threads.list tasks.list log *.data *.shifted *.png *.event *.coloured-event *.total *.tmp *.transitions *.last karatasks-type-counts.txt index.html *.lastsummary execstages.plot total.plot colour.plot jobs-sites.table jobs.retrycount.summary kickstart.stats execution-counts.txt site-duration.txt jobs.retrycount sp.plot karatasks.coloured-sorted-event *.cedps *.stats t.inf *.seenstates tmp-* clusterstats  trname-summary sites-list.data.nm info-md5sums pse2d-tmp.eip karajan.html falkon.html execute2.html info.html execute.html kickstart.html scheduler.html assorted.html
+	rm -f start-times.data kickstart-times.data start-time.tmp end-time.tmp threads.list tasks.list log *.data *.shifted *.png *.event *.coloured-event *.total *.tmp *.transitions *.last karatasks-type-counts.txt index.html *.lastsummary execstages.plot total.plot colour.plot jobs-sites.html jobs.retrycount.summary kickstart.stats execution-counts.txt site-duration.txt jobs.retrycount sp.plot karatasks.coloured-sorted-event *.cedps *.stats t.inf *.seenstates tmp-* clusterstats  trname-summary sites-list.data.nm info-md5sums pse2d-tmp.eip karajan.html falkon.html execute2.html info.html execute.html kickstart.html scheduler.html assorted.html
 
 t.inf: $(LOG)
 	compute-t-inf > t.inf < $(LOG)
@@ -67,8 +67,8 @@
 sites-list.data.nm: sites-list.data
 	number-sites-list < $< > $@
 
-jobs-sites.table: sites-list.data execute2.event
-	table-jobs-sites > jobs-sites.table
+jobs-sites.html: sites-list.data execute2.event
+	table-jobs-sites > jobs-sites.html
 
 site-duration.txt: execute2.event sites-list.data
 	per-site-execute2-durations > site-duration.txt

Modified: trunk/libexec/log-processing/makefile.webpage
===================================================================
--- trunk/libexec/log-processing/makefile.webpage	2009-04-14 18:02:23 UTC (rev 2857)
+++ trunk/libexec/log-processing/makefile.webpage	2009-04-15 09:20:38 UTC (rev 2858)
@@ -44,7 +44,7 @@
 dostageout-duration-histogram.png execute-trails.png execute2-trails.png \
 info-and-karajan-actives.png info-and-karajan-actives.2.png
 
-htmldeps: $(SWIFT_PLOT_HOME)/index.html.template execution-counts.txt jobs-sites.table site-duration.txt execute2.lastsummary execute.lastsummary jobs.retrycount.summary trname-summary
+htmldeps: $(SWIFT_PLOT_HOME)/index.html.template execution-counts.txt jobs-sites.html site-duration.txt execute2.lastsummary execute.lastsummary jobs.retrycount.summary trname-summary
 
 %.html: htmldeps
 	m4 -I$(SWIFT_PLOT_HOME) $(SWIFT_PLOT_HOME)/$@.template > $@




More information about the Swift-commit mailing list