LLNL / libROM

Data-driven model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
204 stars 36 forks source link

Remove support for Elemental and clean up the QDEIM support. #16

Open goxberry opened 5 years ago

goxberry commented 5 years ago

Given that #12 implements a distributed "static" SVD using ScaLAPACK and that Elemental is deprecated, Elemental support should probably be removed. The LLNL fork of Elemental has stripped everything but support for BLAS Level 1 subroutines, so that fork won't serve our purposes.

The QRCP and QDEIM functionality also needs cleaning up.