Skip to content
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

Implementation for mirrored local dist CSR #7

Closed
wants to merge 1 commit into from

Conversation

jeageun
Copy link
Contributor

@jeageun jeageun commented Apr 2, 2024

Description

MDLCSR implementation

Important -- Read Before Creating a Pull Request

It may not pass the test which refers the getnumEdges. It can't actually copy edge data during mirroring. It only copy the vertex data. As a result, when it tries to get number of edges from mirrored vertex, it will look at the locally mirrored edge list, which is always 0. To fix it, we need to communicate with master, or somehow copy that data.
Currently it doesn't contain any test specific for this change.

PR description

This PR write a high-level description of your pull request

Checklist

  • The additions follow the code standards in the developer guide.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@jeageun jeageun closed this Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant