DistributedArrays.jl icon indicating copy to clipboard operation
DistributedArrays.jl copied to clipboard

Documentation

Open alanedelman opened this issue 8 years ago • 2 comments

localpart(d::DArray) obtains the locally-stored portion of a DArray.

Somehow if I'm new to DArrays I don't find this helpful. I try localpart(A) and I get 0-element Array{Float64,1}

Can the doc recommend fetch(@spawnat 2 localpart(A)) an an example of seeing the localpart(A) and give a few more examples with spawns, fetches, and remotecall_fetch ?

alanedelman avatar Jan 24 '17 08:01 alanedelman

Can I try for this?

dnabanita7 avatar Apr 04 '20 17:04 dnabanita7

Can I try for this?

Sure! Any improvement is helpful.

vchuravy avatar Apr 06 '20 21:04 vchuravy