Reference
Base.collect — Methodcollect(d)collect the block array d to the calling process, returning a block array
Base.convert — Methodconvert(Array,d)collect the block array d and convert it to a Julia array
Base.eltype — Methodeltype(R)returns the element type of R
Base.size — Methodsize(R)returns the size of R
Distributed.nprocs — Methodnprocs(R)returns the number of Julia processes associated with R
Distributed.procs — Methodprocs(R)returns Julia processes associated with R
DistributedArrays.localindices — Methodlocalindices(R)returns the indicies of R that are local to the calling process
DistributedJets.blockmap — Methodblockmap(A)returns map between process id and block indicies
DistributedJets.localblockindices — Methodlocalblockindices(R)returns the block indicies that are local to the calling process
Jets.getblock! — Methodgetblock!(d, i, x)get block i::Int and put it into x
Jets.getblock — Methodgetblock(d,i)retrive block i from a distributed block operator
Jets.setblock! — Methodsetblock!(d,i,x)put x into block i::Int