-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REVIEW] ENH Integrate 2D shuffling and latest Louvain API #1163
[REVIEW] ENH Integrate 2D shuffling and latest Louvain API #1163
Commits on Sep 17, 2020
-
Merge remote-tracking branch 'upstream/branch-0.16' into branch-0.16-…
…louvaincython2dgraphclass
Configuration menu - View commit details
-
Copy full SHA for 84bda6a - Browse repository at this point
Copy the full SHA 84bda6aView commit details -
Merge remote-tracking branch 'upstream/branch-0.16' into branch-0.16-…
…louvaincython2dgraphclass
Configuration menu - View commit details
-
Copy full SHA for 9b3e7c2 - Browse repository at this point
Copy the full SHA 9b3e7c2View commit details
Commits on Sep 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ff4c057 - Browse repository at this point
Copy the full SHA ff4c057View commit details -
Merge remote-tracking branch 'upstream/branch-0.16' into branch-0.16-…
…louvaincython2dgraphclass
Configuration menu - View commit details
-
Copy full SHA for c6366bb - Browse repository at this point
Copy the full SHA c6366bbView commit details -
Changed graph container to use smart pointers, added arg for instanti…
…ating legacy types and switch statements for it to factory function.
Configuration menu - View commit details
-
Copy full SHA for 5380bce - Browse repository at this point
Copy the full SHA 5380bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb0605 - Browse repository at this point
Copy the full SHA 4cb0605View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a73f6 - Browse repository at this point
Copy the full SHA c5a73f6View commit details
Commits on Sep 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 00fae18 - Browse repository at this point
Copy the full SHA 00fae18View commit details
Commits on Sep 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 41f6229 - Browse repository at this point
Copy the full SHA 41f6229View commit details
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d014688 - Browse repository at this point
Copy the full SHA d014688View commit details -
Merge remote-tracking branch 'upstream/branch-0.16' into branch-0.16-…
…graphfactoryupdate
Configuration menu - View commit details
-
Copy full SHA for 2730530 - Browse repository at this point
Copy the full SHA 2730530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df91bb - Browse repository at this point
Copy the full SHA 1df91bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e99f8 - Browse repository at this point
Copy the full SHA a5e99f8View commit details
Commits on Sep 25, 2020
-
Safety commit, still WIP, does not compile - updates for 2D graph sup…
…port and upcoming 2D shuffle support
Configuration menu - View commit details
-
Copy full SHA for 8b9d4f6 - Browse repository at this point
Copy the full SHA 8b9d4f6View commit details -
safety commit, does not pass tests: updated enough to be able to run …
…the MG Louvain test.
Configuration menu - View commit details
-
Copy full SHA for de1dc73 - Browse repository at this point
Copy the full SHA de1dc73View commit details -
Updated call_louvain() to use the new graph_t types. Still WIP, needs…
… louvain updates to compile.
Configuration menu - View commit details
-
Copy full SHA for 296a245 - Browse repository at this point
Copy the full SHA 296a245View commit details -
Merge remote-tracking branch 'upstream/branch-0.16' into branch-0.16-…
…graphfactoryupdate, and safety commit: have graph_t Louvain version building and test running (still failing).
Configuration menu - View commit details
-
Copy full SHA for e29309b - Browse repository at this point
Copy the full SHA e29309bView commit details -
Merge remote-tracking branch 'upstream/branch-0.16' into branch-0.16-…
…graphfactoryupdate
Configuration menu - View commit details
-
Copy full SHA for 5f68114 - Browse repository at this point
Copy the full SHA 5f68114View commit details
Commits on Sep 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6c7d282 - Browse repository at this point
Copy the full SHA 6c7d282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a894d - Browse repository at this point
Copy the full SHA 44a894dView commit details -
Updated to extract and pass the partition_t info and call the graph_t…
… ctor. Now having a problem finding the right subcommunicator.
Configuration menu - View commit details
-
Copy full SHA for e8d8401 - Browse repository at this point
Copy the full SHA e8d8401View commit details -
Updates to set up subcomms - having a problem with something needed b…
…y subcomms not being initialized: "address not mapped to object at address (nil)"
Configuration menu - View commit details
-
Copy full SHA for 03c8ffb - Browse repository at this point
Copy the full SHA 03c8ffbView commit details
Commits on Sep 29, 2020
-
Added p2p flag to comms initialize() to enable initialization of UCX …
…endpoints needed for MG test.
Configuration menu - View commit details
-
Copy full SHA for 48ab522 - Browse repository at this point
Copy the full SHA 48ab522View commit details -
safety commit: committing with debug prints to allow other team membe…
…rs to debug in parallel.
Configuration menu - View commit details
-
Copy full SHA for 736d3ff - Browse repository at this point
Copy the full SHA 736d3ffView commit details -
Merge remote-tracking branch 'upstream/branch-0.16' into branch-0.16-…
…graphfactoryupdate
Configuration menu - View commit details
-
Copy full SHA for 51bdff8 - Browse repository at this point
Copy the full SHA 51bdff8View commit details -
safety commit: more updates to address problems instantiating graph_t…
… (using num edges for partition instead of global for edgelist) and for debugging (print statments).
Configuration menu - View commit details
-
Copy full SHA for 9c998ec - Browse repository at this point
Copy the full SHA 9c998ecView commit details
Commits on Sep 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for edead12 - Browse repository at this point
Copy the full SHA edead12View commit details -
Configuration menu - View commit details
-
Copy full SHA for e543ea8 - Browse repository at this point
Copy the full SHA e543ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f14bab - Browse repository at this point
Copy the full SHA 8f14babView commit details -
Integrating changes from iroy30 to produce "option 1" shuffle output …
…by default, with an option to enable "option 2", temporarily enabled graph expensive checks for debugging.
Configuration menu - View commit details
-
Copy full SHA for 8b03b91 - Browse repository at this point
Copy the full SHA 8b03b91View commit details -
Addressed review feedback: made var names consistent, fixed weights=N…
…one bug in cython code, added copyright to shuffle.py, changed how ranks are retrieved from the raft handle.
Configuration menu - View commit details
-
Copy full SHA for 584e9b3 - Browse repository at this point
Copy the full SHA 584e9b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b9480a - Browse repository at this point
Copy the full SHA 6b9480aView commit details -
Merge remote-tracking branch 'upstream/branch-0.16' into branch-0.16-…
…graphfactoryupdate
Configuration menu - View commit details
-
Copy full SHA for 6225bfe - Browse repository at this point
Copy the full SHA 6225bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5b3fd - Browse repository at this point
Copy the full SHA 0a5b3fdView commit details -
Removed extra newlines accidentally added to clean up diff in the PR,…
… updated comment in cython code.
Configuration menu - View commit details
-
Copy full SHA for 22e3829 - Browse repository at this point
Copy the full SHA 22e3829View commit details -
Configuration menu - View commit details
-
Copy full SHA for b59c9e1 - Browse repository at this point
Copy the full SHA b59c9e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b017e96 - Browse repository at this point
Copy the full SHA b017e96View commit details
Commits on Oct 1, 2020
-
Merge remote-tracking branch 'upstream/branch-0.16' into branch-0.16-…
…graphfactoryupdate
Configuration menu - View commit details
-
Copy full SHA for da6a50c - Browse repository at this point
Copy the full SHA da6a50cView commit details