1. f54b5e9 Fix syntax errors in P1 (probably still broken though) by Jake Biesinger · 12 years ago
  2. 6a19516 refactor of P4 passes test cases (P1 broken) by Jake Biesinger · 12 years ago
  3. fc3ddfa more helper functions for DIR and DirectionFlag by Jake Biesinger · 12 years ago
  4. 3b5c6bd WIP: refactor P4 (broken) by Jake Biesinger · 12 years ago
  5. a44ad6f Helper functions for DIR by Jake Biesinger · 12 years ago
  6. 6efdb29 fix logging file for pregelix test cases by Jake Biesinger · 12 years ago
  7. ff90e10 Add an iterable for Edge keys by Jake Biesinger · 12 years ago
  8. 4da7e66 add CHECK_SYMMETRY to driver by Jake Biesinger · 12 years ago
  9. 1491f7f refactor to use general NEXT and PREVIOUS directions by Anbang Xu · 12 years ago
  10. a4144e7 Merge remote-tracking branch 'origin/nanzhang/genomix_hyracks' into genomix/new_merge_master by Nan Zhang · 12 years ago
  11. 5793b66 run normally after merge by Nan Zhang · 12 years ago
  12. 06e7ebb Merge branch 'master' into genomix/new_merge_master by Nan Zhang · 12 years ago
  13. fde129e update kmerNeighbors script by Jake Biesinger · 12 years ago
  14. 2876f0e Merge branch 'anbangx/code_review2' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  15. f307307 Clean up some code by Anbang Xu · 12 years ago
  16. efbeca5 Simplifying sendSettleMsgs by Anbang Xu · 12 years ago
  17. ee1e1e1 bit clean and move the member of subclass to derived class by Anbang Xu · 12 years ago
  18. 53cc7e3 Merge branch 'wbiesing/debug' into genomix/fullstack_genomix by Jake Biesinger · 12 years ago
  19. 2bdc6fb Combine setNext/PrevToMeDir to setNeighborToMeDir(boolean) and throw exception when the merge dir degree is not 1 by Anbang Xu · 12 years ago
  20. deeb3c8 REMOVE isfilp in sendMergeMsg() by Anbang Xu · 12 years ago
  21. 5dbc4e9 Call node.updateEdges directly by Anbang Xu · 12 years ago
  22. 7b773fd Change Num_TandemRepeat to Num_Cycles by Anbang Xu · 12 years ago
  23. b237604 Seperate function for each block in each iteration by Anbang Xu · 12 years ago
  24. 4273653 add ThreeNodesCycle, and it succeeds to pass test by Anbang Xu · 12 years ago
  25. 87dace3 Whenever detect the cycle, don't remove tandem repeats but DO stop merging by Anbang Xu · 12 years ago
  26. 065aaeb Clean up some feedbacks from code review by Anbang Xu · 12 years ago
  27. 05f3eff Move all the setCounter to the end of this iteration by Anbang Xu · 12 years ago
  28. 0e9ff97 Use incomingMsg as a parameter in processMerge() by Anbang Xu · 12 years ago
  29. 1b8fc71 Move the checking condition outside the loop by Anbang Xu · 12 years ago
  30. 63c251c Pass incomingMsg as parameter in processUpdate() by Anbang Xu · 12 years ago
  31. daabce7 Simplifying all the setSateAsMergeDir by Anbang Xu · 12 years ago
  32. 6d3e6da Simplifing all the sendUpdateMsg by Anbang Xu · 12 years ago
  33. 4e0d144 add structural constraints to update directions by Jake Biesinger · 12 years ago
  34. a307ce9 use setLong from cmdline by Jake Biesinger · 12 years ago
  35. 50e83b4 Combine ifFlipWithNext/Prev() to ifFlipWithNeighbor(boolean withPredecessor) and combine configureUpdateMsgFroPredecessor/Successor to sendUpdateMsg by Anbang Xu · 12 years ago
  36. aea52c1 fix P4 to use (already available) cmdline random seed by Jake Biesinger · 12 years ago
  37. 40c6d28 tweaks for edge pressure test by Nan Zhang · 12 years ago
  38. 6dbee34 debugging by Jake Biesinger · 12 years ago
  39. 1b43c6b check if degree is correct in updateEdges by Jake Biesinger · 12 years ago
  40. de16f37 add AlreadyInEdge test case by Jake Biesinger · 12 years ago
  41. 972050a DON'T NEED TO SEARCH for this edge when sendUpdateMsg, so change it to get dir directly by Anbang Xu · 12 years ago
  42. 89e09d0 Code review on P4 -- 2013.9.16 by Anbang Xu · 12 years ago
  43. d8f9809 Merge with debug branch, which has one testcase and add real randomSeed by Anbang Xu · 12 years ago
  44. 21c030c clean up the code by Anbang Xu · 12 years ago
  45. aeb6a54 Seperate set state's MergeDir and sendUpdateMsgToNeighbor by Anbang Xu · 12 years ago
  46. 2250399 Change head/halt flag to check the vertex internal structure by Anbang Xu · 12 years ago
  47. 4575fb7 Extend flag of headMergeDir from 1-bit to 2-bit by Anbang Xu · 12 years ago
  48. c079e59 Change state/message flag from byte to short by Anbang Xu · 12 years ago
  49. bdecb7f Prepare to change state by Anbang Xu · 12 years ago
  50. 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
  51. 84539c0 Add isUnMergeVertex() by Anbang Xu · 12 years ago
  52. eca45b7 Change should to can, make it more meaningful by Anbang Xu · 12 years ago
  53. 8efea88 Move isHaltNode() outside the function in initState() by Anbang Xu · 12 years ago
  54. 0f1f820 clean up code by Anbang Xu · 12 years ago
  55. 43b3f56 Keep only one isTandemRepeat() by Anbang Xu · 12 years ago
  56. a7e295c Make getCopyWithoutTandemRepeats() function by Anbang Xu · 12 years ago
  57. a20c75e Remove some unnecessary flag by Anbang Xu · 12 years ago
  58. a864eb2 Move extra logic(check if it is a valid head) to inside of the function by Anbang Xu · 12 years ago
  59. a3b5878 change curKmer/preKmer/nextKmer from deep copy to shallow copy by Anbang Xu · 12 years ago
  60. e929dfc don't need to create "randGenerator" every iteration by Anbang Xu · 12 years ago
  61. b0fa812 Combine into one loop inside setNextInfo/setPreInfo by Anbang Xu · 12 years ago
  62. dc7fba3 Revert "Merge branch 'alamouda/adding-external-indexes'" by Abdullah Alamoudi · 12 years ago
  63. 1f5cf71 Code review on P4 -- 2013.9.14 by Anbang Xu · 12 years ago
  64. d62271f oops... killed initVertex by Jake Biesinger · 12 years ago
  65. 03ba0f7 Add simple RF FR RF test case by Jake Biesinger · 12 years ago
  66. 1dc8655 make the xml jobs directory if it doesn't exist by Jake Biesinger · 12 years ago
  67. 7b57ae6 add RandomSeed by Anbang Xu · 12 years ago
  68. 8794790 Merge branch 'nanzhang/temp_hyracks' into nanzhang/genomix_hyracks by Nan Zhang · 12 years ago
  69. d745605 add by Anbang Xu · 12 years ago
  70. c981ca3 output error vertexId and vertexValue by Anbang Xu · 12 years ago
  71. 4d5eaf2 change ingoreMissing to true by Anbang Xu · 12 years ago
  72. 08ebf4b tweaks for edge size pressure test by Nan Zhang · 12 years ago
  73. 560d06d add edgewritable pressure test by Nan Zhang · 12 years ago
  74. 32990c3 increase the (hardcoded) framesize for pregelix jobs by Jake Biesinger · 12 years ago
  75. 1211b25 remove default frame sizes in hyracks graphbuild by Jake Biesinger · 12 years ago
  76. 2de2366 use pregelix framesize by Jake Biesinger · 12 years ago
  77. d0afc7a add NCJAVA_OPTS to ssh script for startAllNCs.sh by Anbang Xu · 12 years ago
  78. f043e5d move log file to proper location by Anbang Xu · 12 years ago
  79. 7debc19 Merge branch 'anbangx/log' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  80. 5e03163 Add logging.properties to genomix-driver by Anbang Xu · 12 years ago
  81. 395ce71 Merge branch 'wbiesing/debug_hyracks_build' into genomix/fullstack_genomix by Nan Zhang · 12 years ago
  82. f30f2db remove max_readid_value in genomix-data, remove all hard-coding code for genomix-hyracks by Nan Zhang · 12 years ago
  83. 39f3125 MAKE genomix package no error by Anbang Xu · 12 years ago
  84. 440f1ff Merge branch 'anbangx/log' into genomix/fullstack_genomix by Anbang Xu · 12 years ago
  85. aaf3af2 Delete old LogFormatter by Anbang Xu · 12 years ago
  86. 30ecc2d Refactore FineOnlyFormatter to PathMergeFormatter by Anbang Xu · 12 years ago
  87. 1be8865 use LogUtil by Anbang Xu · 12 years ago
  88. b78d555 Don't use customer formatter anymore, everything uses java.util.Logger by Anbang Xu · 12 years ago
  89. d0cbe03 add beefier test case for EdgeListWritable by Jake Biesinger · 12 years ago
  90. 2eff046 use java.util.logging instead of apache commons logging by Jake Biesinger · 12 years ago
  91. d860495 revert the referenceentry change by buyingyi · 12 years ago
  92. 035843d Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 12 years ago
  93. ba8d8c4 lower the hearbeat setting for tests by buyingyi · 12 years ago
  94. 20a80e6 standardize logging across eclipse-test, eclipse-main, and maven by Jake Biesinger · 12 years ago
  95. ff80686 Changed the way of initilaiztion. by salsubaiee · 12 years ago
  96. dccd21f address Vinayak's code review comments by buyingyi · 12 years ago
  97. 01686d4 Initilaize bloom filter pages before using them. by salsubaiee · 12 years ago
  98. 668f8a3 configure parameter of java.util.logger and prepare to test simple logger by Anbang Xu · 12 years ago
  99. a3e7a7c Add setAsCopy to VertexValueWritable and MessageWritable and format the output of Logging by Anbang Xu · 12 years ago
  100. b6e7014 Logging message in pathmerge by Anbang Xu · 12 years ago