[or-cvs] r20934: {projects} Add a Makefile rule for running the hillclimbing code (in projects/performance: . node-selection)

sjm217 at seul.org sjm217 at seul.org
Mon Nov 9 13:42:23 UTC 2009


Author: sjm217
Date: 2009-11-09 08:42:22 -0500 (Mon, 09 Nov 2009)
New Revision: 20934

Modified:
   projects/performance/Makefile
   projects/performance/node-selection/hillclimbing.py
Log:
Add a Makefile rule for running the hillclimbing code

Modified: projects/performance/Makefile
===================================================================
--- projects/performance/Makefile	2009-11-09 11:51:33 UTC (rev 20933)
+++ projects/performance/Makefile	2009-11-09 13:42:22 UTC (rev 20934)
@@ -28,8 +28,13 @@
 %.pdf: %.R
 	R CMD BATCH --vanilla $<
 
+hillclimbing:
+	cd node-selection; ./hillclimbing.py node-bw.dat
+
 clean:
 	rm -f *~ \
 	      *.Rout \
 	      *.aux *.log *.out *.bbl *.blg *.pdf
 	rm -f node-selection/*.pdf node-selection/*.Rout  node-selection/*~
+
+.PHONY: all hillclimbing clean


Property changes on: projects/performance/node-selection/hillclimbing.py
___________________________________________________________________
Added: svn:executable
   + *



More information about the tor-commits mailing list