commit | 685b3cd872d2c351a1ba0216ed45fe163129f12a | [log] [tgz] |
---|---|---|
author | AnbangX <anbangx@anbangx-Ubuntu.(none)> | Thu May 09 12:42:35 2013 -0700 |
committer | AnbangX <anbangx@anbangx-Ubuntu.(none)> | Thu May 09 12:42:35 2013 -0700 |
tree | 284d8b862f7a42e50822baea600df2e8a10627ec | |
parent | cbdb9715f7ad8aa79b9d98ef9a624db79e79e46b [diff] |
add the iteraion option
diff --git a/genomix/genomix-pregelix/src/main/java/edu/uci/ics/genomix/pregelix/operator/NaiveAlgorithmForPathMergeVertex.java b/genomix/genomix-pregelix/src/main/java/edu/uci/ics/genomix/pregelix/operator/NaiveAlgorithmForPathMergeVertex.java index 78e4ba6..c0f3f77 100644 --- a/genomix/genomix-pregelix/src/main/java/edu/uci/ics/genomix/pregelix/operator/NaiveAlgorithmForPathMergeVertex.java +++ b/genomix/genomix-pregelix/src/main/java/edu/uci/ics/genomix/pregelix/operator/NaiveAlgorithmForPathMergeVertex.java
@@ -215,6 +215,8 @@ } voteToHalt(); } + else + voteToHalt(); } public static void main(String[] args) throws Exception { PregelixJob job = new PregelixJob(NaiveAlgorithmForPathMergeVertex.class.getSimpleName());
diff --git a/genomix/genomix-pregelix/src/test/java/edu/uci/ics/genomix/pregelix/JobGen/JobGenerator.java b/genomix/genomix-pregelix/src/test/java/edu/uci/ics/genomix/pregelix/JobGen/JobGenerator.java index 209e5e2..5a138c4 100644 --- a/genomix/genomix-pregelix/src/test/java/edu/uci/ics/genomix/pregelix/JobGen/JobGenerator.java +++ b/genomix/genomix-pregelix/src/test/java/edu/uci/ics/genomix/pregelix/JobGen/JobGenerator.java
@@ -51,10 +51,6 @@ generateLogAlgorithmForMergeGraphJob("LogAlgorithmForMergeGraph", outputBase + "LogAlgorithmForMergeGraph.xml"); } - /** - * @param args - * @throws IOException - */ public static void main(String[] args) throws IOException { genNaiveAlgorithmForMergeGraph(); genLogAlgorithmForMergeGraph();