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

sssp implementation in charm4py #275

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

sssp implementation in charm4py #275

wants to merge 10 commits into from

Conversation

ritvikrao
Copy link
Collaborator

I added a single-source shortest paths (SSSP) example in Charm4Py. You provide a number of vertices, a number of edges, a random seed, and a source vertex. A graph is automatically generated, and then a parallel Bellman-Ford SSSP algorithm is executed on that graph.

@lvkale
Copy link

lvkale commented Sep 12, 2024

Have you tested at some reasonable scale (for both graph size and number of pes)?

@ritvikrao
Copy link
Collaborator Author

Have you tested at some reasonable scale (for both graph size and number of pes)?

I have so far run up to 2M edges on 48 PEs.

examples/sssp/sssp.py Outdated Show resolved Hide resolved
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.

3 participants