JuliaParallel / JuliaParallel/DistributedArrays.jl

Generalize localpart

Open
#131 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.