Skip to content

Commit

Permalink
Merge pull request #173 from philleonard/master
Browse files Browse the repository at this point in the history
Thanks Phil for your kind contribution! We are soon releasing Graphlab Create as open source and we would love also contributions to the newer codebase repo.
  • Loading branch information
dbickson committed Jan 16, 2015
2 parents 6afc3ad + c879825 commit 64bd016
Show file tree
Hide file tree
Showing 4 changed files with 825 additions and 3 deletions.
2 changes: 2 additions & 0 deletions toolkits/graph_analytics/CMakeLists.txt
Expand Up @@ -8,6 +8,8 @@ add_graphlab_executable(kcore kcore.cpp)
add_graphlab_executable(format_convert format_convert.cpp)
add_graphlab_executable(sssp sssp.cpp)
add_graphlab_executable(simple_coloring simple_coloring.cpp)
add_graphlab_executable(degree_ordered_coloring degree_ordered_coloring.cpp)
add_graphlab_executable(saturation_ordered_coloring saturation_ordered_coloring.cpp)
add_graphlab_executable(connected_component connected_component.cpp)
add_graphlab_executable(connected_component_stats connected_component_stats.cpp)
add_graphlab_executable(approximate_diameter approximate_diameter.cpp)
Expand Down

0 comments on commit 64bd016

Please sign in to comment.