JuliaParallel / DistributedArrays.jl

Distributed Arrays in Julia
Other
196 stars 35 forks source link

DistributedArrays and Krylov libraries #231

Closed FredericN closed 3 years ago

FredericN commented 3 years ago

I want to use a Krylov package with a distributed matrix. I thought it would be very easy since DistributedArrays define the mat vec product and the scalar product. Unfortunately, with the packages I have tried, I have compiler errors. My question is: are you aware of a Krylov library that is compatible with DistributedArrays?

andreasnoack commented 3 years ago

Hello Frederic,

Such questions are better suited for discourse.julialang.org. The issue tracker is mostly for bug reports and feature discussions.