From 823b067a803b7ec6aaf56b1979790b726c79b84c Mon Sep 17 00:00:00 2001 From: jjenista Date: Thu, 25 Mar 2010 20:15:40 +0000 Subject: [PATCH] makefile for checking final results --- Robust/src/Benchmarks/disjoint/makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Robust/src/Benchmarks/disjoint/makefile b/Robust/src/Benchmarks/disjoint/makefile index 5d223bfa..45899d4d 100644 --- a/Robust/src/Benchmarks/disjoint/makefile +++ b/Robust/src/Benchmarks/disjoint/makefile @@ -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 -- 2.34.1