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

DArray is referenced in latest docs but not linked (does it even exist?) #12921

Closed
sbromberger opened this issue Sep 2, 2015 · 2 comments
Closed
Labels
docs This change adds or pertains to documentation

Comments

@sbromberger
Copy link
Contributor

From http://docs.julialang.org/en/latest/manual/parallel-computing/#shared-arrays -

Shared Arrays use system shared memory to map the same array across many processes. While there are some similarities to a DArray, the behavior of a SharedArray is quite different. In a DArray, each process has local access to just a chunk of the data, and no two processes share the same chunk; in contrast, in a SharedArray each “participating” process has access to the entire array.

DArray looks like it was in 0.3 but is no longer in 0.4.

@sbromberger
Copy link
Contributor Author

See also #10485

@kshyatt kshyatt added the docs This change adds or pertains to documentation label Sep 3, 2015
@sbromberger
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

No branches or pull requests

2 participants