JuliaParallel / JuliaParallel/DistributedArrays.jl
Generalize localpart
Open
- Dominant language
- Julia
- Stars
- 205
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
To make it easier to see the `localpart`s of a `DArray`, introduce a two argument version `localpart(d::DArray, p = myid())` that returns the `localpart` located at process `p` as an array on the calling process. When `p==myid()` the function will work as it does now, i.e. no communication happens.
cc: @alanedelman
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.