You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
From http://docs.julialang.org/en/latest/manual/parallel-computing/#shared-arrays -
DArray
looks like it was in 0.3 but is no longer in 0.4.The text was updated successfully, but these errors were encountered: