From: jzhou Date: Mon, 23 Feb 2009 22:45:12 +0000 (+0000) Subject: add new option to specify the directory to output scheduling simulation result X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ab2747a9a0bcdff12c7dfec73690c855a34ad7a2;p=IRC.git add new option to specify the directory to output scheduling simulation result --- diff --git a/Robust/src/Benchmarks/Scheduling/JGFMonteCarlo/JGFMonteCarloBench.java b/Robust/src/Benchmarks/Scheduling/JGFMonteCarlo/JGFMonteCarloBench.java index 384053ce..52d25975 100644 --- a/Robust/src/Benchmarks/Scheduling/JGFMonteCarlo/JGFMonteCarloBench.java +++ b/Robust/src/Benchmarks/Scheduling/JGFMonteCarlo/JGFMonteCarloBench.java @@ -24,7 +24,7 @@ task t1(StartupObject s{initialstate}) { //System.printString("task t1\n"); int datasize = 1000; //should be times of 2 - int nruns = 32 * 16; + int nruns = 16 * 16; int group = 16; AppDemo ad = new AppDemo(datasize, nruns, group){merge}; diff --git a/Robust/src/Main/Main.java b/Robust/src/Main/Main.java index 50b1ffec..34cc2c73 100644 --- a/Robust/src/Main/Main.java +++ b/Robust/src/Main/Main.java @@ -54,6 +54,8 @@ public class Main { Vector sourcefiles=new Vector(); state.classpath.add("."); + String outputdir = null; + for(int i=0; i