distributed-memory QR / TSQR / linear algebra

You could try Elemental.jl: it plays nicely with DistributedArrays.jl.

It seems like the QR isn’t currently available in the Julia package, but it is in the underlying library, so it it should be a matter of adding the necessary wrappers.

2 Likes