makefile for checking final results
authorjjenista <jjenista>
Thu, 25 Mar 2010 20:15:40 +0000 (20:15 +0000)
committerjjenista <jjenista>
Thu, 25 Mar 2010 20:15:40 +0000 (20:15 +0000)
Robust/src/Benchmarks/disjoint/makefile

index 5d223bfaebca799a1bf6f60a5a22385922d3cbe8..45899d4d7922f41899802307aefd9fe8bc20d04f 100644 (file)
@@ -4,13 +4,19 @@ BUILDSCRIPT=~/research/Robust/src/buildscript
 #DEBUGFLAGS= -disjoint-debug-callsite calcGoodFeature calcGoodFeatureTask 100
 #DEBUGFLAGS= -disjoint-debug-callsite getRows calcGoodFeature 4
 #DEBUGFLAGS= -disjoint-debug-callsite setKMeans t3 500
+#DEBUGFLAGS= -disjoint-debug-callsite innerKMeansSetting t6 20
+#DEBUGFLAGS= -disjoint-debug-callsite setClusters innerKMeansSetting 20
 
 #SNAPFLAGS= -disjoint-debug-snap-method calcGoodFeatureTask 5 10 true
 #SNAPFLAGS= -disjoint-debug-snap-method calcGoodFeature 5 1 true
 
-#SNAPFLAGS= -disjoint-debug-snap-method t3 5 20 true
+#SNAPFLAGS= -disjoint-debug-snap-method t3 1 1 true
+#SNAPFLAGS= -disjoint-debug-snap-method t6 5 20 true
 
-BSFLAGS= -recover -justanalyze -disjoint -disjoint-k 1 -disjoint-write-dots all -disjoint-alias-file aliases.txt normal -enable-assertions
+#SNAPFLAGS= -disjoint-debug-snap-method innerKMeansSetting 1 20 true
+
+
+BSFLAGS= -recover -justanalyze -disjoint -disjoint-k 1 -disjoint-write-dots final -disjoint-alias-file aliases.txt normal -enable-assertions
 
 all:
        $(BUILDSCRIPT) $(BSFLAGS) $(DEBUGFLAGS) $(SNAPFLAGS) *.java