-
Notifications
You must be signed in to change notification settings - Fork 5
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
Resource for julia multiprocessing #8
Comments
I'm not aware of any. As you probably already noticed, it's basically a tiny "intent-signaling" package. I'd be happy to consider extensions if you discover you need them. |
Ok yeah I think this is a way for us to handle parallelism for LightGraphs. Where the algorithms and datastructures need to change based on the resources you want to use. I think we would want something like CPUThreads but for for processes.
Where 1D partition is for splitting vertices and 2D partition is for spliting edges. Like in MPI for linear algebra. |
Sounds great to me. Since the only "generic" parameter here might be |
Closed by #9 |
Is there any reason not to use this package for managing distributed computing with Julia processes?
The text was updated successfully, but these errors were encountered: