JuliaParallel / ScaLAPACK.jl

Wrap ScaLAPACK in Julia
Other
7 stars 6 forks source link

Depend on DistributedArrays.jl #3

Open ViralBShah opened 9 years ago

ViralBShah commented 9 years ago

I think this package may now need to depend on DistributedArrays.jl.

Also, perhaps we should build the flexibility in here to convert from DArray distributions to ScaLAPACK distributions - or just change the DArrays to match ScaLAPACK. I think the latter is the easier way to go forward for now.

andreasnoack commented 9 years ago

Τhe anj/eig branch already implements this together with some other fixes that make DArrays work with ScaLAPACK. Some are them are hopefully temporary, e.g. you'll have to pass the MPIManager to the DArray constructor to get the right layout.