QR decomposition on large (>1TB) matrix

Hello,
qr_mumps is actually developed for solving sparse problems through a multifrontal factorization but also contains some dense linear algebra routines including a parallel QR factorization. The issue, though, is that in order to handle a 1TB matrix you need distributed memory parallelism, which qr_mumps does not support at the moment. One option is to use ScaLAPACK; there is a related discussion here.