[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20934: {projects} Add a Makefile rule for running the hillclimbing code (in projects/performance: . node-selection)
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
+ *