-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Setting remote values #182
Comments
Yes see #155 for the reasoning behind it.
Which if your data is not a scalar should be reasonable efficient. DistributedArrays.jl/src/darray.jl Line 620 in e6915d2
DistributedArrays.jl/src/darray.jl Line 347 in e6915d2
|
Got it. I'm planning to use DArray with SparseArrays to form a large binary matrix representing the frontier of a breadth-first search, so I can send the index updates en masse after each round provided I know where to send them. I can figure that out based on the snippet you provided. |
We now have |
Per my other post, I'm worried about communication delays, so I'm thinking about bulk exchange of halos now. |
Based on the following tests:
It looks as though DArrays offers view-only access to non-local portions of the array and write access only to local portions. Is that correct?
Any thoughts on how to set remote values?
The text was updated successfully, but these errors were encountered: