1. 6b5caff Extract common method for P1 and P4 by Anbang Xu · 12 years ago
  2. ed271fd ADD some comments by Anbang Xu · 12 years ago
  3. 59ee6a1 Prepare to run P1 by Anbang Xu · 12 years ago
  4. 82a9005 P0(refactor version of P1) pass all small testcases by Anbang Xu · 12 years ago
  5. e5ddfc4 Sender msg edgetype need to fix by Anbang Xu · 12 years ago
  6. 671cf67 Simply P1 and add throw Exception to it by Anbang Xu · 12 years ago
  7. 8009477 Refactor P1 by Anbang Xu · 12 years ago
  8. 9908512 Refactor tipremove by Anbang Xu · 12 years ago
  9. f7d0baf Add enum EDGETYPE by Anbang Xu · 12 years ago
  10. f709d73 Merge with Jake's refactor branch by Anbang Xu · 12 years ago
  11. db9186e Merge updateState and sendMsg into on step by Anbang Xu · 12 years ago
  12. ec97be2 Integrate with Jake's enum mergeDir by Anbang Xu · 12 years ago
  13. 8fa68de use getDest by Anbang Xu · 12 years ago
  14. 6efdb29 fix logging file for pregelix test cases by Jake Biesinger · 12 years ago
  15. 21e8120 getDestVertexId has some issues, which may cause problem on P4 by Anbang Xu · 12 years ago
  16. 3afaa26 Simply sendMergeMsg() by Anbang Xu · 12 years ago
  17. 1848aa3 Process information before sending message by Anbang Xu · 12 years ago
  18. af88e04 Aggregate all the incomingMsgs first, then make a decision based aggregateMsg by Anbang Xu · 12 years ago
  19. 9703a5c Change non-head to path by Anbang Xu · 12 years ago
  20. 2bdc6fb Combine setNext/PrevToMeDir to setNeighborToMeDir(boolean) and throw exception when the merge dir degree is not 1 by Anbang Xu · 12 years ago
  21. 4273653 add ThreeNodesCycle, and it succeeds to pass test by Anbang Xu · 12 years ago
  22. 6d3e6da Simplifing all the sendUpdateMsg by Anbang Xu · 12 years ago
  23. d8f9809 Merge with debug branch, which has one testcase and add real randomSeed by Anbang Xu · 12 years ago
  24. 2250399 Change head/halt flag to check the vertex internal structure by Anbang Xu · 12 years ago
  25. bdecb7f Prepare to change state by Anbang Xu · 12 years ago
  26. e53a2fb Try to use check condition in vertex state instead of give a isHalt state flag, but it occurs some errors by Anbang Xu · 12 years ago
  27. 0f1f820 clean up code by Anbang Xu · 12 years ago
  28. 03ba0f7 Add simple RF FR RF test case by Jake Biesinger · 12 years ago
  29. 1dc8655 make the xml jobs directory if it doesn't exist by Jake Biesinger · 12 years ago
  30. 7b57ae6 add RandomSeed by Anbang Xu · 12 years ago
  31. 5e03163 Add logging.properties to genomix-driver by Anbang Xu · 12 years ago
  32. 30ecc2d Refactore FineOnlyFormatter to PathMergeFormatter by Anbang Xu · 12 years ago
  33. b78d555 Don't use customer formatter anymore, everything uses java.util.Logger by Anbang Xu · 12 years ago
  34. 20a80e6 standardize logging across eclipse-test, eclipse-main, and maven by Jake Biesinger · 12 years ago
  35. 668f8a3 configure parameter of java.util.logger and prepare to test simple logger by Anbang Xu · 12 years ago
  36. a3e7a7c Add setAsCopy to VertexValueWritable and MessageWritable and format the output of Logging by Anbang Xu · 12 years ago
  37. 4f916d6 add automatic clean log store by Anbang Xu · 12 years ago
  38. 56626a7 add loggingNode method() by Anbang Xu · 12 years ago
  39. df811e5 add SymmetryChecker by Anbang Xu · 12 years ago
  40. 6c79239 add AAA testcase by Anbang Xu · 12 years ago
  41. 4c416ff Delete isFakeVertex() check by Anbang Xu · 12 years ago
  42. 3475209 Extract method name and make it meaningful by Anbang Xu · 12 years ago
  43. 8fa9d09 P1 pass all the test. P1 should be correct one and can be used to do comparison by Anbang Xu · 12 years ago
  44. 11558a0 P1 pass test, except head_7(which has multiple updates) by Anbang Xu · 12 years ago
  45. 4bb7716 add testcase for P1 by Anbang Xu · 12 years ago
  46. 6a47868 Fix P1 by Anbang Xu · 12 years ago
  47. aa74657 P1 pass testcase in which #pathnode is even by Anbang Xu · 12 years ago
  48. 1a7bc8b Fix a bug in sendUpdateMsg(). setMergeDir should be in the front of sendUpdateMsg by Anbang Xu · 12 years ago
  49. cc1135b change addEdge to unionEdge in update by Anbang Xu · 12 years ago
  50. 4b21369 Fix TandemRepeatAndCycle bug by Anbang Xu · 12 years ago
  51. 3e91447 add test case for tandem repeats with multiple self-edges by Jake Biesinger · 12 years ago
  52. 5ecb66f seperate MessageFlag and State by Anbang Xu · 12 years ago
  53. 67ae8ad ADD more testcases for pathmerge by Anbang Xu · 12 years ago
  54. 63e5756 add lock to fakenode exist check by Anbang Xu · 12 years ago
  55. db7f854 clean up useless code by Anbang Xu · 12 years ago
  56. 385dca4 Add sychnized lock to P2 to avoid duplicate fake nodes by Anbang Xu · 12 years ago
  57. 24f2ead add boolean flag to switch method between P2 and P4 by Anbang Xu · 12 years ago
  58. 2acd0b6 Fix one bug in P2/P4 by Anbang Xu · 12 years ago
  59. ae62ffe P2 pass all the tests except cycle by Anbang Xu · 12 years ago
  60. 20a03b1 add kmerAndDirWritable by Anbang Xu · 12 years ago
  61. 6485489 Final Vertex Has correct edgelist by Anbang Xu · 12 years ago
  62. fad0703 going to use different rules to identify head by Anbang Xu · 12 years ago
  63. 9de0ad3 P2 pass single tests by Anbang Xu · 12 years ago
  64. 14d58f0 remove sendOutUpdate for head(P2 debug) by Anbang Xu · 12 years ago
  65. 522b5ff Change update condition by Anbang Xu · 12 years ago
  66. 99d5629 Fix a bug in configure isFlip by Anbang Xu · 12 years ago
  67. 7da37db P2 internalKmer merge is completed in single path test by Anbang Xu · 12 years ago
  68. 3d9ecc5 p2 pass test 2,3 by Anbang Xu · 12 years ago
  69. d5f760c add p2 graph input format, initiate prependMergeNode and appendMergeNode by Anbang Xu · 12 years ago
  70. 362358f seperate io folder to io.common and io.message by Anbang Xu · 12 years ago
  71. 01c5e31 add subclass V to extend VertexValueWritable by Anbang Xu · 12 years ago
  72. 36fb2e2 Merge with main brnach by Anbang Xu · 12 years ago
  73. 5cda522 format test case by Anbang Xu · 12 years ago
  74. 81833a0 add scaffoldingAggregator by Anbang Xu · 12 years ago
  75. 7a47e8b Begin to debug P2 by Anbang Xu · 12 years ago
  76. 4da15b2 add many similar bubbles in one pattern test case and BubbleMerge pass test by Anbang Xu · 12 years ago
  77. a9c60b3 The aggregator for all the patterns are completed by Anbang Xu · 12 years ago
  78. 1aed014 add statistics counters to removeTip, pathMerge, removeBridge by Anbang Xu · 12 years ago
  79. 7f2208f PathMerge aggregator is completed by Anbang Xu · 12 years ago
  80. 52a279f Aggregator passes test by Anbang Xu · 12 years ago
  81. b1c7809 testing by Anbang Xu · 12 years ago
  82. f3a548c move aggregator output to test by Anbang Xu · 12 years ago
  83. ca28b1b add StatisticsCounterAggregator by Anbang Xu · 12 years ago
  84. 8c187a6 add RandonWalk test case by Anbang Xu · 12 years ago
  85. e71a964 Unroll Repeat pass test by Anbang Xu · 12 years ago
  86. 17b99f2 add stop haltNode in pathmerge and fix the bug Jake mentioned by Anbang Xu · 12 years ago
  87. 39cfc58 add synthetic test case by Jake Biesinger · 12 years ago
  88. 9dec13e remove generated genomix-pregel test case xml files by Jake Biesinger · 12 years ago
  89. c2aa582 Merge branch 'anbangx/backupMergingWithMaster' into genomix/fullstack_genomix by Jake Biesinger · 12 years ago
  90. 1e03787 Merge branch 'anbangx/backupMergingWithMaster_errorcase' into wbiesing/merge_fs_backup by Jake Biesinger · 12 years ago
  91. b19ba95 BubbleMerge pass complicated test cases by Anbang Xu · 12 years ago
  92. fc4fe25 add failing pathmerge testcase by Jake Biesinger · 12 years ago
  93. 32a956b fix one bug in path merge by Anbang Xu · 12 years ago
  94. 630586c add test case for synthetic data by Jake Biesinger · 12 years ago
  95. 5747845 Pregelix JobGenerator uses proper GenomixJobConf by Jake Biesinger · 12 years ago
  96. 96eab83 Merge branch 'anbangx/backupMergingWithMaster' into wbiesing/driver_backup_merge by Jake Biesinger · 12 years ago
  97. 26e7332 BubbleMerge test is almost finished except grid test case by Anbang Xu · 12 years ago
  98. ab0b235 test Rectangle by Anbang Xu · 12 years ago
  99. 85dfedf Add broadcaseKillselfAndNoticeToUpdateEdges and responseToDeadVertexAndUpdateEdges by Anbang Xu · 12 years ago
  100. c0b37b1 change bubble's pre-condition -- pathNode to anyNode by Anbang Xu · 12 years ago